Skip to content

Commit 3c2d65e

Browse files
renovate[bot]sxzz
andauthored
chore(deps): update all non-major dependencies (#693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent bb8cbe9 commit 3c2d65e

File tree

6 files changed

+503
-467
lines changed

6 files changed

+503
-467
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-jsx-monorepo",
33
"version": "1.2.1",
44
"private": true,
5-
"packageManager": "pnpm@8.14.1",
5+
"packageManager": "pnpm@8.15.1",
66
"type": "module",
77
"scripts": {
88
"build": "pnpm run -r build",
@@ -23,19 +23,19 @@
2323
"@types/babel__core": "^7.20.5",
2424
"@types/babel__helper-module-imports": "^7.18.3",
2525
"@types/babel__helper-plugin-utils": "^7.10.3",
26-
"@types/node": "^20.11.5",
27-
"@typescript-eslint/eslint-plugin": "^6.19.0",
28-
"@vitest/coverage-v8": "^1.2.1",
26+
"@types/node": "^20.11.16",
27+
"@typescript-eslint/eslint-plugin": "^6.20.0",
28+
"@vitest/coverage-v8": "^1.2.2",
2929
"@vue/babel-plugin-jsx": "workspace:*",
3030
"bumpp": "^9.3.0",
3131
"eslint": "^8.56.0",
3232
"eslint-config-prettier": "^9.1.0",
3333
"eslint-plugin-import": "^2.29.1",
3434
"jsdom": "^24.0.0",
35-
"prettier": "^3.2.4",
35+
"prettier": "^3.2.5",
3636
"tsup": "^8.0.1",
3737
"typescript": "^5.3.3",
3838
"vite": "^5.0.12",
39-
"vitest": "^1.2.1"
39+
"vitest": "^1.2.2"
4040
}
4141
}

packages/babel-plugin-jsx/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@
2626
"@babel/helper-module-imports": "^7.22.15",
2727
"@babel/helper-plugin-utils": "^7.22.5",
2828
"@babel/plugin-syntax-jsx": "^7.23.3",
29-
"@babel/template": "^7.22.15",
30-
"@babel/traverse": "^7.23.7",
31-
"@babel/types": "^7.23.6",
29+
"@babel/template": "^7.23.9",
30+
"@babel/traverse": "^7.23.9",
31+
"@babel/types": "^7.23.9",
3232
"@vue/babel-helper-vue-transform-on": "workspace:*",
3333
"@vue/babel-plugin-resolve-type": "workspace:*",
3434
"camelcase": "^6.3.0",
3535
"html-tags": "^3.3.1",
3636
"svg-tags": "^1.0.0"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "^7.23.7",
40-
"@babel/preset-env": "^7.23.8",
39+
"@babel/core": "^7.23.9",
40+
"@babel/preset-env": "^7.23.9",
4141
"@types/babel__template": "^7.4.4",
4242
"@types/babel__traverse": "^7.20.5",
4343
"@types/svg-tags": "^1.0.2",
4444
"@vue/runtime-dom": "^3.4.15",
45-
"@vue/test-utils": "^2.4.3",
45+
"@vue/test-utils": "^2.4.4",
4646
"regenerator-runtime": "^0.14.1",
4747
"vue": "^3.4.15"
4848
},

packages/babel-plugin-resolve-type/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"@babel/code-frame": "^7.23.5",
4747
"@babel/helper-module-imports": "^7.22.15",
4848
"@babel/helper-plugin-utils": "^7.22.5",
49-
"@babel/parser": "^7.23.6",
49+
"@babel/parser": "^7.23.9",
5050
"@vue/compiler-sfc": "^3.4.15"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.23.7",
53+
"@babel/core": "^7.23.9",
5454
"@types/babel__code-frame": "^7.0.6",
5555
"vue": "^3.4.15"
5656
}

packages/jsx-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@babel/core": "^7.23.7",
12+
"@babel/core": "^7.23.9",
1313
"@vue/babel-plugin-jsx": "workspace:*",
1414
"monaco-editor": "^0.45.0",
1515
"vue": "^3.4.15"

0 commit comments

Comments
 (0)