|
1 | 1 | { |
2 | 2 | "name": "deadhash", |
3 | | - "version": "2.0.4", |
| 3 | + "version": "2.1.0", |
4 | 4 | "description": "File and text hash calculator", |
5 | 5 | "homepage": "./", |
6 | 6 | "private": true, |
|
12 | 12 | "build": { |
13 | 13 | "appId": "com.codedead.deadhash", |
14 | 14 | "productName": "DeadHash", |
15 | | - "copyright": "Copyright © 2020 ${author}", |
| 15 | + "copyright": "Copyright © 2021 ${author}", |
16 | 16 | "win": { |
17 | 17 | "target": [ |
18 | 18 | "nsis", |
|
35 | 35 | }, |
36 | 36 | "main": "public/electron.js", |
37 | 37 | "dependencies": { |
38 | | - "@material-ui/core": "^4.11.0", |
39 | | - "@material-ui/icons": "^4.9.1", |
40 | | - "cross-env": "^7.0.2", |
| 38 | + "@material-ui/core": "^4.11.3", |
| 39 | + "@material-ui/icons": "^4.11.2", |
| 40 | + "cross-env": "^7.0.3", |
41 | 41 | "electron-is-dev": "^1.2.0", |
42 | 42 | "react": "^17.0.1", |
43 | | - "react-contexify": "^4.1.1", |
| 43 | + "react-contexify": "^5.0.0", |
44 | 44 | "react-dom": "^17.0.1", |
45 | 45 | "react-router": "^5.2.0", |
46 | 46 | "react-router-dom": "^5.2.0", |
47 | | - "react-scripts": "^4.0.0" |
| 47 | + "react-scripts": "^4.0.1" |
48 | 48 | }, |
49 | 49 | "scripts": { |
50 | 50 | "react-start": "react-scripts start", |
|
70 | 70 | }, |
71 | 71 | "devDependencies": { |
72 | 72 | "concurrently": "^5.3.0", |
73 | | - "electron": "^10.1.5", |
| 73 | + "electron": "^11.2.1", |
74 | 74 | "electron-builder": "^22.9.1", |
75 | 75 | "eslint-config-airbnb": "^18.2.1", |
76 | 76 | "eslint-plugin-import": "^2.22.1", |
77 | 77 | "eslint-plugin-jsx-a11y": "^6.4.1", |
78 | | - "eslint-plugin-react": "^7.21.5", |
| 78 | + "eslint-plugin-react": "^7.22.0", |
79 | 79 | "eslint-plugin-react-hooks": "^4.2.0", |
80 | | - "wait-on": "^5.2.0" |
| 80 | + "wait-on": "^5.2.1" |
81 | 81 | } |
82 | 82 | } |
0 commit comments