Skip to content

Commit

Permalink
Update deps to deal with @babel failures on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Apr 21, 2021
1 parent bc0f2b7 commit f17482c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
"valid-url": "1.0.9"
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/core": "7.13.16",
"@babel/plugin-transform-runtime": "7.13.15",
"@babel/preset-env": "7.13.10",
"@babel/preset-env": "7.13.15",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@types/jest": "26.0.20",
Expand All @@ -123,7 +123,7 @@
"husky": "5.1.3",
"jest": "26.6.3",
"jest-fetch-mock": "3.0.3",
"jest-playwright-preset": "1.5.1",
"jest-playwright-preset": "1.5.2",
"nock": "13.0.11",
"npm-run-all": "4.1.5",
"playwright": "1.9.2",
Expand Down
2 changes: 1 addition & 1 deletion src/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"nanoid": "^3.1.22",
"next": "^10.1.3",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.1.3",
"next-pwa": "^5.2.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-use": "^17.2.1",
Expand Down

0 comments on commit f17482c

Please sign in to comment.