Skip to content

Commit b9a5dc7

Browse files
fix(deps): update all non-major dependencies
1 parent ae021ad commit b9a5dc7

File tree

2 files changed

+163
-136
lines changed

2 files changed

+163
-136
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.3.1",
4-
"packageManager": "pnpm@8.15.5",
4+
"packageManager": "pnpm@8.15.6",
55
"description": "Vue JSX plugin for both Vue 2 and 3.",
66
"type": "commonjs",
77
"keywords": [
@@ -73,29 +73,29 @@
7373
"vue": "^2.0.0 || ^3.0.0"
7474
},
7575
"dependencies": {
76-
"@babel/core": "^7.24.3",
76+
"@babel/core": "^7.24.4",
7777
"@babel/plugin-syntax-typescript": "^7.24.1",
7878
"@rollup/pluginutils": "^5.1.0",
7979
"@vue/babel-plugin-jsx": "^1.2.2",
8080
"@vue/babel-preset-jsx": "^1.4.0",
8181
"local-pkg": "^0.5.0",
8282
"magic-string": "^0.30.8",
83-
"unplugin": "^1.10.0"
83+
"unplugin": "^1.10.1"
8484
},
8585
"devDependencies": {
8686
"@sxzz/eslint-config": "^3.8.7",
8787
"@sxzz/prettier-config": "^2.0.1",
8888
"@types/babel__core": "^7.20.5",
89-
"@types/node": "^20.11.30",
89+
"@types/node": "^20.12.3",
9090
"bumpp": "^9.4.0",
9191
"eslint": "^8.57.0",
9292
"eslint-define-config": "^1.24.1",
9393
"fast-glob": "^3.3.2",
9494
"prettier": "^3.2.5",
9595
"tsup": "^8.0.2",
9696
"tsx": "^4.7.1",
97-
"typescript": "^5.4.2",
98-
"vite": "^5.2.2",
97+
"typescript": "^5.4.3",
98+
"vite": "^5.2.8",
9999
"vitest": "^1.4.0",
100100
"vue": "^3.4.21"
101101
},

0 commit comments

Comments
 (0)