Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent c0e35f2 commit 65418c7
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 193 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "pnpm -r --workspace-concurrency 1 --filter=./playgrounds/* build"
},
"devDependencies": {
"npm-run-all2": "7.0.1",
"npm-run-all2": "7.0.2",
"tsx": "4.19.2",
"typescript": "5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"serve": "vite"
},
"devDependencies": {
"vite": "6.0.2"
"vite": "6.0.7"
}
}
8 changes: 4 additions & 4 deletions playgrounds/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"cypress": "13.16.0",
"@types/node": "22.10.6",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"cypress": "13.17.0",
"eslint": "9.16.0",
"eslint-config-next": "15.0.3"
}
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/vite-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.1",
"vite": "6.0.2",
"vue-tsc": "2.1.10"
"vite": "6.0.7",
"vue-tsc": "2.2.0"
}
}
4 changes: 2 additions & 2 deletions playgrounds/vite-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.1",
"vite": "6.0.2",
"vue-tsc": "2.1.10"
"vite": "6.0.7",
"vue-tsc": "2.2.0"
}
}
Loading

0 comments on commit 65418c7

Please sign in to comment.