Skip to content

Commit 0fd546e

Browse files
authored
Merge pull request #8 from CodeDead/feature/upgrades
feature/upgrades
2 parents 41dabcf + 459c9c2 commit 0fd546e

File tree

4 files changed

+1932
-2072
lines changed

4 files changed

+1932
-2072
lines changed

.yarn/releases/yarn-2.4.1.cjs renamed to .yarn/releases/yarn-2.4.2.cjs

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

.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ nodeLinker: node-modules
22

33
plugins:
44
- path: .yarn/plugins/yarn-up-all-plugin.cjs
5-
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.0.4/index.js"
5+
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.0.5/index.js"
66

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

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@
1818
"@material-ui/icons": "^4.11.2",
1919
"@material-ui/lab": "^4.0.0-alpha.58",
2020
"axios": "^0.21.1",
21-
"gatsby": "^3.5.1",
22-
"gatsby-plugin-catch-links": "^3.5.0",
23-
"gatsby-plugin-google-gtag": "^3.5.0",
24-
"gatsby-plugin-image": "^1.5.0",
21+
"gatsby": "^3.6.2",
22+
"gatsby-plugin-catch-links": "^3.6.0",
23+
"gatsby-plugin-google-gtag": "^3.6.0",
24+
"gatsby-plugin-image": "^1.6.0",
2525
"gatsby-plugin-robots-txt": "^1.6.2",
26-
"gatsby-plugin-sharp": "^3.5.0",
27-
"gatsby-plugin-sitemap": "^4.1.0",
28-
"gatsby-remark-images": "^5.2.1",
29-
"gatsby-source-filesystem": "^3.5.0",
26+
"gatsby-plugin-sharp": "^3.6.0",
27+
"gatsby-plugin-sitemap": "^4.2.0",
28+
"gatsby-remark-images": "^5.3.0",
29+
"gatsby-source-filesystem": "^3.6.0",
3030
"gatsby-theme-material-ui": "^2.0.1",
31-
"gatsby-transformer-remark": "^4.2.0",
32-
"gatsby-transformer-sharp": "^3.5.0",
31+
"gatsby-transformer-remark": "^4.3.0",
32+
"gatsby-transformer-sharp": "^3.6.0",
3333
"react": "^17.0.2",
3434
"react-dom": "^17.0.2",
3535
"react-helmet": "^6.1.0"
3636
},
3737
"devDependencies": {
38-
"eslint": "^7.26.0",
38+
"eslint": "^7.28.0",
3939
"eslint-config-airbnb": "^18.2.1",
40-
"eslint-plugin-import": "^2.23.3",
40+
"eslint-plugin-import": "^2.23.4",
4141
"eslint-plugin-jsx-a11y": "^6.4.1",
42-
"eslint-plugin-react": "^7.23.2",
42+
"eslint-plugin-react": "^7.24.0",
4343
"eslint-plugin-react-hooks": "^4.2.0"
4444
},
4545
"repository": {

0 commit comments

Comments
 (0)