Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 8c12b9f commit 2e8ee9e
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 142 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@
"@types/convert-source-map": "^2.0.3",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.6",
"@types/node": "^22.10.10",
"@vitejs/release-scripts": "^1.3.3",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.18.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-regexp": "^2.7.0",
"execa": "^9.5.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.3.0",
"fs-extra": "^11.3.0",
"lint-staged": "^15.4.2",
"npm-run-all2": "^7.0.2",
"picocolors": "^1.1.1",
"playwright-chromium": "^1.49.1",
"playwright-chromium": "^1.50.0",
"prettier": "3.4.2",
"rollup": "^4.30.1",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"typescript-eslint": "^8.21.0",
"unbuild": "3.3.1",
"vite": "catalog:",
"vitest": "^2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"type": "module",
"devDependencies": {
"@types/node": "^22.10.6",
"@types/node": "^22.10.10",
"convert-source-map": "^2.0.0",
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@vitejs/test-example-external-component": "file:example-external-component",
"pinia": "^2.3.0",
"pinia": "^2.3.1",
"vue": "catalog:",
"vue-router": "catalog:"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vue-router": "catalog:"
},
"devDependencies": {
"@types/node": "^22.10.6",
"@types/node": "^22.10.10",
"@vitejs/plugin-vue": "workspace:*",
"ts-node": "^10.9.2"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.2.1",
"less": "^4.2.2",
"postcss-nested": "^7.0.2",
"sass": "^1.83.4"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"js-yaml": "^4.1.0",
"less": "^4.2.1",
"less": "^4.2.2",
"pug": "^3.0.3",
"sass": "^1.83.4",
"stylus": "^0.64.0"
Expand Down
Loading

0 comments on commit 2e8ee9e

Please sign in to comment.