Skip to content

Commit

Permalink
chore: up eslint prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 3, 2024
1 parent e93713a commit cf2b9d8
Show file tree
Hide file tree
Showing 9 changed files with 749 additions and 203 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"lint-staged": "^15.2.0",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"prettier": "^2.8.8",
"prettier": "^3.1.1",
"semver": "^7.5.4",
"simple-git-hooks": "^2.9.0",
"typedoc": "^0.25.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.0",
"@nuxt/test-utils": "^3.9.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"firebase": "^10.7.0",
"firebase-admin": "^11.11.1",
"firebase-functions": "^4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions playground/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"firebase-functions": "^4.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"firebase-functions-test": "^3.1.0",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@firebase/app-types": "^0.9.0",
"@types/node": "^20.10.4",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.7.1",
Expand Down
Loading

0 comments on commit cf2b9d8

Please sign in to comment.