Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 5, 2022
1 parent 6c84e58 commit 62a5635
Show file tree
Hide file tree
Showing 2 changed files with 897 additions and 644 deletions.
14 changes: 7 additions & 7 deletions frontend/package.json
Expand Up @@ -7,7 +7,7 @@
"lint": "eslint --fix --ext .jsx,.js,.tsx,.ts ."
},
"dependencies": {
"@babel/runtime": "7.12.5",
"@babel/runtime": "7.19.0",
"@date-io/dayjs": "1.3.13",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
Expand Down Expand Up @@ -36,19 +36,19 @@
"whatwg-fetch": "3.5.0"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-transform-runtime": "7.12.1",
"@babel/core": "7.19.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.5",
"@babel/preset-env": "7.19.0",
"@babel/preset-react": "7.18.6",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@webpack-cli/serve": "1.3.0",
"axios": "0.21.0",
"babel-eslint": "8.2.6",
"babel-loader": "8.2.1",
"babel-loader": "8.2.5",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2015-riot": "1.1.0",
"babel-preset-react": "6.24.1",
Expand Down

0 comments on commit 62a5635

Please sign in to comment.