Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
moonmeister committed Dec 28, 2023
1 parent 1591649 commit 4a56596
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 1,209 deletions.
10 changes: 5 additions & 5 deletions integration-tests/adapter-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"test": "npm-run-all -c -s test:netlify"
},
"dependencies": {
"fastify": "^4.22.0",
"gatsby": "^5.12.0",
"fastify": "^4.25.2",
"gatsby": "^5.13.1",
"gatsby-adapter-fastify": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"cypress": "^12.14.0",
"gatsby-cypress": "^3.11.0",
"gatsby-cypress": "^3.13.0",
"npm-run-all": "^4.1.5",
"start-server-and-test": "^2.0.0",
"typescript": "^5.1.6"
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3"
}
}
30 changes: 15 additions & 15 deletions packages/gatsby-adapter-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,28 @@
"@fastify/middie": "^8.3.0",
"@fastify/static": "^6.10.2",
"fastify-plugin": "^4.5.1",
"fs-extra": "^11.1.1",
"gatsby-core-utils": "^4.12.0",
"gatsby-plugin-utils": "^4.12.0",
"http-status-codes": "^2.2.0",
"mime": "^3.0.0",
"fs-extra": "^11.2.0",
"gatsby-core-utils": "^4.13.0",
"gatsby-plugin-utils": "^4.13.0",
"http-status-codes": "^2.3.0",
"mime": "^4.0.1",
"open": "^8.4.2",
"picomatch": "^2.3.1",
"picomatch": "^3.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@types/connect": "^3.4.35",
"@types/fs-extra": "^9.0.13",
"@types/mime": "^3.0.1",
"@types/node": "^18.17.11",
"@types/picomatch": "^2.3.0",
"@types/yargs": "^17.0.24",
"babel-preset-gatsby-package": "^3.11.0",
"@types/connect": "^3.4.38",
"@types/fs-extra": "^11.0.4",
"@types/mime": "^3.0.4",
"@types/node": "^20.10.5",
"@types/picomatch": "^2.3.3",
"@types/yargs": "^17.0.32",
"babel-preset-gatsby-package": "^3.13.0",
"cross-env": "^7.0.3",
"fastify": "^4.22.0",
"gatsby": "^5.12.1"
"fastify": "^4.25.2",
"gatsby": "^5.13.1"
},
"peerDependencies": {
"fastify": "^4.5.3",
Expand Down
Loading

0 comments on commit 4a56596

Please sign in to comment.