Skip to content

Commit eeb3982

Browse files
renovate[bot]sxzz
andauthored
fix(deps): update all non-major dependencies (#34)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
1 parent d6a7493 commit eeb3982

File tree

8 files changed

+1423
-1349
lines changed

8 files changed

+1423
-1349
lines changed

package.json

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.2.2",
4-
"packageManager": "pnpm@8.8.0",
4+
"packageManager": "pnpm@8.15.5",
55
"description": "Vue JSX plugin for both Vue 2 and 3.",
6+
"type": "commonjs",
67
"keywords": [
78
"unplugin",
89
"rollup",
@@ -72,31 +73,31 @@
7273
"vue": "^2.0.0 || ^3.0.0"
7374
},
7475
"dependencies": {
75-
"@babel/core": "^7.23.0",
76-
"@babel/plugin-syntax-typescript": "^7.22.5",
77-
"@rollup/pluginutils": "^5.0.4",
78-
"@vue/babel-plugin-jsx": "^1.1.5",
76+
"@babel/core": "^7.24.3",
77+
"@babel/plugin-syntax-typescript": "^7.24.1",
78+
"@rollup/pluginutils": "^5.1.0",
79+
"@vue/babel-plugin-jsx": "^1.2.2",
7980
"@vue/babel-preset-jsx": "^1.4.0",
8081
"local-pkg": "^0.5.0",
81-
"magic-string": "^0.30.4",
82-
"unplugin": "^1.5.0"
82+
"magic-string": "^0.30.8",
83+
"unplugin": "^1.10.0"
8384
},
8485
"devDependencies": {
85-
"@sxzz/eslint-config": "^3.6.1",
86-
"@sxzz/prettier-config": "^2.0.0",
87-
"@types/babel__core": "^7.20.2",
88-
"@types/node": "^20.8.2",
89-
"bumpp": "^9.2.0",
90-
"eslint": "^8.50.0",
91-
"eslint-define-config": "^1.23.0",
92-
"fast-glob": "^3.3.1",
93-
"prettier": "^3.0.3",
94-
"tsup": "^8.0.1",
95-
"tsx": "^4.1.1",
96-
"typescript": "^5.2.2",
97-
"vite": "^5.0.2",
98-
"vitest": "^1.0.4",
99-
"vue": "^3.3.4"
86+
"@sxzz/eslint-config": "^3.8.7",
87+
"@sxzz/prettier-config": "^2.0.1",
88+
"@types/babel__core": "^7.20.5",
89+
"@types/node": "^20.11.30",
90+
"bumpp": "^9.4.0",
91+
"eslint": "^8.57.0",
92+
"eslint-define-config": "^1.24.1",
93+
"fast-glob": "^3.3.2",
94+
"prettier": "^3.2.5",
95+
"tsup": "^8.0.2",
96+
"tsx": "^4.7.1",
97+
"typescript": "^5.4.2",
98+
"vite": "^5.2.2",
99+
"vitest": "^1.4.0",
100+
"vue": "^3.4.21"
100101
},
101102
"engines": {
102103
"node": ">=16.14.0"

0 commit comments

Comments
 (0)