|
105 | 105 | "afterSign": "scripts/notarize.js" |
106 | 106 | }, |
107 | 107 | "dependencies": { |
108 | | - "@primer/octicons-react": "^19.8.0", |
109 | | - "axios": "^0.27.2", |
110 | | - "date-fns": "^2.16.1", |
111 | | - "electron-updater": "^4.3.9", |
112 | | - "final-form": "^4.20.1", |
113 | | - "history": "^4.10.1", |
114 | | - "lodash": "^4.17.21", |
115 | | - "menubar": "^9.3.0", |
116 | | - "nprogress": "^0.2.0", |
117 | | - "react": "^18.2.0", |
118 | | - "react-dom": "^18.2.0", |
119 | | - "react-emojione": "^5.0.1", |
120 | | - "react-final-form": "^6.4.0", |
121 | | - "react-router": "^5.3.4", |
122 | | - "react-router-dom": "^5.3.4", |
123 | | - "react-transition-group": "^4.4.1", |
124 | | - "ts-loader": "^9.4.2", |
125 | | - "typescript": "^4.9.5" |
| 108 | + "@primer/octicons-react": "19.8.0", |
| 109 | + "axios": "0.27.2", |
| 110 | + "date-fns": "2.16.1", |
| 111 | + "electron-updater": "4.3.9", |
| 112 | + "final-form": "4.20.1", |
| 113 | + "history": "4.10.1", |
| 114 | + "lodash": "4.17.21", |
| 115 | + "menubar": "9.3.0", |
| 116 | + "nprogress": "0.2.0", |
| 117 | + "react": "18.2.0", |
| 118 | + "react-dom": "18.2.0", |
| 119 | + "react-emojione": "5.0.1", |
| 120 | + "react-final-form": "6.4.0", |
| 121 | + "react-router": "5.3.4", |
| 122 | + "react-router-dom": "5.3.4", |
| 123 | + "react-transition-group": "4.4.1", |
| 124 | + "ts-loader": "9.4.2", |
| 125 | + "typescript": "4.9.5" |
126 | 126 | }, |
127 | 127 | "devDependencies": { |
128 | | - "@testing-library/react": "^11.2.2", |
129 | | - "@testing-library/react-hooks": "^8.0.0", |
130 | | - "@types/jest": "^27", |
131 | | - "@types/lodash": "^4.14.165", |
| 128 | + "@testing-library/react": "11.2.2", |
| 129 | + "@testing-library/react-hooks": "8.0.0", |
| 130 | + "@types/jest": "27.5.2", |
| 131 | + "@types/lodash": "4.14.165", |
132 | 132 | "@types/node": "^18.18.0", |
133 | 133 | "@types/react": "^16.9.32", |
134 | | - "@types/node": "^18.0.0", |
| 134 | + "@types/node": "18.18.0", |
135 | 135 | "@types/react": "^18.2.22", |
136 | | - "@types/react-router-dom": "^5.3.3", |
137 | | - "@types/react-transition-group": "^4.4.7", |
138 | | - "autoprefixer": "^10.4.16", |
139 | | - "coveralls": "^3.1.1", |
140 | | - "css-loader": "^6.8.1", |
| 136 | + "@types/react-router-dom": "5.3.3", |
| 137 | + "@types/react-transition-group": "4.4.7", |
| 138 | + "autoprefixer": "10.4.16", |
| 139 | + "coveralls": "3.1.1", |
| 140 | + "css-loader": "6.8.1", |
141 | 141 | "electron": "^13.1.7", |
142 | | - "electron-builder": "^24.6.4", |
143 | | - "electron-notarize": "^1.0.1", |
144 | | - "jest": "^27", |
| 142 | + "electron-builder": "24.6.4", |
| 143 | + "electron-notarize": "1.0.1", |
| 144 | + "jest": "27.5.1", |
145 | 145 | "jest-environment-jsdom": "27.0.0", |
146 | | - "nock": "^13.0.5", |
147 | | - "postcss": "^8.4.30", |
148 | | - "postcss-loader": "^7.3.3", |
149 | | - "prettier": "^3.0.3", |
150 | | - "react-test-renderer": "^18.2.0", |
151 | | - "style-loader": "^3.3.3", |
152 | | - "tailwindcss": "^3.3.3", |
153 | | - "ts-jest": "^27", |
154 | | - "webpack": "^5.83.1", |
155 | | - "webpack-cli": "^5.1.1", |
156 | | - "webpack-merge": "^5.8.0" |
| 146 | + "nock": "13.0.5", |
| 147 | + "postcss": "8.4.30", |
| 148 | + "postcss-loader": "7.3.3", |
| 149 | + "prettier": "3.0.3", |
| 150 | + "react-test-renderer": "18.2.0", |
| 151 | + "style-loader": "3.3.3", |
| 152 | + "tailwindcss": "3.3.3", |
| 153 | + "ts-jest": "27.1.5", |
| 154 | + "webpack": "5.83.1", |
| 155 | + "webpack-cli": "5.1.1", |
| 156 | + "webpack-merge": "5.8.0" |
157 | 157 | }, |
158 | 158 | "packageManager": "[email protected]" |
159 | 159 | } |
0 commit comments