Skip to content
This repository was archived by the owner on Jul 12, 2021. It is now read-only.

Commit 19bb207

Browse files
committed
Update dependencies
1 parent de0894c commit 19bb207

File tree

2 files changed

+649
-381
lines changed

2 files changed

+649
-381
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@types/draft-js": "^0.10.36",
4444
"@types/electron-settings": "^3.1.1",
4545
"@types/lodash.debounce": "^4.0.6",
46-
"@types/node": "^13.11.0",
47-
"@types/react": "^16.9.32",
46+
"@types/node": "^13.11.1",
47+
"@types/react": "^16.9.33",
4848
"@types/react-dom": "^16.9.6",
4949
"@types/react-redux": "^7.1.7",
5050
"@types/redux-logger": "^3.0.7",
@@ -74,16 +74,16 @@
7474
"redux": "^4.0.5",
7575
"redux-logger": "^3.0.6",
7676
"redux-thunk": "^2.3.0",
77-
"remark": "^11.0.0",
78-
"remark-stringify": "^7.0.3",
79-
"semver": "^7.1.3",
77+
"remark": "^12.0.0",
78+
"remark-stringify": "^8.0.0",
79+
"semver": "^7.2.1",
8080
"strip-markdown": "^3.1.2",
8181
"word-count": "github:samuelmeuli/word-count"
8282
},
8383
"devDependencies": {
8484
"@babel/core": "^7.9.0",
8585
"@babel/plugin-proposal-class-properties": "^7.7.4",
86-
"@babel/preset-env": "^7.9.0",
86+
"@babel/preset-env": "^7.9.5",
8787
"@babel/preset-react": "^7.9.4",
8888
"@babel/preset-typescript": "^7.9.0",
8989
"@samuelmeuli/eslint-config": "^6.0.0",
@@ -95,11 +95,11 @@
9595
"@types/license-checker-webpack-plugin": "^0.0.2",
9696
"@types/webpack": "^4.41.10",
9797
"@types/webpack-merge": "^4.1.5",
98-
"@typescript-eslint/eslint-plugin": "^2.26.0",
99-
"@typescript-eslint/parser": "^2.26.0",
98+
"@typescript-eslint/eslint-plugin": "^2.27.0",
99+
"@typescript-eslint/parser": "^2.27.0",
100100
"babel-loader": "^8.1.0",
101-
"css-loader": "^3.4.0",
102-
"electron": "^8.2.0",
101+
"css-loader": "^3.5.1",
102+
"electron": "^8.2.1",
103103
"electron-builder": "^22.4.1",
104104
"electron-builder-notarize": "^1.1.1",
105105
"eslint": "6.8.0",
@@ -111,7 +111,7 @@
111111
"eslint-plugin-react-hooks": "^2.5.1",
112112
"file-loader": "^6.0.0",
113113
"html-webpack-plugin": "^4.0.4",
114-
"jest": "^25.2.7",
114+
"jest": "^25.3.0",
115115
"license-checker-webpack-plugin": "^0.1.4",
116116
"mockdate": "^2.0.3",
117117
"npm-run-all": "^4.1.3",

0 commit comments

Comments
 (0)