|
39 | 39 | "format": "prettier --ignore-path ./.gitignore --write '**/*.{css,html,js,json,jsx,less,md,scss,ts,tsx,vue,yaml,yml}'"
|
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 |
| - "@svgr/webpack": "^5.3.0", |
| 42 | + "@svgr/webpack": "^5.3.1", |
43 | 43 | "@types/draft-js": "^0.10.36",
|
44 | 44 | "@types/electron-settings": "^3.1.1",
|
45 | 45 | "@types/lodash.debounce": "^4.0.6",
|
46 |
| - "@types/node": "^12.12.31", |
47 |
| - "@types/react": "^16.9.25", |
48 |
| - "@types/react-dom": "^16.9.1", |
| 46 | + "@types/node": "^13.11.0", |
| 47 | + "@types/react": "^16.9.32", |
| 48 | + "@types/react-dom": "^16.9.6", |
49 | 49 | "@types/react-redux": "^7.1.7",
|
50 | 50 | "@types/redux-logger": "^3.0.7",
|
51 | 51 | "@types/semver": "^7.1.0",
|
52 |
| - "draft-js": "^0.11.3", |
| 52 | + "draft-js": "^0.11.5", |
53 | 53 | "draft-js-list-plugin": "^1.0.2",
|
54 | 54 | "draft-js-plugins-editor": "^3.0.0",
|
55 | 55 | "electron-context-menu": "^0.16.0",
|
56 | 56 | "electron-debug": "^3.0.0",
|
57 |
| - "electron-log": "^4.1.0", |
| 57 | + "electron-log": "^4.1.1", |
58 | 58 | "electron-md-to-pdf": "^2.2.0",
|
59 | 59 | "electron-settings": "^3.2.0",
|
60 | 60 | "electron-unhandled": "^3.0.1",
|
61 | 61 | "electron-updater": "^4.2.5",
|
62 | 62 | "electron-util": "^0.14.0",
|
63 |
| - "feather-icons": "^4.26.0", |
| 63 | + "feather-icons": "^4.28.0", |
64 | 64 | "lodash.debounce": "^4.0.8",
|
65 | 65 | "markdown-draft-js": "^2.2.0",
|
66 | 66 | "minireset.css": "^0.0.6",
|
67 |
| - "minisearch": "^2.1.4", |
| 67 | + "minisearch": "^2.2.1", |
68 | 68 | "moment": "^2.22.2",
|
69 | 69 | "move-file": "^1.2.0",
|
70 | 70 | "react": "^16.13.1",
|
|
91 | 91 | "@samuelmeuli/stylelint-config": "^3.0.0",
|
92 | 92 | "@samuelmeuli/tsconfig": "^1.0.0",
|
93 | 93 | "@types/html-webpack-plugin": "^3.2.2",
|
94 |
| - "@types/jest": "^25.1.4", |
| 94 | + "@types/jest": "^25.2.1", |
95 | 95 | "@types/license-checker-webpack-plugin": "^0.0.2",
|
96 |
| - "@types/webpack": "^4.41.5", |
| 96 | + "@types/webpack": "^4.41.10", |
97 | 97 | "@types/webpack-merge": "^4.1.5",
|
98 |
| - "@typescript-eslint/eslint-plugin": "^2.25.0", |
99 |
| - "@typescript-eslint/parser": "^2.25.0", |
| 98 | + "@typescript-eslint/eslint-plugin": "^2.26.0", |
| 99 | + "@typescript-eslint/parser": "^2.26.0", |
100 | 100 | "babel-loader": "^8.1.0",
|
101 | 101 | "cross-env": "^7.0.2",
|
102 | 102 | "css-loader": "^3.4.0",
|
|
106 | 106 | "eslint": "6.8.0",
|
107 | 107 | "eslint-config-airbnb": "18.1.0",
|
108 | 108 | "eslint-config-prettier": "^6.10.1",
|
109 |
| - "eslint-plugin-import": "^2.20.1", |
| 109 | + "eslint-plugin-import": "^2.20.2", |
110 | 110 | "eslint-plugin-jsx-a11y": "^6.2.3",
|
111 | 111 | "eslint-plugin-react": "^7.19.0",
|
112 | 112 | "eslint-plugin-react-hooks": "^2.5.1",
|
113 | 113 | "file-loader": "^6.0.0",
|
114 |
| - "html-webpack-plugin": "^4.0.1", |
115 |
| - "jest": "^25.1.0", |
| 114 | + "html-webpack-plugin": "^4.0.4", |
| 115 | + "jest": "^25.2.7", |
116 | 116 | "license-checker-webpack-plugin": "^0.1.4",
|
117 | 117 | "mockdate": "^2.0.3",
|
118 | 118 | "npm-run-all": "^4.1.3",
|
|
122 | 122 | "serve": "^11.3.0",
|
123 | 123 | "style-loader": "^1.1.2",
|
124 | 124 | "stylelint": "^12.0.1",
|
125 |
| - "ts-node": "^8.8.1", |
| 125 | + "ts-node": "^8.8.2", |
126 | 126 | "typescript": "^3.8.3",
|
127 |
| - "webpack": "^4.41.6", |
| 127 | + "webpack": "^4.42.1", |
128 | 128 | "webpack-cli": "^3.3.11",
|
129 | 129 | "webpack-merge": "^4.2.2"
|
130 | 130 | },
|
|
0 commit comments