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 Feb 4, 2025
1 parent e92774f commit 1e0ec0d
Show file tree
Hide file tree
Showing 6 changed files with 434 additions and 370 deletions.
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.7"
"vite": "6.0.11"
}
}
4 changes: 2 additions & 2 deletions playgrounds/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.6",
"@types/react": "19.0.7",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"cypress": "13.17.0",
"eslint": "9.18.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"vite": "6.0.11",
"vue-tsc": "2.2.0"
}
}
2 changes: 1 addition & 1 deletion 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.7",
"vite": "6.0.11",
"vue-tsc": "2.2.0"
}
}
2 changes: 1 addition & 1 deletion playgrounds/webpack-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vue": "~3.5.13"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/core": "7.26.7",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8",
"@vue/cli-service": "5.0.8"
Expand Down
Loading

0 comments on commit 1e0ec0d

Please sign in to comment.