Skip to content

Commit

Permalink
build: upgrade babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Haixing-Hu committed Jun 2, 2024
1 parent 5bbb96a commit 11a58af
Show file tree
Hide file tree
Showing 2 changed files with 1,949 additions and 1,876 deletions.
24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haixing_hu/vue3-class-component",
"version": "1.8.2",
"version": "1.8.3",
"description": "A JavaScript class decorator for Vue3 components",
"main": "dist/vue-class-component.cjs.min.js",
"module": "dist/vue-class-component.esm.min.mjs",
Expand Down Expand Up @@ -44,27 +44,28 @@
]
},
"peerDependencies": {
"@babel/runtime": "^7.23.2",
"@babel/runtime": "^7.24.0",
"@haixing_hu/clone": "^1.4.1",
"@haixing_hu/typeinfo": "^2.3.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.24.0",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/runtime": "^7.24.0",
"@haixing_hu/clone": "^1.4.1",
"@haixing_hu/eslint-config": "^1.3.1",
"@haixing_hu/jsdoc-minami": "^1.5.1",
"@haixing_hu/rollup-builder": "^1.5.0",
"@haixing_hu/rollup-builder": "^1.6.1",
"@haixing_hu/typeinfo": "^2.3.0",
"@jest/core": "^29.7.0",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@vue/compiler-dom": "^3.3.4",
Expand All @@ -86,12 +87,9 @@
"jsdoc": "^4.0.2",
"rollup": "^4.1.4",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"vue": "^3.3.4",
"vue-template-compiler": "^2.7.14"
},
"resolutions": {
"@babel/helpers": "7.23.0"
},
"_comment": "There is a bug in @babel/helpers > 7.23.0. See #16179, #16180",
"packageManager": "yarn@3.6.3"
}
Loading

0 comments on commit 11a58af

Please sign in to comment.