Skip to content

Commit bd29bc1

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

File tree

2 files changed

+452
-503
lines changed

2 files changed

+452
-503
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.2.2",
4-
"packageManager": "pnpm@8.8.0",
4+
"packageManager": "pnpm@8.10.2",
55
"description": "Vue JSX plugin for both Vue 2 and 3.",
66
"keywords": [
77
"unplugin",
@@ -72,32 +72,32 @@
7272
"vue": "^2.0.0 || ^3.0.0"
7373
},
7474
"dependencies": {
75-
"@babel/core": "^7.23.0",
75+
"@babel/core": "^7.23.2",
7676
"@babel/plugin-syntax-typescript": "^7.22.5",
77-
"@rollup/pluginutils": "^5.0.4",
77+
"@rollup/pluginutils": "^5.0.5",
7878
"@vue/babel-plugin-jsx": "^1.1.5",
7979
"@vue/babel-preset-jsx": "^1.4.0",
80-
"esbuild": "^0.19.4",
80+
"esbuild": "^0.19.5",
8181
"local-pkg": "^0.5.0",
82-
"magic-string": "^0.30.4",
82+
"magic-string": "^0.30.5",
8383
"unplugin": "^1.5.0"
8484
},
8585
"devDependencies": {
86-
"@sxzz/eslint-config": "^3.6.1",
86+
"@sxzz/eslint-config": "^3.7.1",
8787
"@sxzz/prettier-config": "^1.0.4",
88-
"@types/babel__core": "^7.20.2",
89-
"@types/node": "^20.8.2",
88+
"@types/babel__core": "^7.20.3",
89+
"@types/node": "^20.8.10",
9090
"bumpp": "^9.2.0",
91-
"eslint": "^8.50.0",
92-
"eslint-define-config": "^1.23.0",
91+
"eslint": "^8.52.0",
92+
"eslint-define-config": "^1.24.1",
9393
"fast-glob": "^3.3.1",
9494
"prettier": "^3.0.3",
9595
"tsup": "^7.2.0",
96-
"tsx": "^3.13.0",
96+
"tsx": "^3.14.0",
9797
"typescript": "^5.2.2",
98-
"vite": "^4.4.10",
98+
"vite": "^4.5.0",
9999
"vitest": "^0.34.6",
100-
"vue": "^3.3.4"
100+
"vue": "^3.3.7"
101101
},
102102
"engines": {
103103
"node": ">=16.14.0"

0 commit comments

Comments
 (0)