File tree Expand file tree Collapse file tree 3 files changed +1140
-894
lines changed Expand file tree Collapse file tree 3 files changed +1140
-894
lines changed Original file line number Diff line number Diff line change 112
112
"eslint-plugin-prettier" : " ^5.4.0" ,
113
113
"eslint-plugin-promise" : " ^7.2.1" ,
114
114
"eslint-plugin-rxjs" : " ^5.0.3" ,
115
- "firebase-tools" : " ^13.7.5 " ,
115
+ "firebase-tools" : " ^13.35.1 " ,
116
116
"fs-extra" : " ^5.0.0" ,
117
117
"glob" : " ^7.1.3" ,
118
118
"husky" : " ^9.1.6" ,
Original file line number Diff line number Diff line change @@ -57,7 +57,10 @@ const ignoredPackages: PackageID[] = [
57
57
'gitconfiglocal@1.0.0' ,
58
58
59
59
// https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en-common-misspellings/LICENSE
60
- '@cspell/dict-en-common-misspellings@2.0.11'
60
+ '@cspell/dict-en-common-misspellings@2.0.11' ,
61
+
62
+ // https://github.com/bramstein/url-template?tab=BSD-3-Clause-1-ov-file
63
+ 'url-template@2.0.8'
61
64
] ;
62
65
63
66
// Normalizes the license string to a standard SPDX identifier, handling possible asterisks from guessed licenses.
You can’t perform that action at this time.
0 commit comments