-
- Downloads
Merge branch 'renovate/babel-monorepo' into 'develop'
Update babel monorepo to v7.26.9 See merge request !2049
No related branches found
No related tags found
... | ... | @@ -16,7 +16,7 @@ |
"lint-fix": "eslint --fix src test/unit/specs test/e2e/specs" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.26.7", | ||
"@babel/runtime": "7.26.9", | ||
"@chenfengyuan/vue-qrcode": "2.0.0", | ||
"@fortawesome/fontawesome-svg-core": "6.7.2", | ||
"@fortawesome/free-regular-svg-icons": "6.7.2", | ||
... | ... | @@ -51,10 +51,10 @@ |
"vuex": "4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.26.8", | ||
"@babel/core": "7.26.9", | ||
"@babel/eslint-parser": "7.26.8", | ||
"@babel/plugin-transform-runtime": "7.26.8", | ||
"@babel/preset-env": "7.26.8", | ||
"@babel/plugin-transform-runtime": "7.26.9", | ||
"@babel/preset-env": "7.26.9", | ||
"@babel/register": "7.25.9", | ||
"@intlify/vue-i18n-loader": "5.0.1", | ||
"@ungap/event-target": "0.2.4", | ||
... | ... |
Please register or sign in to comment