Skip to content

Commit 71e67a5

Browse files
committed
* Dependency upgrades
* Removed up-all plugin * Yarn upgrade
1 parent 9bc56e3 commit 71e67a5

File tree

6 files changed

+2825
-2254
lines changed

6 files changed

+2825
-2254
lines changed

.yarn/plugins/yarn-up-all-plugin.cjs

Lines changed: 0 additions & 1 deletion
This file was deleted.

.yarn/releases/yarn-2.4.2.cjs

Lines changed: 0 additions & 55 deletions
This file was deleted.

.yarn/releases/yarn-3.0.0.cjs

Lines changed: 631 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
nodeLinker: node-modules
22

3-
plugins:
4-
- path: .yarn/plugins/yarn-up-all-plugin.cjs
5-
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.0.5/index.js"
6-
7-
yarnPath: .yarn/releases/yarn-2.4.2.cjs
3+
yarnPath: .yarn/releases/yarn-3.0.0.cjs

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@
1818
"@material-ui/icons": "^4.11.2",
1919
"@material-ui/lab": "^4.0.0-alpha.60",
2020
"axios": "^0.21.1",
21-
"gatsby": "^3.10.2",
22-
"gatsby-plugin-catch-links": "^3.10.0",
23-
"gatsby-plugin-google-gtag": "^3.10.0",
24-
"gatsby-plugin-image": "^1.10.1",
21+
"gatsby": "^3.11.0",
22+
"gatsby-plugin-catch-links": "^3.11.0",
23+
"gatsby-plugin-google-gtag": "^3.11.0",
24+
"gatsby-plugin-image": "^1.11.0",
2525
"gatsby-plugin-robots-txt": "^1.6.8",
26-
"gatsby-plugin-sharp": "^3.10.2",
27-
"gatsby-plugin-sitemap": "^4.6.0",
28-
"gatsby-remark-images": "^5.7.0",
29-
"gatsby-source-filesystem": "^3.10.0",
26+
"gatsby-plugin-sharp": "^3.11.0",
27+
"gatsby-plugin-sitemap": "^4.7.0",
28+
"gatsby-remark-images": "^5.8.0",
29+
"gatsby-source-filesystem": "^3.11.0",
3030
"gatsby-theme-material-ui": "^2.0.1",
31-
"gatsby-transformer-remark": "^4.7.0",
32-
"gatsby-transformer-sharp": "^3.10.0",
31+
"gatsby-transformer-remark": "^4.8.0",
32+
"gatsby-transformer-sharp": "^3.11.0",
3333
"react": "^17.0.2",
3434
"react-dom": "^17.0.2",
3535
"react-helmet": "^6.1.0"
3636
},
3737
"devDependencies": {
38-
"eslint": "^7.31.0",
38+
"eslint": "^7.32.0",
3939
"eslint-config-airbnb": "^18.2.1",
4040
"eslint-plugin-import": "^2.23.4",
4141
"eslint-plugin-jsx-a11y": "^6.4.1",

0 commit comments

Comments
 (0)