Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (vitejs#478)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 428320d commit 87929ca
Show file tree
Hide file tree
Showing 6 changed files with 259 additions and 529 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"@types/convert-source-map": "^2.0.3",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.9.0",
"@types/node": "^22.10.0",
"@vitejs/release-scripts": "^1.3.2",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.15.0",
"eslint-plugin-import-x": "^4.4.2",
"eslint-plugin-n": "^17.13.2",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-regexp": "^2.7.0",
"execa": "^9.5.1",
"fs-extra": "^11.2.0",
Expand All @@ -59,11 +59,11 @@
"rollup": "^4.27.4",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"unbuild": "2.0.0",
"vite": "catalog:",
"vitest": "^2.1.5",
"vitest": "^2.1.6",
"vue": "catalog:"
},
"simple-git-hooks": {
Expand All @@ -83,7 +83,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "workspace:*"
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.9.0",
"@types/node": "^22.10.0",
"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/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.9.0",
"@types/node": "^22.10.0",
"@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.0",
"less": "^4.2.1",
"postcss-nested": "^7.0.2",
"sass": "^1.81.0"
},
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.0",
"less": "^4.2.1",
"pug": "^3.0.3",
"sass": "^1.81.0",
"stylus": "^0.64.0"
Expand Down
Loading

0 comments on commit 87929ca

Please sign in to comment.