Skip to content

Commit f85d1bd

Browse files
renovate[bot]heavenshell
authored andcommitted
Update dependencies (#50)
* Update dependencies * Fix remove unnecessary types
1 parent 12c88be commit f85d1bd

File tree

4 files changed

+1039
-1169
lines changed

4 files changed

+1039
-1169
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Images
3+
date: 2019-10-01
4+
slug: images
5+
---
6+
7+
## Images
8+
9+
![images](./assets/react.png)
4.26 KB
Loading

package.json

+4-8
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@emotion/core": "10.0.22",
2626
"@emotion/styled": "10.0.23",
27-
"@material-ui/core": "4.6.0",
27+
"@material-ui/core": "4.7.0",
2828
"@material-ui/icons": "4.5.1",
2929
"chokidar": "3.3.0",
3030
"dayjs": "1.8.17",
@@ -35,8 +35,8 @@
3535
"marked-sanitizer-github": "1.0.0",
3636
"node-emoji": "1.10.0",
3737
"prismjs": "1.17.1",
38-
"react": "16.11.0",
39-
"react-dom": "16.11.0",
38+
"react": "16.12.0",
39+
"react-dom": "16.12.0",
4040
"react-router-dom": "5.1.2",
4141
"react-scroll": "1.7.14",
4242
"react-static": "7.2.3",
@@ -45,7 +45,7 @@
4545
"react-static-plugin-sitemap": "7.2.3",
4646
"react-static-plugin-source-filesystem": "7.2.3",
4747
"react-static-plugin-typescript": "7.2.3",
48-
"react-use": "13.5.0"
48+
"react-use": "13.9.0"
4949
},
5050
"devDependencies": {
5151
"@babel/core": "7.7.4",
@@ -70,10 +70,6 @@
7070
"@types/react-hot-loader": "4.1.0",
7171
"@types/react-router-dom": "5.1.2",
7272
"@types/react-scroll": "1.5.4",
73-
"@types/storybook__addon-actions": "3.4.3",
74-
"@types/storybook__addon-knobs": "5.0.4",
75-
"@types/storybook__addon-viewport": "4.1.1",
76-
"@types/storybook__react": "4.0.2",
7773
"@types/webpack-env": "1.14.1",
7874
"@typescript-eslint/eslint-plugin": "2.8.0",
7975
"@typescript-eslint/parser": "2.8.0",

0 commit comments

Comments
 (0)