Skip to content

Commit

Permalink
chore: Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Dec 9, 2023
1 parent 9ade366 commit f7a24c3
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 436 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"@nx/webpack": "17.2.0",
"@swc-node/register": "1.6.8",
"@swc/core": "1.3.100",
"@types/jest": "29.5.10",
"@types/node": "18.16.9",
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"@types/shelljs": "^0.8.15",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"dotenv": "16.3.1",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"express": "^4.18.2",
"husky": "^8.0.3",
Expand All @@ -75,9 +75,9 @@
"nx": "17.2.0",
"prettier": "3.1.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tslint": "~6.1.3",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/firebase-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"firebase-tools": "^12.9.1"
"firebase-tools": "^13.0.1"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
Loading

0 comments on commit f7a24c3

Please sign in to comment.