mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Upgrade babel dependencies
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
6b2e0dc72d
commit
6b89565995
@ -36,15 +36,15 @@
|
|||||||
"test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
|
"test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "7.14.0",
|
"@babel/core": "7.16.7",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "7.13.15",
|
"@babel/plugin-proposal-async-generator-functions": "7.16.7",
|
||||||
"@babel/plugin-proposal-class-properties": "7.13.0",
|
"@babel/plugin-proposal-class-properties": "7.16.7",
|
||||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||||
"@babel/plugin-transform-modules-commonjs": "7.14.0",
|
"@babel/plugin-transform-modules-commonjs": "7.16.7",
|
||||||
"@babel/plugin-transform-runtime": "7.13.15",
|
"@babel/plugin-transform-runtime": "7.16.7",
|
||||||
"@babel/preset-env": "7.14.0",
|
"@babel/preset-env": "7.16.7",
|
||||||
"@babel/preset-react": "7.13.13",
|
"@babel/preset-react": "7.16.7",
|
||||||
"@babel/runtime": "7.14.0",
|
"@babel/runtime": "7.16.7",
|
||||||
"@casl/ability": "^4.1.5",
|
"@casl/ability": "^4.1.5",
|
||||||
"@fingerprintjs/fingerprintjs": "3.1.1",
|
"@fingerprintjs/fingerprintjs": "3.1.1",
|
||||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||||
@ -58,8 +58,8 @@
|
|||||||
"@strapi/icons": "0.0.1-alpha.71",
|
"@strapi/icons": "0.0.1-alpha.71",
|
||||||
"@strapi/utils": "4.0.2",
|
"@strapi/utils": "4.0.2",
|
||||||
"axios": "0.24.0",
|
"axios": "0.24.0",
|
||||||
"babel-loader": "8.2.2",
|
"babel-loader": "8.2.3",
|
||||||
"babel-plugin-styled-components": "1.12.0",
|
"babel-plugin-styled-components": "2.0.2",
|
||||||
"bcryptjs": "2.4.3",
|
"bcryptjs": "2.4.3",
|
||||||
"chalk": "^4.1.1",
|
"chalk": "^4.1.1",
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.1",
|
||||||
@ -102,7 +102,7 @@
|
|||||||
"match-sorter": "^4.0.2",
|
"match-sorter": "^4.0.2",
|
||||||
"mini-css-extract-plugin": "2.4.4",
|
"mini-css-extract-plugin": "2.4.4",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
"node-polyfill-webpack-plugin": "1.1.0",
|
"node-polyfill-webpack-plugin": "1.1.4",
|
||||||
"p-map": "4.0.0",
|
"p-map": "4.0.0",
|
||||||
"passport-local": "1.0.0",
|
"passport-local": "1.0.0",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||||
"axios": "0.24.0",
|
"axios": "0.24.0",
|
||||||
"babel-plugin-styled-components": "1.12.0",
|
"babel-plugin-styled-components": "2.0.2",
|
||||||
"classnames": "^2.3.1",
|
"classnames": "^2.3.1",
|
||||||
"formik": "2.2.9",
|
"formik": "2.2.9",
|
||||||
"immutable": "^3.8.2",
|
"immutable": "^3.8.2",
|
||||||
@ -64,14 +64,14 @@
|
|||||||
"whatwg-fetch": "^3.6.2"
|
"whatwg-fetch": "^3.6.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.14.0",
|
"@babel/core": "7.16.7",
|
||||||
"@babel/plugin-proposal-class-properties": "7.13.0",
|
"@babel/plugin-proposal-class-properties": "7.16.7",
|
||||||
"@babel/plugin-proposal-export-default-from": "7.14.5",
|
"@babel/plugin-proposal-export-default-from": "7.16.7",
|
||||||
"@babel/plugin-proposal-function-bind": "7.14.5",
|
"@babel/plugin-proposal-function-bind": "7.16.7",
|
||||||
"@babel/plugin-transform-runtime": "7.13.15",
|
"@babel/plugin-transform-runtime": "7.16.7",
|
||||||
"@babel/preset-env": "7.14.0",
|
"@babel/preset-env": "7.16.7",
|
||||||
"@babel/preset-react": "7.13.13",
|
"@babel/preset-react": "7.16.7",
|
||||||
"@babel/runtime": "7.14.0",
|
"@babel/runtime": "7.16.7",
|
||||||
"@storybook/addon-actions": "^6.3.7",
|
"@storybook/addon-actions": "^6.3.7",
|
||||||
"@storybook/addon-essentials": "^6.3.7",
|
"@storybook/addon-essentials": "^6.3.7",
|
||||||
"@storybook/addon-links": "^6.3.7",
|
"@storybook/addon-links": "^6.3.7",
|
||||||
|
@ -19,15 +19,15 @@
|
|||||||
],
|
],
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.14.5",
|
"@babel/cli": "7.16.7",
|
||||||
"@babel/core": "7.14.6",
|
"@babel/core": "7.16.7",
|
||||||
"@babel/generator": "7.14.5",
|
"@babel/generator": "7.16.7",
|
||||||
"@babel/parser": "7.14.7",
|
"@babel/parser": "7.16.7",
|
||||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||||
"@babel/plugin-transform-modules-commonjs": "7.14.5",
|
"@babel/plugin-transform-modules-commonjs": "7.16.7",
|
||||||
"@babel/plugin-transform-runtime": "7.14.5",
|
"@babel/plugin-transform-runtime": "7.16.7",
|
||||||
"@babel/preset-env": "7.14.7",
|
"@babel/preset-env": "7.16.7",
|
||||||
"@babel/template": "7.14.5",
|
"@babel/template": "7.16.7",
|
||||||
"reselect": "4.0.0",
|
"reselect": "4.0.0",
|
||||||
"resolve": "1.20.0"
|
"resolve": "1.20.0"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user