Skip to content

Commit

Permalink
v7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
codesbiome committed Mar 26, 2023
1 parent 3644d4c commit 96fe05e
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 310 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-2022

<br>

### v7.3.2

Upgraded outdated packages:

| Package | Version | |
| ------------------ | ---------- | --- |
| electron | `23.2.0` | ⬆️ |
| eslint | `8.36.0` | ⬆️ |
| sass | `1.60.0` | ⬆️ |
| sass-loader | `13.2.1` | ⬆️ |
| style-loader | `3.3.2` | ⬆️ |
| typescript | `5.0.2` | ⬆️ |
| webpack | `5.76.3` | ⬆️ |
| @types/node | `18.15.10` | ⬆️ |
| @types/react | `18.0.29` | ⬆️ |
| @types/react-dom | `18.0.11` | ⬆️ |
| @typescript-eslint | `5.56.0` | ⬆️ |

<br>

### v7.3.1

Upgraded outdated packages:
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-react-typescript-webpack-2023",
"productName": "ERWT Boilerplate",
"version": "7.3.1",
"version": "7.3.2",
"description": "Custom boilerplate for writing Desktop Applications using Electron, React, Webpack, TypeScript in 2023",
"main": ".webpack/main",
"scripts": {
Expand Down Expand Up @@ -49,33 +49,33 @@
"@electron-forge/plugin-webpack": "6.0.5",
"@marshallofsound/webpack-asset-relocator-loader": "^0.5.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/node": "^18.15.10",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"electron": "^23.1.2",
"eslint": "^8.35.0",
"electron": "^23.2.0",
"eslint": "^8.36.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"less": "^4.1.3",
"less-loader": "11.1.0",
"node-loader": "^2.0.0",
"react-refresh": "^0.14.0",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"sass": "^1.60.0",
"sass-loader": "^13.2.1",
"style-loader": "^3.3.2",
"ts-loader": "9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0"
"typescript": "^5.0.2",
"webpack": "^5.76.3"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.0",
Expand Down
Loading

0 comments on commit 96fe05e

Please sign in to comment.