Skip to content

Commit 13365c9

Browse files
committed
Update packages and Rename master to main.
Update Tests badge to reflect correct Firestore App Script.
1 parent 38b94d6 commit 13365c9

File tree

3 files changed

+68
-68
lines changed

3 files changed

+68
-68
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
![GitHub release (latest by date)](https://img.shields.io/github/v/release/grahamearley/FirestoreGoogleAppsScript)
44
[![Google Apps Script](https://img.shields.io/badge/google%20apps%20script-v8-%234285f4)](https://developers.google.com/apps-script/guides/v8-runtime)
5-
[![TypeScript](https://img.shields.io/badge/typescript-3.9.3-%23294E80)](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html)
5+
[![TypeScript](https://img.shields.io/badge/typescript-3.9.5-%23294E80)](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html)
66
[![clasp](https://img.shields.io/badge/built%20with-clasp-4285f4.svg)](https://github.com/google/clasp)
77
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
88
[![GitHub pull requests](https://img.shields.io/github/issues-pr/grahamearley/FirestoreGoogleAppsScript)](https://github.com/grahamearley/FirestoreGoogleAppsScript/pulls)
99
[![GitHub issues](https://img.shields.io/github/issues/grahamearley/FirestoreGoogleAppsScript)](https://github.com/grahamearley/FirestoreGoogleAppsScript/issues)
10-
![Tests](https://img.shields.io/endpoint?url=https%3A%2F%2Fscript.google.com%2Fmacros%2Fs%2FAKfycbyvSXmyngRI1CPvMzIm7opGgB_19fFuvLC6AakL5ezxjKsIT6I%2Fexec)
10+
![Tests](https://img.shields.io/endpoint?url=https%3A%2F%2Fscript.google.com%2Fmacros%2Fs%2FAKfycbzle3ze4mtGAcTNPlqISSFxtmPqvdcNOFauiC4Q0g%2Fexec)
1111

1212
### A Google Apps Script library for accessing Google Cloud Firestore.
1313

package-lock.json

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@
7777
"@types/gapi.client": "^1.0.3",
7878
"@types/google-apps-script": "^1.0.14",
7979
"@types/jsonwebtoken": "^8.5.0",
80-
"@typescript-eslint/eslint-plugin": "^3.1.0",
81-
"@typescript-eslint/parser": "^3.1.0",
82-
"eslint": "^7.1.0",
80+
"@typescript-eslint/eslint-plugin": "^3.3.0",
81+
"@typescript-eslint/parser": "^3.3.0",
82+
"eslint": "^7.2.0",
8383
"eslint-config-prettier": "^6.11.0",
84-
"eslint-plugin-prettier": "^3.1.3",
84+
"eslint-plugin-prettier": "^3.1.4",
8585
"prettier": "^2.0.5",
86-
"replace-in-file": "^6.0.0",
87-
"typescript": "^3.9.3"
86+
"replace-in-file": "^6.1.0",
87+
"typescript": "^3.9.5"
8888
}
8989
}

0 commit comments

Comments
 (0)