Skip to content

Commit 579a047

Browse files
fix(deps): update all non-major dependencies (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea5d481 commit 579a047

File tree

2 files changed

+244
-243
lines changed

2 files changed

+244
-243
lines changed

package.json

Lines changed: 8 additions & 8 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.6.12",
4+
"packageManager": "pnpm@8.7.0",
55
"description": "Vue JSX plugin for both Vue 2 and 3. Supports Rollup, Vite, esbuild and Webpack.",
66
"keywords": [
77
"unplugin",
@@ -92,31 +92,31 @@
9292
"vue": "^2.0.0 || ^3.0.0"
9393
},
9494
"dependencies": {
95-
"@babel/core": "^7.22.10",
95+
"@babel/core": "^7.22.11",
9696
"@babel/plugin-syntax-typescript": "^7.22.5",
97-
"@rollup/pluginutils": "^5.0.3",
97+
"@rollup/pluginutils": "^5.0.4",
9898
"@vue/babel-plugin-jsx": "^1.1.5",
9999
"@vue/babel-preset-jsx": "^1.4.0",
100100
"esbuild": "^0.19.2",
101101
"local-pkg": "^0.4.3",
102-
"magic-string": "^0.30.2",
102+
"magic-string": "^0.30.3",
103103
"unplugin": "^1.4.0"
104104
},
105105
"devDependencies": {
106106
"@sxzz/eslint-config": "^3.4.0",
107107
"@sxzz/prettier-config": "^1.0.4",
108108
"@types/babel__core": "^7.20.1",
109-
"@types/node": "^20.5.1",
109+
"@types/node": "^20.5.7",
110110
"bumpp": "^9.2.0",
111-
"eslint": "^8.47.0",
111+
"eslint": "^8.48.0",
112112
"eslint-define-config": "^1.23.0",
113113
"fast-glob": "^3.3.1",
114114
"prettier": "^3.0.2",
115115
"tsup": "^7.2.0",
116116
"tsx": "^3.12.7",
117-
"typescript": "^5.1.6",
117+
"typescript": "^5.2.2",
118118
"vite": "^4.4.9",
119-
"vitest": "^0.34.2",
119+
"vitest": "^0.34.3",
120120
"vue": "^3.3.4"
121121
},
122122
"engines": {

0 commit comments

Comments
 (0)