Skip to content

Commit

Permalink
chore(deps): update babel monorepo (gatsbyjs#27528)
Browse files Browse the repository at this point in the history
* chore(deps): update babel monorepo

* Fix TS problem

* Worked locally but okay here you go TS

* Another TS warning

* yarn jest -u

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Co-authored-by: Peter van der Zee <github-public@qfox.nl>
  • Loading branch information
4 people committed Nov 17, 2020
1 parent ca4bd20 commit beaa670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@babel/runtime": "^7.12.5",
"better-queue": "^3.8.10",
"chokidar": "^3.4.2",
"file-type": "^12.4.2",
Expand All @@ -23,8 +23,8 @@
"xstate": "^4.13.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"babel-preset-gatsby-package": "^0.7.0-next.0",
"cross-env": "^7.0.2"
},
Expand Down

0 comments on commit beaa670

Please sign in to comment.