Skip to content

Commit

Permalink
chore(deps): update minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 26, 2021
1 parent 3a2ac39 commit 596b13d
Show file tree
Hide file tree
Showing 8 changed files with 1,058 additions and 581 deletions.
12 changes: 6 additions & 6 deletions packages/gatsby-plugin-fastify/package.json
Expand Up @@ -26,21 +26,21 @@
"watch": "yarn build --watch"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"picomatch": "^2.3.0"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.0",
"@types/node": "^14.17.6",
"babel-preset-gatsby-package": "^1.10.0",
"babel-preset-gatsby-package": "^1.12.0",
"cross-env": "^7.0.3",
"fastify": "^3.19.0",
"fastify": "^3.20.2",
"fastify-caching": "^6.1.0",
"fastify-compress": "^3.6.0",
"fastify-plugin": "^3.0.0",
"fastify-static": "^4.2.0",
"gatsby": "^3.10.2"
"gatsby": "^3.12.1"
},
"peerDependencies": {
"fastify": "^3.19.0",
Expand All @@ -50,6 +50,6 @@
"gatsby": "^3.7.0"
},
"engines": {
"node": ">=12.13.0"
"node": ">=v12.22.5"
}
}
20 changes: 10 additions & 10 deletions packages/gatsby-plugin-fastify/test-site/package.json
Expand Up @@ -15,19 +15,19 @@
"clean": "gatsby clean"
},
"dependencies": {
"fastify": "^3.19.0",
"fastify": "^3.20.2",
"fastify-compress": "^3.6.0",
"fastify-static": "^4.2.0",
"gatsby": "^3.6.1",
"gatsby": "^3.12.1",
"gatsby-plugin-fastify": "link:../",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-postcss": "^4.6.0",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-plugin-sitemap": "^4.2.0",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-transformer-sharp": "^3.6.0",
"gatsby-plugin-image": "^1.12.0",
"gatsby-plugin-manifest": "^3.12.0",
"gatsby-plugin-postcss": "^4.12.0",
"gatsby-plugin-react-helmet": "^4.12.0",
"gatsby-plugin-sharp": "^3.12.0",
"gatsby-plugin-sitemap": "^4.8.0",
"gatsby-source-filesystem": "^3.12.0",
"gatsby-transformer-sharp": "^3.12.0",
"postcss": "^8.3.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
833 changes: 518 additions & 315 deletions packages/gatsby-plugin-fastify/test-site/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/gatsby-plugin-github-ribbon/package.json
Expand Up @@ -32,9 +32,9 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.0",
"babel-jest": "^25.5.1",
"babel-preset-gatsby-package": "^1.10.0",
"babel-preset-gatsby-package": "^1.12.0",
"cross-env": "^7.0.3",
"gatsby": "^2.32.13",
"jest": "^25.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-readingtime/package.json
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/gatsby-uc/plugins/tree/main/packages/gatsby-plugin-readingtime#readme",
"dependencies": {
"reading-time": "^1.3.0"
"reading-time": "^1.4.0"
},
"peerDependencies": {
"gatsby": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-relative-ci/package.json
Expand Up @@ -22,8 +22,8 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"babel-preset-gatsby-package": "^1.10.0",
"@babel/core": "^7.15.0",
"babel-preset-gatsby-package": "^1.12.0",
"cross-env": "^7.0.3",
"prettier": "^2.3.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-source-packagist/package.json
Expand Up @@ -33,10 +33,10 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"babel-preset-gatsby-package": "^1.10.0",
"@babel/core": "^7.15.0",
"babel-preset-gatsby-package": "^1.12.0",
"cross-env": "^7.0.3",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-source-filesystem": "^3.12.0",
"prettier": "^2.3.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 596b13d

Please sign in to comment.