Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Feb 19, 2024
1 parent 75c5d0a commit fc9df11
Show file tree
Hide file tree
Showing 8 changed files with 123 additions and 121 deletions.
4 changes: 2 additions & 2 deletions boilerplates/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"@batijs/compile": "workspace:^",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"telefunc": "^0.1.71",
"tsx": "^4.7.1",
"vike": "^0.4.162",
"vike-authjs": "^0.1.4",
"vike-authjs": "^0.1.5",
"vite": "^5.1.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/h3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"telefunc": "^0.1.71",
"tsx": "^4.7.1",
"vike": "^0.4.162",
"vike-authjs": "^0.1.4",
"vike-authjs": "^0.1.5",
"vite": "^5.1.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/hattip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"hattip": "^0.0.33",
"telefunc": "^0.1.71",
"vike": "^0.4.162",
"vike-authjs": "^0.1.4",
"vike-authjs": "^0.1.5",
"vite": "^5.1.3"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"license": "MIT",
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"bumpp": "^9.3.0",
"citty": "^0.1.6",
"eslint": "^8.56.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@types/estree": "^1.0.5",
"@types/node": "^18.19.14",
"@types/which": "^3.0.3",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/utils": "^6.21.0",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/utils": "^7.0.1",
"colorette": "^2.0.20",
"esbuild": "^0.20.1",
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"fast-glob": "^3.3.2",
"p-limit": "^5.0.0",
"tsx": "^4.6.2",
"turbo": "1.12.3",
"turbo": "1.12.4",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
}
Expand Down
Loading

0 comments on commit fc9df11

Please sign in to comment.