Skip to content

Commit 10074c9

Browse files
committed
fix: update starters for testing
1 parent a9dd4d1 commit 10074c9

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

starters/example-i18n/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"dependencies": {
1515
"@mdx-js/mdx": "^1.6.22",
1616
"@mdx-js/react": "^1.6.22",
17-
"gatsby": "^4.3.0",
18-
"gatsby-plugin-create-client-paths": "^4.3.0",
19-
"gatsby-plugin-mdx": "^3.3.0",
20-
"gatsby-plugin-react-helmet": "^5.3.0",
21-
"gatsby-source-filesystem": "^4.3.0",
17+
"gatsby": "^4.4.0",
18+
"gatsby-plugin-create-client-paths": "^4.4.0",
19+
"gatsby-plugin-mdx": "^3.4.0",
20+
"gatsby-plugin-react-helmet": "^5.4.0",
21+
"gatsby-source-filesystem": "^4.4.0",
2222
"gatsby-theme-i18n": "^3.0.0",
2323
"react": "^17.0.2",
2424
"react-dom": "^17.0.2",

starters/example-lingui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@lingui/react": "^3.13.0",
1919
"@mdx-js/mdx": "^1.6.22",
2020
"@mdx-js/react": "^1.6.22",
21-
"gatsby": "^4.3.0",
22-
"gatsby-plugin-mdx": "^3.3.0",
23-
"gatsby-plugin-react-helmet": "^5.3.0",
24-
"gatsby-source-filesystem": "^4.3.0",
21+
"gatsby": "^4.4.0",
22+
"gatsby-plugin-mdx": "^3.4.0",
23+
"gatsby-plugin-react-helmet": "^5.4.0",
24+
"gatsby-source-filesystem": "^4.4.0",
2525
"gatsby-theme-i18n": "^3.0.0",
2626
"gatsby-theme-i18n-lingui": "^3.0.0",
2727
"react": "^17.0.2",

starters/example-react-i18next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"dependencies": {
1515
"@mdx-js/mdx": "^1.6.22",
1616
"@mdx-js/react": "^1.6.22",
17-
"gatsby": "^4.3.0",
18-
"gatsby-plugin-mdx": "^3.3.0",
19-
"gatsby-plugin-react-helmet": "^5.3.0",
20-
"gatsby-source-filesystem": "^4.3.0",
17+
"gatsby": "^4.4.0",
18+
"gatsby-plugin-mdx": "^3.4.0",
19+
"gatsby-plugin-react-helmet": "^5.4.0",
20+
"gatsby-source-filesystem": "^4.4.0",
2121
"gatsby-theme-i18n": "^3.0.0",
2222
"gatsby-theme-i18n-react-i18next": "^3.0.0",
2323
"react": "^17.0.2",

starters/example-react-intl/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"dependencies": {
1515
"@mdx-js/mdx": "^1.6.22",
1616
"@mdx-js/react": "^1.6.22",
17-
"gatsby": "^4.3.0",
18-
"gatsby-plugin-mdx": "^3.3.0",
19-
"gatsby-source-filesystem": "^4.3.0",
17+
"gatsby": "^4.4.0",
18+
"gatsby-plugin-mdx": "^3.4.0",
19+
"gatsby-source-filesystem": "^4.4.0",
2020
"gatsby-theme-i18n": "^3.0.0",
2121
"gatsby-theme-i18n-react-intl": "^3.0.0",
2222
"react": "^17.0.2",
2323
"react-dom": "^17.0.2",
24-
"react-intl": "^5.23.0"
24+
"react-intl": "^5.24.2"
2525
}
2626
}

starters/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build"
1313
},
1414
"dependencies": {
15-
"gatsby": "^4.3.0",
15+
"gatsby": "^4.4.0",
1616
"gatsby-theme-blog": "^4.0.0",
1717
"gatsby-theme-blog-darkmode": "^4.0.0",
1818
"gatsby-theme-notes": "^4.0.0",

0 commit comments

Comments
 (0)