File tree 3 files changed +68
-68
lines changed
3 files changed +68
-68
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/grahamearley/FirestoreGoogleAppsScript )
4
4
[ ![ 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 )
6
6
[ ![ clasp] ( https://img.shields.io/badge/built%20with-clasp-4285f4.svg )] ( https://github.com/google/clasp )
7
7
[ ![ code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square )] ( https://github.com/prettier/prettier )
8
8
[ ![ GitHub pull requests] ( https://img.shields.io/github/issues-pr/grahamearley/FirestoreGoogleAppsScript )] ( https://github.com/grahamearley/FirestoreGoogleAppsScript/pulls )
9
9
[ ![ 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 )
11
11
12
12
### A Google Apps Script library for accessing Google Cloud Firestore.
13
13
Original file line number Diff line number Diff line change 77
77
"@types/gapi.client" : " ^1.0.3" ,
78
78
"@types/google-apps-script" : " ^1.0.14" ,
79
79
"@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" ,
83
83
"eslint-config-prettier" : " ^6.11.0" ,
84
- "eslint-plugin-prettier" : " ^3.1.3 " ,
84
+ "eslint-plugin-prettier" : " ^3.1.4 " ,
85
85
"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 "
88
88
}
89
89
}
You can’t perform that action at this time.
0 commit comments