Skip to content

Commit 2ed9121

Browse files
committedOct 11, 2020
update package
1 parent d85aeab commit 2ed9121

File tree

3 files changed

+15056
-20
lines changed

3 files changed

+15056
-20
lines changed
 

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,3 @@ yarn-error.log
6767
.pnp.js
6868
# Yarn Integrity file
6969
.yarn-integrity
70-
yarn.lock

‎package.json

+18-19
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
"@mdx-js/react": "1.6.18",
99
"@paljs/icons": "1.0.1",
1010
"@paljs/ui": "1.0.3",
11-
"gatsby": "2.24.66",
12-
"gatsby-image": "2.4.20",
13-
"gatsby-plugin-google-analytics": "^2.3.15",
14-
"gatsby-plugin-layout": "1.3.12",
15-
"gatsby-plugin-manifest": "2.4.32",
16-
"gatsby-plugin-mdx": "1.2.42",
11+
"gatsby": "2.24.73",
12+
"gatsby-image": "2.4.21",
13+
"gatsby-plugin-google-analytics": "^2.3.17",
14+
"gatsby-plugin-layout": "1.3.13",
15+
"gatsby-plugin-manifest": "2.4.34",
16+
"gatsby-plugin-mdx": "1.2.46",
1717
"gatsby-plugin-mdx-code-demo-oah": "1.0.0",
18-
"gatsby-plugin-react-helmet": "3.3.12",
19-
"gatsby-plugin-styled-components": "3.3.12",
18+
"gatsby-plugin-react-helmet": "3.3.14",
19+
"gatsby-plugin-styled-components": "3.3.14",
2020
"gatsby-plugin-typescript": "2.4.21",
21-
"gatsby-remark-prismjs": "3.5.14",
22-
"prismjs": "1.21.0",
21+
"gatsby-remark-prismjs": "3.5.16",
22+
"prismjs": "1.22.0",
2323
"react": "16.13.1",
2424
"react-dom": "16.13.1",
2525
"react-helmet": "6.1.0",
@@ -36,23 +36,22 @@
3636
"build": "gatsby build",
3737
"dev": "gatsby develop",
3838
"start": "npm run dev",
39-
"deploy": "gatsby build && gh-pages -d public",
4039
"format": "prettier --write \"src/**/*\"",
4140
"test": "echo \"Error: no test specified\" && exit 1"
4241
},
4342
"devDependencies": {
44-
"@types/node": "14.11.2",
45-
"@types/react": "16.9.49",
43+
"@types/node": "14.11.8",
44+
"@types/react": "16.9.51",
4645
"@types/react-dom": "16.9.8",
4746
"@types/react-helmet": "6.1.0",
48-
"@types/react-select": "3.0.21",
49-
"@types/styled-components": "5.1.3",
50-
"@typescript-eslint/eslint-plugin": "4.3.0",
51-
"@typescript-eslint/parser": "4.3.0",
52-
"eslint": "7.10.0",
47+
"@types/react-select": "3.0.22",
48+
"@types/styled-components": "5.1.4",
49+
"@typescript-eslint/eslint-plugin": "4.4.0",
50+
"@typescript-eslint/parser": "4.4.0",
51+
"eslint": "7.11.0",
5352
"eslint-config-prettier": "6.12.0",
5453
"eslint-plugin-prettier": "3.1.4",
55-
"eslint-plugin-react": "7.21.2",
54+
"eslint-plugin-react": "7.21.4",
5655
"gatsby-plugin-root-import": "^2.0.5",
5756
"gh-pages": "3.1.0",
5857
"prettier": "2.1.2",

‎yarn.lock

+15,038
Large diffs are not rendered by default.

1 commit comments

Comments
 (1)

vercel[bot] commented on Oct 11, 2020

@vercel[bot]
Please sign in to comment.