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 16, 2023
1 parent 6c84e58 commit bf018d8
Show file tree
Hide file tree
Showing 2 changed files with 943 additions and 730 deletions.
12 changes: 6 additions & 6 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.22.15",
"@date-io/dayjs": "1.3.13",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
Expand Down Expand Up @@ -36,12 +36,12 @@
"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.22.20",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.22.15",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.5",
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
Expand Down

0 comments on commit bf018d8

Please sign in to comment.