Skip to content

Commit 8ba2adf

Browse files
committed
chore(deps): update minor updates
1 parent 3a2ac39 commit 8ba2adf

File tree

7 files changed

+404
-279
lines changed

7 files changed

+404
-279
lines changed

packages/gatsby-plugin-fastify/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
"watch": "yarn build --watch"
2727
},
2828
"dependencies": {
29-
"@babel/runtime": "^7.14.8",
29+
"@babel/runtime": "^7.15.3",
3030
"picomatch": "^2.3.0"
3131
},
3232
"devDependencies": {
3333
"@babel/cli": "^7.14.8",
34-
"@babel/core": "^7.14.8",
34+
"@babel/core": "^7.15.0",
3535
"@types/node": "^14.17.6",
36-
"babel-preset-gatsby-package": "^1.10.0",
36+
"babel-preset-gatsby-package": "^1.11.0",
3737
"cross-env": "^7.0.3",
38-
"fastify": "^3.19.0",
38+
"fastify": "^3.20.1",
3939
"fastify-caching": "^6.1.0",
4040
"fastify-compress": "^3.6.0",
4141
"fastify-plugin": "^3.0.0",
4242
"fastify-static": "^4.2.0",
43-
"gatsby": "^3.10.2"
43+
"gatsby": "^3.11.1"
4444
},
4545
"peerDependencies": {
4646
"fastify": "^3.19.0",
@@ -50,6 +50,6 @@
5050
"gatsby": "^3.7.0"
5151
},
5252
"engines": {
53-
"node": ">=12.13.0"
53+
"node": ">=v12.22.5"
5454
}
5555
}

packages/gatsby-plugin-fastify/test-site/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"clean": "gatsby clean"
1616
},
1717
"dependencies": {
18-
"fastify": "^3.19.0",
18+
"fastify": "^3.20.1",
1919
"fastify-compress": "^3.6.0",
2020
"fastify-static": "^4.2.0",
21-
"gatsby": "^3.6.1",
21+
"gatsby": "^3.11.1",
2222
"gatsby-plugin-fastify": "link:../",
23-
"gatsby-plugin-image": "^1.10.1",
24-
"gatsby-plugin-manifest": "^3.6.0",
25-
"gatsby-plugin-postcss": "^4.6.0",
26-
"gatsby-plugin-react-helmet": "^4.6.0",
27-
"gatsby-plugin-sharp": "^3.6.0",
28-
"gatsby-plugin-sitemap": "^4.2.0",
29-
"gatsby-source-filesystem": "^3.6.0",
30-
"gatsby-transformer-sharp": "^3.6.0",
23+
"gatsby-plugin-image": "^1.11.0",
24+
"gatsby-plugin-manifest": "^3.11.0",
25+
"gatsby-plugin-postcss": "^4.11.0",
26+
"gatsby-plugin-react-helmet": "^4.11.0",
27+
"gatsby-plugin-sharp": "^3.11.0",
28+
"gatsby-plugin-sitemap": "^4.7.0",
29+
"gatsby-source-filesystem": "^3.11.0",
30+
"gatsby-transformer-sharp": "^3.11.0",
3131
"postcss": "^8.3.0",
3232
"react": "^17.0.1",
3333
"react-dom": "^17.0.1",

0 commit comments

Comments
 (0)