Skip to content

Commit b1a6cae

Browse files
committed
* Yarn upgrade
* Dependency upgrades
1 parent 4ba9f8e commit b1a6cae

3 files changed

Lines changed: 1385 additions & 2394 deletions

File tree

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/yarn-up-all-plugin.cjs
55
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.0.3/index.js"
66

7-
yarnPath: .yarn/releases/yarn-2.4.0.cjs
7+
yarnPath: .yarn/releases/yarn-2.4.1.cjs

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@
1717
"@material-ui/core": "^4.11.3",
1818
"@material-ui/icons": "^4.11.2",
1919
"@material-ui/lab": "^4.0.0-alpha.57",
20-
"gatsby": "^2.32.8",
21-
"gatsby-image": "^2.11.0",
22-
"gatsby-plugin-google-gtag": "^2.8.0",
20+
"gatsby": "^3.0.3",
21+
"gatsby-image": "^3.0.0",
22+
"gatsby-plugin-google-gtag": "^3.0.0",
2323
"gatsby-plugin-robots-txt": "^1.5.5",
24-
"gatsby-plugin-sharp": "^2.14.3",
25-
"gatsby-plugin-sitemap": "^2.12.0",
26-
"gatsby-remark-images": "^3.11.1",
27-
"gatsby-source-filesystem": "^2.11.1",
24+
"gatsby-plugin-sharp": "^3.0.0",
25+
"gatsby-plugin-sitemap": "^3.0.0",
26+
"gatsby-remark-images": "^4.0.0",
27+
"gatsby-source-filesystem": "^3.0.0",
2828
"gatsby-theme-material-ui": "^1.0.13",
29-
"gatsby-transformer-remark": "^2.16.1",
30-
"gatsby-transformer-sharp": "^2.12.0",
29+
"gatsby-transformer-remark": "^3.0.0",
30+
"gatsby-transformer-sharp": "^3.0.0",
3131
"react": "^17.0.1",
3232
"react-dom": "^17.0.1",
3333
"react-helmet": "^6.1.0"
3434
},
3535
"devDependencies": {
36-
"eslint": "^7.20.0",
36+
"eslint": "^7.21.0",
3737
"eslint-config-airbnb": "^18.2.1",
3838
"eslint-plugin-import": "^2.22.1",
3939
"eslint-plugin-jsx-a11y": "^6.4.1",

0 commit comments

Comments
 (0)