Skip to content

Commit a842106

Browse files
author
guasam
committed
Remove dangling deps
1 parent 1f164f0 commit a842106

File tree

4 files changed

+8
-219
lines changed

4 files changed

+8
-219
lines changed

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
"@electron-forge/plugin-webpack": "6.0.0-beta.60",
5050
"@marshallofsound/webpack-asset-relocator-loader": "^0.5.0",
5151
"@types/node": "^16.7.10",
52-
"@types/react": "^17.0.19",
53-
"@types/react-dom": "^17.0.9",
5452
"@types/webpack-env": "^1.16.2",
5553
"@typescript-eslint/eslint-plugin": "^4.30.0",
5654
"@typescript-eslint/parser": "^4.30.0",
@@ -60,24 +58,19 @@
6058
"eslint": "^7.32.0",
6159
"eslint-import-resolver-alias": "^1.1.2",
6260
"eslint-plugin-import": "^2.24.2",
63-
"eslint-plugin-react": "^7.25.1",
6461
"file-loader": "^6.2.0",
6562
"fork-ts-checker-webpack-plugin": "^6.3.2",
6663
"less": "^4.1.1",
6764
"less-loader": "10.0.1",
6865
"node-loader": "^2.0.0",
69-
"react-hot-loader": "^4.13.0",
7066
"style-loader": "^3.2.1",
7167
"ts-loader": "9.2.5",
7268
"typescript": "^4.4.2",
7369
"vue-loader": "^16.8.1",
7470
"webpack": "^5.51.1"
7571
},
7672
"dependencies": {
77-
"@hot-loader/react-dom": "^17.0.1",
7873
"electron-squirrel-startup": "^1.0.0",
79-
"react": "^17.0.2",
80-
"react-dom": "^17.0.2",
8174
"vue": "^3.2.16"
8275
}
8376
}

src/components/Application.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div>
99
Minimal boilerplate for rapid development of Desktop Applications.
1010
<br />
11-
This project makes use of Electron, React, Typescript, Webpack to serve
11+
This project makes use of Electron, Vue, Typescript, Webpack to serve
1212
the best environment for development with hot-reloading of modules and
1313
styles.
1414
</div>

tools/forge/forge.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
entryPoints: [
6363
{
6464
// React Hot Module Replacement (HMR)
65-
rhmr: 'react-hot-loader/patch',
65+
// rhmr: 'react-hot-loader/patch',
6666
// HTML index file template
6767
html: path.join(rootDir, 'src/index.html'),
6868
// Renderer

0 commit comments

Comments
 (0)