Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Sep 29, 2024
1 parent cb95fcd commit cca24df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.2",
"@types/node": "^22.7.4",
"cypress": "^13.15.0",
"typescript": "^5.6.2",
"vite": "^5.4.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-kaioken/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"commander": "^12.1.0",
"execa": "^9.4.0",
"inquirer": "^11.0.2",
"inquirer": "^11.1.0",
"simple-git": "^3.27.0"
},
"license": "ISC"
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"keywords": [],
"license": "ISC",
"devDependencies": {
"@types/node": "^22.7.2",
"@types/node": "^22.7.4",
"autoprefixer": "^10.4.20",
"esbuild": "^0.24.0",
"esbuild-plugin-inline-import": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-kaioken/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"kaioken": ">=0.31.0"
},
"devDependencies": {
"@types/node": "^22.7.2",
"@types/node": "^22.7.4",
"esbuild": "^0.24.0",
"kaioken-devtools-client": "workspace:^",
"kaioken-devtools-host": "workspace:^",
Expand Down

0 comments on commit cca24df

Please sign in to comment.