Skip to content

Commit

Permalink
fix(deps): update gatsby monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 21, 2021
1 parent f3dfd94 commit 97c49bd
Show file tree
Hide file tree
Showing 2 changed files with 829 additions and 1,508 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@babel/runtime": "^7.9.6",
"babel-jest": "^26.0.1",
"babel-preset-gatsby": "^0.12.0",
"babel-preset-gatsby": "^2.0.0",
"identity-obj-proxy": "^3.0.0",
"prop-types": "^15.7.2",
"wildcard-match": "^5.1.0"
Expand All @@ -56,7 +56,7 @@
"@testing-library/react": "11.2.7",
"babel-eslint": "10.1.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-preset-gatsby-package": "0.12.0",
"babel-preset-gatsby-package": "2.0.0",
"commitizen": "4.2.4",
"coveralls": "3.1.1",
"cross-env": "7.0.3",
Expand All @@ -70,7 +70,7 @@
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"gatsby": "3.14.3",
"gatsby": "4.0.0",
"husky": "4.3.8",
"jest": "26.6.3",
"jest-dom": "4.0.0",
Expand All @@ -81,6 +81,6 @@
"semantic-release": "17.4.7"
},
"peerDependencies": {
"gatsby": "^3.0.0"
"gatsby": "^3.0.0 || ^4.0.0"
}
}
Loading

0 comments on commit 97c49bd

Please sign in to comment.