Skip to content

Commit 6da9a34

Browse files
committed
chore: update starters for testing
1 parent a9dd4d1 commit 6da9a34

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
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.5.4",
18+
"gatsby-plugin-create-client-paths": "^4.5.0",
19+
"gatsby-plugin-mdx": "^3.5.2",
20+
"gatsby-plugin-react-helmet": "^5.5.0",
21+
"gatsby-source-filesystem": "^4.5.2",
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
"compile": "lingui compile"
1515
},
1616
"dependencies": {
17-
"@lingui/core": "^3.13.0",
18-
"@lingui/react": "^3.13.0",
17+
"@lingui/core": "^3.13.1",
18+
"@lingui/react": "^3.13.1",
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.5.4",
22+
"gatsby-plugin-mdx": "^3.5.2",
23+
"gatsby-plugin-react-helmet": "^5.5.0",
24+
"gatsby-source-filesystem": "^4.5.2",
2525
"gatsby-theme-i18n": "^3.0.0",
2626
"gatsby-theme-i18n-lingui": "^3.0.0",
2727
"react": "^17.0.2",
2828
"react-dom": "^17.0.2",
2929
"react-helmet": "^6.1.0"
3030
},
3131
"devDependencies": {
32-
"@lingui/cli": "^3.13.0",
33-
"@lingui/macro": "^3.13.0",
32+
"@lingui/cli": "^3.13.1",
33+
"@lingui/macro": "^3.13.1",
3434
"babel-preset-gatsby": "^2.3.0"
3535
}
3636
}

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.5.4",
18+
"gatsby-plugin-mdx": "^3.5.2",
19+
"gatsby-plugin-react-helmet": "^5.5.0",
20+
"gatsby-source-filesystem": "^4.5.2",
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.5.4",
18+
"gatsby-plugin-mdx": "^3.5.2",
19+
"gatsby-source-filesystem": "^4.5.2",
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.3"
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.5.4",
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)