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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed May 13, 2020
1 parent 6a021bb commit 0f3387e
Show file tree
Hide file tree
Showing 2 changed files with 1,070 additions and 883 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"format:fix": "yarn format --write"
},
"dependencies": {
"@svgr/webpack": "^5.3.1",
"@types/draft-js": "^0.10.39",
"@svgr/webpack": "^5.4.0",
"@types/draft-js": "^0.10.40",
"@types/electron-settings": "^3.1.1",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^13.11.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/react-redux": "^7.1.7",
"@types/node": "^14.0.1",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.8",
"@types/redux-logger": "^3.0.7",
"@types/semver": "^7.1.0",
"@types/semver": "^7.2.0",
"draft-js": "^0.11.5",
"draft-js-list-plugin": "^1.0.2",
"draft-js-plugins-editor": "^3.0.0",
"electron-context-menu": "^1.0.0",
"electron-context-menu": "^2.0.1",
"electron-debug": "^3.0.0",
"electron-log": "^4.1.1",
"electron-log": "^4.1.2",
"electron-md-to-pdf": "^2.2.0",
"electron-settings": "^3.2.0",
"electron-unhandled": "^3.0.1",
Expand All @@ -67,9 +67,9 @@
"lodash.debounce": "^4.0.8",
"markdown-draft-js": "^2.2.0",
"minireset.css": "^0.0.6",
"minisearch": "^2.2.2",
"minisearch": "^2.3.1",
"moment": "^2.22.2",
"move-file": "^1.2.0",
"move-file": "^2.0.0",
"react": "^16.13.1",
"react-day-picker": "github:samuelmeuli/react-day-picker",
"react-dom": "^16.13.1",
Expand All @@ -79,14 +79,14 @@
"redux-thunk": "^2.3.0",
"remark": "^12.0.0",
"remark-stringify": "^8.0.0",
"semver": "^7.3.0",
"semver": "^7.3.2",
"strip-markdown": "^3.1.2",
"word-count": "github:samuelmeuli/word-count"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.9.5",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@samuelmeuli/eslint-config": "^6.0.0",
Expand All @@ -97,38 +97,38 @@
"@types/jest": "^25.2.1",
"@types/license-checker-webpack-plugin": "^0.0.2",
"@types/moment-timezone": "^0.5.13",
"@types/webpack": "^4.41.11",
"@types/webpack": "^4.41.12",
"@types/webpack-merge": "^4.1.5",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.2",
"electron": "^8.2.2",
"css-loader": "^3.5.3",
"electron": "^8.2.5",
"electron-builder": "^22.4.1",
"electron-builder-notarize": "^1.1.1",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.1",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.2.0",
"jest": "^25.3.0",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.0.1",
"license-checker-webpack-plugin": "^0.1.4",
"mockdate": "^2.0.3",
"moment-timezone": "^0.5.28",
"npm-run-all": "^4.1.3",
"prettier": "^1.18.2",
"sass": "^1.26.3",
"sass": "^1.26.5",
"sass-loader": "^8.0.0",
"serve": "^11.3.0",
"style-loader": "^1.1.2",
"style-loader": "^1.2.1",
"stylelint": "^12.0.1",
"ts-node": "^8.8.2",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"ts-node": "^8.10.1",
"typescript": "^3.9.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
},
Expand Down
Loading

0 comments on commit 0f3387e

Please sign in to comment.