Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#439)
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 11, 2024
1 parent 9c2b620 commit e432bcb
Show file tree
Hide file tree
Showing 9 changed files with 943 additions and 1,068 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,34 +36,34 @@
"ci-publish": "tsx scripts/publishCI.ts"
},
"devDependencies": {
"@babel/types": "^7.25.6",
"@eslint/js": "^9.9.1",
"@babel/types": "^7.26.0",
"@eslint/js": "^9.14.0",
"@types/babel__core": "^7.20.5",
"@types/convert-source-map": "^2.0.3",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.1",
"@types/node": "^22.9.0",
"@vitejs/release-scripts": "^1.3.2",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.9.1",
"eslint-plugin-import-x": "^4.1.1",
"eslint-plugin-n": "^17.10.2",
"eslint": "^9.14.0",
"eslint-plugin-import-x": "^4.4.0",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-regexp": "^2.6.0",
"execa": "^9.3.1",
"execa": "^9.5.1",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"npm-run-all2": "^7.0.1",
"picocolors": "^1.0.1",
"playwright-chromium": "^1.46.1",
"picocolors": "^1.1.1",
"playwright-chromium": "^1.48.2",
"prettier": "3.3.3",
"rollup": "^4.24.3",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"unbuild": "2.0.0",
"vite": "catalog:",
"vitest": "^2.0.5",
"vitest": "^2.1.4",
"vue": "catalog:"
},
"simple-git-hooks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@vue/babel-plugin-jsx": "^1.2.2"
"@babel/core": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.25.9",
"@vue/babel-plugin-jsx": "^1.2.5"
},
"devDependencies": {
"vite": "catalog:"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"devDependencies": {
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25",
"debug": "^4.3.6",
"debug": "^4.3.7",
"rollup": "^4.24.3",
"slash": "^5.1.0",
"source-map-js": "^1.2.0",
"source-map-js": "^1.2.1",
"vite": "catalog:",
"vue": "catalog:"
}
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.5.1",
"@types/node": "^22.9.0",
"convert-source-map": "^2.0.0",
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
Expand Down
8 changes: 4 additions & 4 deletions playground/ssr-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
},
"dependencies": {
"@vitejs/test-example-external-component": "file:example-external-component",
"pinia": "^2.2.2",
"pinia": "^2.2.6",
"vue": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"@vitejs/plugin-vue-jsx": "workspace:*",
"@vitejs/test-dep-import-type": "link:dep-import-type",
"compression": "^1.7.4",
"express": "^4.19.2",
"serve-static": "^1.15.0"
"compression": "^1.7.5",
"express": "^4.21.1",
"serve-static": "^1.16.2"
}
}
4 changes: 2 additions & 2 deletions playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.14",
"vue": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@types/node": "^22.5.1",
"@types/node": "^22.9.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 @@ -13,7 +13,7 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.2.0",
"postcss-nested": "^7.0.2",
"sass": "^1.77.8"
"sass": "^1.80.6"
},
"dependencies": {
"vue": "catalog:"
Expand Down
4 changes: 2 additions & 2 deletions playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"js-yaml": "^4.1.0",
"less": "^4.2.0",
"pug": "^3.0.3",
"sass": "^1.77.8",
"stylus": "^0.63.0"
"sass": "^1.80.6",
"stylus": "^0.64.0"
}
}
Loading

0 comments on commit e432bcb

Please sign in to comment.