Skip to content

Commit caa700f

Browse files
authored
chore(deps): update plugins (#5462)
1 parent 145d23c commit caa700f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/plugin-vue-jsx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
},
2727
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
2828
"dependencies": {
29-
"@babel/core": "^7.15.5",
29+
"@babel/core": "^7.15.8",
3030
"@babel/plugin-syntax-import-meta": "^7.10.4",
31-
"@babel/plugin-transform-typescript": "^7.15.4",
31+
"@babel/plugin-transform-typescript": "^7.15.8",
3232
"@rollup/pluginutils": "^4.1.1",
33-
"@vue/babel-plugin-jsx": "^1.1.0",
33+
"@vue/babel-plugin-jsx": "^1.1.1",
3434
"hash-sum": "^2.0.0"
3535
}
3636
}

packages/plugin-vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"@types/hash-sum": "^1.0.0",
3737
"debug": "^4.3.2",
3838
"hash-sum": "^2.0.0",
39-
"rollup": "^2.57.0",
39+
"rollup": "^2.58.3",
4040
"slash": "^3.0.0",
4141
"source-map": "^0.6.1",
42-
"vue": "^3.2.19",
43-
"@vue/compiler-sfc": "^3.2.19"
42+
"vue": "^3.2.20",
43+
"@vue/compiler-sfc": "^3.2.20"
4444
}
4545
}

0 commit comments

Comments
 (0)