Skip to content

Commit 3a5a855

Browse files
authored
fix(babel-plugin-remove-graphql-queries): make sure imports are posix (#29144)
1 parent e363adb commit 3a5a855

File tree

4 files changed

+473
-16
lines changed

4 files changed

+473
-16
lines changed

packages/babel-plugin-remove-graphql-queries/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
"@babel/cli": "^7.12.1",
1313
"@babel/core": "^7.12.3",
1414
"babel-preset-gatsby-package": "^0.12.0-next.0",
15-
"cross-env": "^7.0.3"
15+
"cross-env": "^7.0.3",
16+
"gatsby-core-utils": "^1.10.0-next.0"
1617
},
1718
"peerDependencies": {
18-
"gatsby": "^2.0.0"
19+
"gatsby": "^2.0.0",
20+
"@babel/core": "^7.0.0"
1921
},
2022
"license": "MIT",
2123
"main": "index.js",

0 commit comments

Comments
 (0)