Skip to content

Commit

Permalink
v7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codesbiome committed Sep 27, 2023
1 parent d1c2c03 commit a2e9ad0
Show file tree
Hide file tree
Showing 3 changed files with 1,034 additions and 848 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ https://github.com/codesbiome/electron-react-webpack-typescript-2023

<br>

### v7.7.0

Upgraded outdated packages:

| Package | Version |
| ---------------------------- | -------- |
| electron | `26.2.2` |
| @electron-forge | `6.4.2` |
| @typescript-eslint | `6.7.3` |
| eslint-plugin-import | `2.28.1` |
| eslint-plugin-react | `7.33.2` |
| eslint | `8.50.0` |
| less | `4.2.0` |
| sass | `1.68.0` |
| typescript | `5.2.2` |
| webpack | `5.88.2` |
| react-refresh-webpack-plugin | `0.5.11` |

<br>

### v7.6.0

Upgraded outdated packages:
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,41 +41,41 @@
"forge": "./tools/forge/forge.config.js"
},
"devDependencies": {
"@electron-forge/cli": "6.2.1",
"@electron-forge/maker-deb": "6.2.1",
"@electron-forge/maker-rpm": "6.2.1",
"@electron-forge/maker-squirrel": "6.2.1",
"@electron-forge/maker-zip": "6.2.1",
"@electron-forge/plugin-webpack": "6.2.1",
"@electron-forge/cli": "6.4.2",
"@electron-forge/maker-deb": "6.4.2",
"@electron-forge/maker-rpm": "6.4.2",
"@electron-forge/maker-squirrel": "6.4.2",
"@electron-forge/maker-zip": "6.4.2",
"@electron-forge/plugin-webpack": "6.4.2",
"@marshallofsound/webpack-asset-relocator-loader": "^0.5.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@types/node": "^20.7.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@types/webpack-env": "^1.18.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"electron": "^25.2.0",
"eslint": "^8.44.0",
"electron": "^26.2.2",
"eslint": "^8.50.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"less": "^4.1.3",
"less": "^4.2.0",
"less-loader": "11.1.3",
"node-loader": "^2.0.0",
"react-refresh": "^0.14.0",
"sass": "^1.63.6",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"ts-loader": "9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.1"
"typescript": "^5.2.2",
"webpack": "^5.88.2"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.0",
Expand Down
Loading

0 comments on commit a2e9ad0

Please sign in to comment.