Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit 8d5fd35

Browse files
committed
lock package.json versions, take gatsby to 2.24.7
Should fix: #282 (Due to gatsbyjs/gatsby#25778) We initially tried 2.24.1: 5fd5a56 But that seems to have caused: gatsbyjs/gatsby#25899 But the comment from that issue seems to work: gatsbyjs/gatsby#25899 (comment)
1 parent 0798168 commit 8d5fd35

1 file changed

Lines changed: 44 additions & 43 deletions

File tree

package.json

Lines changed: 44 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,55 +5,56 @@
55
"version": "0.1.0",
66
"author": "Cloudflare <github@cloudflare.com>",
77
"dependencies": {
8-
"@adaptivelink/pops": "^0.2.3",
8+
"@adaptivelink/pops": "0.2.3",
99
"@cloudflare/workers-brand-assets": "3.0.1",
10-
"@material-ui/core": "^4.11.0",
11-
"@mdx-js/mdx": "^1.6.6",
12-
"@mdx-js/react": "^1.6.6",
13-
"@reach/skip-nav": "^0.10.5",
14-
"animejs": "^3.2.0",
15-
"focus-group": "^0.3.1",
16-
"focus-visible-polyfill": "^1.0.0",
17-
"gatsby": "^2.24.1",
18-
"gatsby-image": "^2.4.13",
19-
"gatsby-plugin-layout": "^1.3.10",
20-
"gatsby-plugin-manifest": "^2.4.18",
21-
"gatsby-plugin-material-ui": "^2.1.9",
22-
"gatsby-plugin-mdx": "^1.2.25",
23-
"gatsby-plugin-no-sourcemaps": "^2.2.0",
24-
"gatsby-plugin-offline": "^3.2.17",
25-
"gatsby-plugin-react-helmet": "^3.3.10",
26-
"gatsby-plugin-sharp": "^2.6.19",
27-
"gatsby-plugin-sitemap": "^2.4.11",
28-
"gatsby-remark-copy-linked-files": "^2.3.9",
29-
"gatsby-remark-images": "^3.3.18",
30-
"gatsby-source-filesystem": "^2.3.19",
31-
"gatsby-transformer-remark": "^2.8.22",
32-
"gatsby-transformer-sharp": "^2.5.11",
33-
"gray-matter": "^4.0.2",
34-
"prism-react-renderer": "^1.1.1",
35-
"prismjs": "^1.20.0",
36-
"prop-types": "^15.7.2",
37-
"react": "^16.13.1",
38-
"react-copy-to-clipboard": "^5.0.2",
39-
"react-custom-scrollbars": "^4.2.1",
40-
"react-dom": "^16.13.1",
41-
"react-helmet": "^6.1.0",
42-
"react-spring": "^8.0.27",
43-
"react-timeago": "^4.4.0",
44-
"react-transition-group": "^4.4.1",
45-
"remark-slug": "^6.0.0",
46-
"saber-plugin-git-modification-time": "^0.1.3",
47-
"set-interval-visible": "^2.0.0"
10+
"@material-ui/core": "4.11.0",
11+
"@mdx-js/mdx": "1.6.6",
12+
"@mdx-js/react": "1.6.6",
13+
"@reach/skip-nav": "0.10.5",
14+
"animejs": "3.2.0",
15+
"focus-group": "0.3.1",
16+
"focus-visible-polyfill": "1.0.0",
17+
"gatsby": "2.24.7",
18+
"gatsby-image": "2.4.13",
19+
"gatsby-plugin-layout": "1.3.10",
20+
"gatsby-plugin-manifest": "2.4.18",
21+
"gatsby-plugin-material-ui": "2.1.9",
22+
"gatsby-plugin-mdx": "1.2.25",
23+
"gatsby-plugin-no-sourcemaps": "2.2.0",
24+
"gatsby-plugin-offline": "3.2.17",
25+
"gatsby-plugin-react-helmet": "3.3.10",
26+
"gatsby-plugin-sharp": "2.6.19",
27+
"gatsby-plugin-sitemap": "2.4.11",
28+
"gatsby-remark-copy-linked-files": "2.3.9",
29+
"gatsby-remark-images": "3.3.18",
30+
"gatsby-source-filesystem": "2.3.19",
31+
"gatsby-transformer-remark": "2.8.22",
32+
"gatsby-transformer-sharp": "2.5.11",
33+
"graphql": "14.7.0",
34+
"gray-matter": "4.0.2",
35+
"prism-react-renderer": "1.1.1",
36+
"prismjs": "1.20.0",
37+
"prop-types": "15.7.2",
38+
"react": "16.13.1",
39+
"react-copy-to-clipboard": "5.0.2",
40+
"react-custom-scrollbars": "4.2.1",
41+
"react-dom": "16.13.1",
42+
"react-helmet": "6.1.0",
43+
"react-spring": "8.0.27",
44+
"react-timeago": "4.4.0",
45+
"react-transition-group": "4.4.1",
46+
"remark-slug": "6.0.0",
47+
"saber-plugin-git-modification-time": "0.1.3",
48+
"set-interval-visible": "2.0.0"
4849
},
4950
"engines": {
5051
"node": ">=12.0.0"
5152
},
5253
"devDependencies": {
53-
"eslint-config-react-app": "^5.2.1",
54-
"gatsby-plugin-eslint": "^2.0.8",
55-
"gatsby-plugin-remove-trailing-slashes": "^2.3.11",
56-
"prettier": "^1.19.1"
54+
"eslint-config-react-app": "5.2.1",
55+
"gatsby-plugin-eslint": "2.0.8",
56+
"gatsby-plugin-remove-trailing-slashes": "2.3.11",
57+
"prettier": "1.19.1"
5758
},
5859
"license": "Apache-2.0 OR MIT",
5960
"scripts": {

0 commit comments

Comments
 (0)