chore: updated node/npm versions (#2440)

This commit is contained in:
Cameron 2022-02-07 15:28:56 -08:00 committed by GitHub
parent 76bcc4bd56
commit e0ca6cec43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16496 additions and 44 deletions

2
.nvmrc
View file

@ -1 +1 @@
14.18.1
16.13.2

16534
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,8 +11,8 @@
"deploy:live": "npm run build && firebase deploy -P live --only hosting"
},
"engines": {
"node": "14.18.1",
"npm": "6.14.15"
"node": "16.13.2",
"npm": "8.1.2"
},
"devDependencies": {
"@babel/core": "^7.12.3",