Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
@types/node 버전 표기 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
5d-jh committed Sep 26, 2022
1 parent 0421692 commit 1a4853b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"engines": {
"node": "16",
"npm": ">=7"
"npm": "^8"
},
"private": true,
"workspaces": [
Expand All @@ -38,7 +38,7 @@
"firebase-functions": "^3.16.0"
},
"devDependencies": {
"@types/node": "^16.11.26",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^7.32.0",
Expand Down

0 comments on commit 1a4853b

Please sign in to comment.