Skip to content

Commit

Permalink
chore: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Mar 23, 2022
1 parent 6035158 commit ad95c30
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/gatsby-plugin-benchmark-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"gatsby-core-utils": "^3.11.0-next.1",
"node-fetch": "^2.6.7"
},
"peerDependencies": {
"gatsby": "^3.0.0 || ^4.0.0"
},
"scripts": {
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
"prepare": "cross-env NODE_ENV=production npm run build",
Expand All @@ -32,4 +35,4 @@
"engines": {
"node": ">=14.15.0"
}
}
}
3 changes: 2 additions & 1 deletion packages/gatsby-transformer-sqip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.11.0-next.1",
"gatsby-plugin-sharp": "^4.11.0-next.2",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.4.3",
Expand Down Expand Up @@ -49,4 +50,4 @@
"engines": {
"node": ">=14.15.0"
}
}
}
Loading

0 comments on commit ad95c30

Please sign in to comment.