Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Apr 9, 2020
1 parent de0894c commit 19bb207
Show file tree
Hide file tree
Showing 2 changed files with 649 additions and 381 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@types/draft-js": "^0.10.36",
"@types/electron-settings": "^3.1.1",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^13.11.0",
"@types/react": "^16.9.32",
"@types/node": "^13.11.1",
"@types/react": "^16.9.33",
"@types/react-dom": "^16.9.6",
"@types/react-redux": "^7.1.7",
"@types/redux-logger": "^3.0.7",
Expand Down Expand Up @@ -74,16 +74,16 @@
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"remark": "^11.0.0",
"remark-stringify": "^7.0.3",
"semver": "^7.1.3",
"remark": "^12.0.0",
"remark-stringify": "^8.0.0",
"semver": "^7.2.1",
"strip-markdown": "^3.1.2",
"word-count": "github:samuelmeuli/word-count"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@samuelmeuli/eslint-config": "^6.0.0",
Expand All @@ -95,11 +95,11 @@
"@types/license-checker-webpack-plugin": "^0.0.2",
"@types/webpack": "^4.41.10",
"@types/webpack-merge": "^4.1.5",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.4.0",
"electron": "^8.2.0",
"css-loader": "^3.5.1",
"electron": "^8.2.1",
"electron-builder": "^22.4.1",
"electron-builder-notarize": "^1.1.1",
"eslint": "6.8.0",
Expand All @@ -111,7 +111,7 @@
"eslint-plugin-react-hooks": "^2.5.1",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.0.4",
"jest": "^25.2.7",
"jest": "^25.3.0",
"license-checker-webpack-plugin": "^0.1.4",
"mockdate": "^2.0.3",
"npm-run-all": "^4.1.3",
Expand Down
Loading

0 comments on commit 19bb207

Please sign in to comment.