Skip to content

Commit 06af51b

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

File tree

2 files changed

+105
-111
lines changed

2 files changed

+105
-111
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.6.0",
4-
"packageManager": "[email protected].0",
4+
"packageManager": "[email protected].1",
55
"description": "Vue JSX plugin for both Vue 2 and 3.",
66
"type": "module",
77
"keywords": [
@@ -62,7 +62,7 @@
6262
"vue": "^2.0.0 || ^3.0.0"
6363
},
6464
"dependencies": {
65-
"@babel/core": "^7.26.8",
65+
"@babel/core": "^7.26.9",
6666
"@babel/plugin-syntax-typescript": "^7.25.9",
6767
"@vue/babel-plugin-jsx": "^1.2.5",
6868
"@vue/babel-preset-jsx": "^1.4.0",

0 commit comments

Comments
 (0)