Skip to content

Commit

Permalink
revert babel updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanweiler92 committed Nov 13, 2023
1 parent 4921553 commit 0d0993d
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 90 deletions.
161 changes: 75 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
"upload": "node tasks/util/upload.js"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@playwright/test": "^1.39.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
Expand Down

0 comments on commit 0d0993d

Please sign in to comment.