Skip to content

Commit

Permalink
chore: Reorder package.json entries & fix patches (#33081)
Browse files Browse the repository at this point in the history
Co-authored-by: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
LekoArts and wardpeet authored Sep 8, 2021
1 parent b9f114f commit be3f4f3
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
"dependencies": {
"@babel/runtime": "^7.15.4"
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^2.14.0-next.2"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^1.14.0-next.2",
"cross-env": "^7.0.3",
"gatsby-core-utils": "^2.14.0-next.2"
"cross-env": "^7.0.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-no-sourcemaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"url": "https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-plugin-no-sourcemaps"
},
"dependencies": {
"@babel/runtime": "^7.15.4"
},
"peerDependencies": {
"gatsby": "^3.0.0-next.0"
},
"engines": {
"node": ">=12.13.0"
},
"dependencies": {
"@babel/runtime": "^7.15.4"
}
}
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-schema-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"directory": "packages/gatsby-plugin-schema-snapshot"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-schema-snapshot#readme",
"peerDependencies": {
"gatsby": "^3.0.0-next.0"
},
"dependencies": {
"@babel/runtime": "^7.15.4"
},
"peerDependencies": {
"gatsby": "^3.0.0-next.0"
}
}
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-styletron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
Expand Down Expand Up @@ -39,8 +42,5 @@
},
"engines": {
"node": ">=12.13.0"
},
"dependencies": {
"@babel/runtime": "^7.15.4"
}
}
2 changes: 1 addition & 1 deletion patches/v4/1-lmdb-default.patch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ index f9b0648b15..bfbd311aca 100644
@@ -180,7 +181,6 @@
"cross-env": "^7.0.3",
"documentation": "^13.1.0",
"enhanced-resolve": "^4.2.0",
"enhanced-resolve": "^5.8.2",
- "lmdb-store": "~1.5.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
14 changes: 7 additions & 7 deletions patches/v4/2-gatsby-peerdeps.patch
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ index 0b7931da5d..dbaf39f0aa 100644
--- a/packages/gatsby-plugin-flow/package.json
+++ b/packages/gatsby-plugin-flow/package.json
@@ -35,7 +35,7 @@
"gatsby-plugin-utils": "^1.14.0-next.0"
"gatsby-plugin-utils": "^1.14.0-next.2"
},
"peerDependencies": {
- "gatsby": "^3.0.0-next.0"
Expand All @@ -158,15 +158,15 @@ diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-
index 4c60d3b69c..13aa3fad31 100644
--- a/packages/gatsby-plugin-gatsby-cloud/package.json
+++ b/packages/gatsby-plugin-gatsby-cloud/package.json
@@ -41,7 +41,7 @@
@@ -42,7 +42,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
- "gatsby": "^3.0.0-next.0"
+ "gatsby": "^4.0.0-alpha-9689ff"
- "gatsby": "^3.0.0-next.0",
+ "gatsby": "^4.0.0-alpha-9689ff",
"webpack": "*"
},
"repository": {
"type": "git",
diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json
index a23803d486..41fa1fa4bd 100644
--- a/packages/gatsby-plugin-google-analytics/package.json
Expand Down Expand Up @@ -328,7 +328,7 @@ index af70e129a7..89b2e83272 100644
--- a/packages/gatsby-plugin-no-sourcemaps/package.json
+++ b/packages/gatsby-plugin-no-sourcemaps/package.json
@@ -21,7 +21,7 @@
"directory": "packages/gatsby-plugin-no-sourcemaps"
"@babel/runtime": "^7.15.4"
},
"peerDependencies": {
- "gatsby": "^3.0.0-next.0"
Expand Down Expand Up @@ -471,8 +471,8 @@ index ca7081c0c8..7c9c638a2f 100644
--- a/packages/gatsby-plugin-schema-snapshot/package.json
+++ b/packages/gatsby-plugin-schema-snapshot/package.json
@@ -17,6 +17,6 @@
"@babel/runtime": "^7.15.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-schema-snapshot#readme",
"peerDependencies": {
- "gatsby": "^3.0.0-next.0"
+ "gatsby": "^4.0.0-alpha-9689ff"
Expand Down

0 comments on commit be3f4f3

Please sign in to comment.