Skip to content

Commit

Permalink
Upgrade 5.x minors dependencies (#3120)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebriday committed Aug 20, 2021
1 parent 0bae978 commit a3770ab
Show file tree
Hide file tree
Showing 2 changed files with 1,883 additions and 2,892 deletions.
34 changes: 17 additions & 17 deletions package.json
Expand Up @@ -12,37 +12,37 @@
"yarn": ">=1 <4"
},
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.13.17",
"@babel/plugin-transform-regenerator": "^7.13.15",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/runtime": "^7.14.0",
"@babel/plugin-transform-destructuring": "^7.14.7",
"@babel/plugin-transform-regenerator": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/runtime": "^7.15.3",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"compression-webpack-plugin": "^4.0.1",
"core-js": "^3.12.1",
"core-js": "^3.16.2",
"css-loader": "^3.6.0",
"file-loader": "^6.2.0",
"flatted": "^3.1.1",
"flatted": "^3.2.2",
"glob": "^7.1.7",
"js-yaml": "^3.14.1",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.8",
"path-complete-extname": "^1.0.0",
"pnp-webpack-plugin": "^1.6.4",
"pnp-webpack-plugin": "^1.7.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^4.0.2",
"regenerator-runtime": "^0.13.7",
"sass": "^1.32.13",
"regenerator-runtime": "^0.13.9",
"sass": "^1.38.0",
"sass-loader": "10.1.1",
"style-loader": "^1.3.0",
"terser-webpack-plugin": "^4.2.3",
Expand All @@ -52,12 +52,12 @@
"webpack-sources": "^1.4.3"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"jest": "^26.6.3"
"eslint-plugin-react": "^7.24.0",
"jest": "^27.0.6"
},
"jest": {
"testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$",
Expand Down

0 comments on commit a3770ab

Please sign in to comment.