Skip to content

Commit 5bfbbc6

Browse files
authoredJan 15, 2025··
fix(deps): update all non-major dependencies (#502)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7288a59 commit 5bfbbc6

File tree

7 files changed

+275
-272
lines changed

7 files changed

+275
-272
lines changed
 

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.26.3",
40-
"@eslint/js": "^9.17.0",
39+
"@babel/types": "^7.26.5",
40+
"@eslint/js": "^9.18.0",
4141
"@types/babel__core": "^7.20.5",
4242
"@types/convert-source-map": "^2.0.3",
4343
"@types/debug": "^4.1.12",
4444
"@types/fs-extra": "^11.0.4",
45-
"@types/node": "^22.10.2",
45+
"@types/node": "^22.10.6",
4646
"@vitejs/release-scripts": "^1.3.2",
4747
"conventional-changelog-cli": "^5.0.0",
48-
"eslint": "^9.17.0",
48+
"eslint": "^9.18.0",
4949
"eslint-plugin-import-x": "^4.6.1",
5050
"eslint-plugin-n": "^17.15.1",
5151
"eslint-plugin-regexp": "^2.7.0",
@@ -59,8 +59,8 @@
5959
"rollup": "^4.29.1",
6060
"simple-git-hooks": "^2.11.1",
6161
"tsx": "^4.19.2",
62-
"typescript": "^5.7.2",
63-
"typescript-eslint": "^8.18.2",
62+
"typescript": "^5.7.3",
63+
"typescript-eslint": "^8.20.0",
6464
"unbuild": "2.0.0",
6565
"vite": "catalog:",
6666
"vitest": "^2.1.8",
@@ -83,7 +83,7 @@
8383
"eslint --cache --fix"
8484
]
8585
},
86-
"packageManager": "pnpm@9.15.2",
86+
"packageManager": "pnpm@9.15.4",
8787
"pnpm": {
8888
"overrides": {
8989
"@vitejs/plugin-vue": "workspace:*"

‎packages/plugin-vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
3838
"@babel/core": "^7.26.0",
39-
"@babel/plugin-transform-typescript": "^7.26.3",
39+
"@babel/plugin-transform-typescript": "^7.26.5",
4040
"@vue/babel-plugin-jsx": "^1.2.5"
4141
},
4242
"devDependencies": {

‎playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"type": "module",
66
"devDependencies": {
7-
"@types/node": "^22.10.2",
7+
"@types/node": "^22.10.6",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1",

‎playground/tailwind/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"vue-router": "catalog:"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^22.10.2",
19+
"@types/node": "^22.10.6",
2020
"@vitejs/plugin-vue": "workspace:*",
2121
"ts-node": "^10.9.2"
2222
}

‎playground/vue-sourcemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@vitejs/plugin-vue": "workspace:*",
1414
"less": "^4.2.1",
1515
"postcss-nested": "^7.0.2",
16-
"sass": "^1.83.0"
16+
"sass": "^1.83.4"
1717
},
1818
"dependencies": {
1919
"vue": "catalog:"

‎playground/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"js-yaml": "^4.1.0",
1919
"less": "^4.2.1",
2020
"pug": "^3.0.3",
21-
"sass": "^1.83.0",
21+
"sass": "^1.83.4",
2222
"stylus": "^0.64.0"
2323
}
2424
}

‎pnpm-lock.yaml

+263-260
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.