-
- Downloads
Merge branch 'renovate/babel-monorepo' into 'develop'
Update babel monorepo See merge request pleroma/pleroma-fe!1549
No related branches found
No related tags found
... | ... | @@ -16,7 +16,7 @@ |
"lint-fix": "eslint --fix --ext .js,.vue src test/unit/specs test/e2e/specs" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.17.8", | ||
"@babel/runtime": "7.18.6", | ||
"@chenfengyuan/vue-qrcode": "2.0.0", | ||
"@fortawesome/fontawesome-svg-core": "1.3.0", | ||
"@fortawesome/free-regular-svg-icons": "5.15.4", | ||
... | ... | @@ -45,10 +45,10 @@ |
"vuex": "4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.17.8", | ||
"@babel/plugin-transform-runtime": "7.17.0", | ||
"@babel/preset-env": "7.16.11", | ||
"@babel/register": "7.17.7", | ||
"@babel/core": "7.18.6", | ||
"@babel/plugin-transform-runtime": "7.18.6", | ||
"@babel/preset-env": "7.18.6", | ||
"@babel/register": "7.18.6", | ||
"@intlify/vue-i18n-loader": "^5.0.0", | ||
"@ungap/event-target": "0.2.3", | ||
"@vue/babel-helper-vue-jsx-merge-props": "1.2.1", | ||
... | ... | @@ -57,7 +57,7 @@ |
"@vue/test-utils": "2.0.0-rc.17", | ||
"autoprefixer": "6.7.7", | ||
"babel-eslint": "7.2.3", | ||
"babel-loader": "8.2.4", | ||
"babel-loader": "8.2.5", | ||
"babel-plugin-lodash": "3.3.4", | ||
"chai": "3.5.0", | ||
"chalk": "1.1.3", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment