Skip to content

Commit

Permalink
Restore previous babel version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonherbert committed Mar 1, 2024
1 parent 7fd21a4 commit c2ad35c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions fronts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"run-checks": "yarn test && yarn lint && yarn test-integration"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.44",
"@babel/core": "^7.0.0-beta.44",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.44",
"@babel/polyfill": "^7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.44",
"@babel/preset-react": "^7.0.0-beta.44",
"@babel/register": "^7.0.0-beta.44",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/register": "^7.22.15",
"@testing-library/jest-dom": "^5.16.5",
"@types/fetch-mock": "^6.0.4",
"@types/jest": "^29.5.1",
Expand Down

0 comments on commit c2ad35c

Please sign in to comment.