Skip to content

Commit

Permalink
Merge branch 'master' into renovate/typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jan 3, 2022
2 parents f47873d + 63207a2 commit 0461855
Show file tree
Hide file tree
Showing 11 changed files with 124 additions and 194 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ This framework also has experimental support for the React suspense API and it s

- [Gatsby i18n packages](https://www.gatsbyjs.com/plugins/gatsby-plugin-i18n/?=i18)

- [Gatsby i18n articles](https://www.gatsbyjs.com/blog/tags/i18n/)
- [Gatsby i18n articles](https://www.gatsbyjs.com/blog/tags/localization/)

- [W3C's i18n resources](https://w3c.github.io/i18n-drafts/getting-started/contentdev.en#reference)
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"npm-run-all": "4.1.5",
"react": "^16.9.0",
"rimraf": "^3.0.2",
"rollup": "^2.60.2",
"rollup": "^2.62.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-internal": "^1.0.4",
"typescript": "^4.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/plugin-syntax-typescript": "^7.14.0",
"@babel/runtime": "^7.15.4",
"execa": "^5.1.1",
"graphql": "^15.7.2",
"graphql": "^15.8.0",
"jscodeshift": "^0.12.0",
"recast": "^0.20.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"babel-preset-gatsby-package": "^2.5.0-next.0",
"cross-env": "^7.0.3",
"is-uuid": "^1.0.2",
"msw": "^0.35.0",
"msw": "^0.36.3",
"typescript": "^4.5.4"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-gatsby-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"date-fns": "^2.27.0",
"date-fns": "^2.28.0",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.5.0-next.2",
"gatsby-telemetry": "^3.5.0-next.2",
Expand All @@ -20,14 +20,14 @@
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.5.0",
"babel-preset-gatsby-package": "^2.5.0-next.0",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.3",
"del-cli": "^3.0.1",
"msw": "^0.35.0",
"msw": "^0.36.3",
"node-fetch": "^2.6.6"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-gatsby-cloud#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^2.5.0-next.0",
"rewire": "^5.0.0"
"rewire": "^6.0.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@types/sharp": "^0.29.4",
"@types/sharp": "^0.29.5",
"babel-preset-gatsby-package": "^2.5.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^2.5.0-next.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-shopify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/node": "^14.17.34",
"@types/node-fetch": "^2.5.12",
"@types/sharp": "^0.29.4",
"@types/sharp": "^0.29.5",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^2.5.0-next.2",
"msw": "^0.35.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@types/sharp": "^0.29.4",
"@types/sharp": "^0.29.5",
"babel-preset-gatsby-package": "^2.5.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"url": "git+https://github.com/gatsbyjs/gatsby.git"
},
"resolutions": {
"graphql": "^15.7.2",
"graphql": "^15.8.0",
"@mdx-js/mdx": "^2.0.0-next.3",
"@mdx-js/react": "^2.0.0-next.3",
"@mdx-js/runtime": "^2.0.0-next.3",
Expand Down
Loading

0 comments on commit 0461855

Please sign in to comment.