Skip to content

Commit 51cc5d1

Browse files
Merge pull request Hacker0x01#439 from Willianvdv/upgrade_all_the_things
Upgrade everything to get it working with M1
2 parents 2134077 + b971513 commit 51cc5d1

File tree

3 files changed

+4864
-6553
lines changed

3 files changed

+4864
-6553
lines changed

.github/workflows/test-suite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set Node.js
2929
uses: actions/setup-node@master
3030
with:
31-
node-version: 10.x
31+
node-version: 12.x
3232

3333
- name: Install dependencies
3434
run: yarn install

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
"version": "1.0.0",
55
"author": "HackerOne <[email protected]>",
66
"dependencies": {
7-
"@fec/gatsby-plugin-advanced-feed": "^1.1.0",
7+
"@fec/gatsby-plugin-advanced-feed": "^2.0.0",
88
"@reach/router": "^1.1.1",
9-
"gatsby": "^2.18.17",
10-
"gatsby-cli": "^2.12.15",
11-
"gatsby-link": "^2.11.0",
9+
"gatsby": "^3.11.1",
10+
"gatsby-cli": "^3.11.0",
11+
"gatsby-link": "^3.11.0",
1212
"gatsby-plugin-algolia-docsearch": "^1.0.5",
1313
"gatsby-plugin-csp": "^1.1.3",
14-
"gatsby-plugin-google-analytics": "^2.1.8",
15-
"gatsby-plugin-layout": "^1.1.4",
16-
"gatsby-plugin-react-helmet": "^3.1.4",
17-
"gatsby-plugin-sass": "^2.1.10",
18-
"gatsby-plugin-sharp": "^2.2.13",
19-
"gatsby-plugin-sitemap": "^2.12.0",
20-
"gatsby-plugin-slug": "^1.1.1",
14+
"gatsby-plugin-google-analytics": "^3.11.0",
15+
"gatsby-plugin-layout": "^2.11.0",
16+
"gatsby-plugin-react-helmet": "^4.11.0",
17+
"gatsby-plugin-sass": "^4.11.0",
18+
"gatsby-plugin-sharp": "^3.11.0",
19+
"gatsby-plugin-sitemap": "^4.7.0",
20+
"gatsby-plugin-slug": "^2.0.0",
2121
"gatsby-plugin-sri": "^1.0.11",
22-
"gatsby-remark-autolink-headers": "^2.1.5",
23-
"gatsby-remark-images": "^3.1.13",
24-
"gatsby-source-filesystem": "^2.1.11",
25-
"gatsby-transformer-remark": "^2.16.1",
26-
"gatsby-transformer-sharp": "^2.12.1",
27-
"node-sass": "^4.14.1",
28-
"react": "^16.14.0",
22+
"gatsby-remark-autolink-headers": "^4.8.0",
23+
"gatsby-remark-images": "^5.8.0",
24+
"gatsby-source-filesystem": "^3.11.0",
25+
"gatsby-transformer-remark": "^4.8.0",
26+
"gatsby-transformer-sharp": "^3.11.0",
27+
"node-sass": "^6.0.1",
28+
"react": "^17.0.2",
2929
"react-helmet": "^6.0.0",
3030
"webpack": "^5.38.1"
3131
},
@@ -53,7 +53,7 @@
5353
"gh-pages": "^3.1.0",
5454
"is_js": "^0.9.0",
5555
"prettier": "^2.0.5",
56-
"react-dom": "^16.4.2",
56+
"react-dom": "^17.0.2",
5757
"slugify": "^1.5.0"
5858
}
5959
}

0 commit comments

Comments
 (0)