Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Update babel dependencies (#234)
Browse files Browse the repository at this point in the history
* Update babel dependencies

* Update more dependencies

* Update babel runtime plugin
  • Loading branch information
remidej authored Jun 22, 2021
1 parent 3aad592 commit abd1458
Show file tree
Hide file tree
Showing 2 changed files with 840 additions and 721 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"strapi"
],
"dependencies": {
"@babel/plugin-transform-runtime": "7.12.1",
"axios": "0.21.1",
"gatsby-node-helpers": "^0.3.0",
"gatsby-source-filesystem": "^3.3.0",
"gatsby-node-helpers": "0.3.0",
"gatsby-source-filesystem": "3.7.1",
"lodash": "4.17.21",
"pluralize": "8.0.0"
},
"devDependencies": {
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"@babel/preset-env": "7.12.1",
"@babel/cli": "7.14.5",
"@babel/core": "7.14.6",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.7",
"eslint": "7.13.0",
"husky": "4.3.0",
"lint-staged": "10.5.1",
Expand Down
Loading

0 comments on commit abd1458

Please sign in to comment.