|
71 | 71 | "category": "public.app-category.developer-tools", |
72 | 72 | "icon": "assets/images/app-icon.icns", |
73 | 73 | "identity": "Emmanouil Konstantinidis (3YP8SXP3BF)", |
74 | | - "publish": ["github"] |
| 74 | + "publish": [ |
| 75 | + "github" |
| 76 | + ] |
75 | 77 | }, |
76 | 78 | "dmg": { |
77 | 79 | "icon": "assets/images/app-icon.icns" |
|
85 | 87 | "electron-updater": "^4.2.0", |
86 | 88 | "final-form": "^4.18.7", |
87 | 89 | "lodash": "^4.17.15", |
88 | | - "menubar": "^7.2.0", |
| 90 | + "menubar": "^8.0.0", |
89 | 91 | "nprogress": "=0.2.0", |
90 | 92 | "react": "=16.12.0", |
91 | 93 | "react-dom": "=16.12.0", |
92 | 94 | "react-emojione": "=5.0.1", |
93 | 95 | "react-final-form": "^6.3.5", |
| 96 | + "react-is": "^16.12.0", |
94 | 97 | "react-redux": "=7.1.3", |
95 | 98 | "react-router-dom": "^5.1.2", |
96 | 99 | "react-transition-group": "^4.3.0", |
|
100 | 103 | "redux-storage-decorator-filter": "=1.1.8", |
101 | 104 | "redux-storage-engine-localstorage": "=1.1.4", |
102 | 105 | "redux-thunk": "=2.3.0", |
103 | | - "styled-components": "^5.0.0", |
| 106 | + "styled-components": "^5.0.1", |
104 | 107 | "ts-loader": "^6.2.1", |
105 | 108 | "typescript": "^3.7.5" |
106 | 109 | }, |
107 | 110 | "devDependencies": { |
108 | 111 | "@testing-library/react": "^9.4.0", |
109 | | - "@types/jest": "^24.0.25", |
| 112 | + "@types/jest": "^25.1.2", |
110 | 113 | "@types/lodash": "^4.14.149", |
111 | 114 | "@types/node": "^12.12.21", |
112 | 115 | "@types/react": "^16.9.19", |
113 | 116 | "@types/react-redux": "^7.1.7", |
114 | 117 | "@types/react-transition-group": "^4.2.3", |
115 | 118 | "@types/styled-components": "^4.4.2", |
116 | | - "electron": "=7.1.11", |
| 119 | + "electron": "^8.0.0", |
117 | 120 | "electron-builder": "^22.3.2", |
118 | | - "jest": "^24.9.0", |
119 | | - "nock": "=11.7.2", |
| 121 | + "jest": "^25.1.0", |
| 122 | + "nock": "^11.8.2", |
120 | 123 | "prettier": "=1.19.1", |
121 | 124 | "react-test-renderer": "=16.12.0", |
122 | 125 | "redux-logger": "=3.0.6", |
123 | 126 | "redux-mock-store": "=1.5.4", |
124 | | - "ts-jest": "^24.2.0", |
| 127 | + "ts-jest": "^25.2.0", |
125 | 128 | "webpack": "^4.41.5", |
126 | 129 | "webpack-cli": "^3.3.10", |
127 | 130 | "webpack-merge": "^4.2.2" |
|
0 commit comments