Skip to content

Commit

Permalink
chore: update starters for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 15, 2022
1 parent a9dd4d1 commit e285369
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions starters/example-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.3.0",
"gatsby-plugin-create-client-paths": "^4.3.0",
"gatsby-plugin-mdx": "^3.3.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby": "^4.14.0",
"gatsby-plugin-create-client-paths": "^4.9.0",
"gatsby-plugin-mdx": "^3.14.0",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-theme-i18n": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
16 changes: 8 additions & 8 deletions starters/example-lingui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"compile": "lingui compile"
},
"dependencies": {
"@lingui/core": "^3.13.0",
"@lingui/react": "^3.13.0",
"@lingui/core": "^3.13.3",
"@lingui/react": "^3.13.3",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.3.0",
"gatsby-plugin-mdx": "^3.3.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby": "^4.14.0",
"gatsby-plugin-mdx": "^3.14.0",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-theme-i18n": "^3.0.0",
"gatsby-theme-i18n-lingui": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@lingui/cli": "^3.13.0",
"@lingui/macro": "^3.13.0",
"@lingui/cli": "^3.13.3",
"@lingui/macro": "^3.13.3",
"babel-preset-gatsby": "^2.3.0"
}
}
8 changes: 4 additions & 4 deletions starters/example-react-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.3.0",
"gatsby-plugin-mdx": "^3.3.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby": "^4.14.0",
"gatsby-plugin-mdx": "^3.14.0",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-theme-i18n": "^3.0.0",
"gatsby-theme-i18n-react-i18next": "^3.0.0",
"react": "^17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions starters/example-react-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.3.0",
"gatsby-plugin-mdx": "^3.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby": "^4.14.0",
"gatsby-plugin-mdx": "^3.14.0",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-theme-i18n": "^3.0.0",
"gatsby-theme-i18n-react-intl": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.23.0"
"react-intl": "^5.25.1"
}
}
2 changes: 1 addition & 1 deletion starters/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build"
},
"dependencies": {
"gatsby": "^4.3.0",
"gatsby": "^4.14.0",
"gatsby-theme-blog": "^4.0.0",
"gatsby-theme-blog-darkmode": "^4.0.0",
"gatsby-theme-notes": "^4.0.0",
Expand Down

0 comments on commit e285369

Please sign in to comment.