Skip to content

Commit 7d88a68

Browse files
author
Keegan Burkett
committed
Upgrades packages to latest and fixes M1 build error
1 parent 23390c6 commit 7d88a68

File tree

2 files changed

+5759
-7973
lines changed

2 files changed

+5759
-7973
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@
55
"version": "0.1.0",
66
"author": "Keegan Burkett <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.30.1",
9-
"gatsby-image": "^2.4.16",
10-
"gatsby-plugin-google-analytics": "^2.3.13",
11-
"gatsby-plugin-manifest": "^2.4.23",
12-
"gatsby-plugin-offline": "^3.2.23",
13-
"gatsby-plugin-react-helmet": "^3.3.10",
14-
"gatsby-plugin-sharp": "^2.6.27",
15-
"gatsby-plugin-styled-components": "^3.3.10",
8+
"gatsby": "^4.20.0",
9+
"gatsby-image": "^3.11.0",
10+
"gatsby-plugin-google-analytics": "^4.20.0",
11+
"gatsby-plugin-manifest": "^4.20.0",
12+
"gatsby-plugin-offline": "^5.20.0",
13+
"gatsby-plugin-react-helmet": "^5.20.0",
14+
"gatsby-plugin-sharp": "^4.20.0",
15+
"gatsby-plugin-styled-components": "^5.20.0",
1616
"gatsby-plugin-web-font-loader": "^1.0.4",
17-
"gatsby-source-filesystem": "^2.3.24",
18-
"gatsby-transformer-sharp": "^2.5.13",
19-
"prop-types": "^15.7.2",
20-
"react": "^16.13.1",
17+
"gatsby-source-filesystem": "^4.20.0",
18+
"gatsby-transformer-sharp": "^4.20.0",
19+
"prop-types": "^15.8.1",
20+
"react": "^18.2.0",
2121
"react-anchor-link-smooth-scroll": "^1.0.12",
22-
"react-dom": "^16.13.1",
22+
"react-dom": "^18.2.0",
2323
"react-feather": "^2.0.8",
2424
"react-helmet": "^6.1.0",
2525
"react-scrollspy": "^3.4.3",
26-
"styled-components": "^5.1.1"
26+
"styled-components": "^5.3.5"
2727
},
2828
"devDependencies": {
29-
"prettier": "^2.0.5"
29+
"prettier": "^2.7.1"
3030
},
3131
"resolutions": {
3232
"axios": "0.21.1"

0 commit comments

Comments
 (0)