Skip to content

Commit aa5c056

Browse files
committed
v1.1.0
1 parent cba680a commit aa5c056

File tree

3 files changed

+406
-357
lines changed

3 files changed

+406
-357
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# ElectroVite Changelog
2+
3+
### v1.1.0
4+
5+
Upgraded outdated packages:
6+
7+
| Package | Version |
8+
| --------------------------- | -------- |
9+
| electron | `25.0.1` |
10+
| eslint | `8.42.0` |
11+
| typescript | `5.1.3` |
12+
| vite | `4.3.9` |
13+
| eslint-plugin-react-refresh | `0.4.1"` |
14+
15+
<br>
16+
17+
### v1.0.0
18+
19+
Features included
20+
21+
- 🌟 Electron
22+
- ⚛️ ReactJS
23+
- ⚡ ViteJS
24+
- 🌀 TypeScript or JavaScript
25+
- 🎨 CSS / SASS / SCSS
26+
- 📸 Images
27+
- 🆎 Fonts
28+
- 🧹 ESLint
29+
- 📦 Electron Forge
30+
- 🧩 Custom Aliases for imports
31+
- 🔥 React Fast Refresh
32+
- 🎁 Package Bundling (Distribution / Release)
33+
- 🔦 Easy Directory Structure
34+
- ⚡ Blazing Fast Hot Reload from ViteJS
35+
- 🤖 Native Node Modules Support
36+
- 👍🏼 Dedicated Vite Configurations

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electrovite-react",
33
"productName": "ElectroVite",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "A prebuilt project for creating desktop apps with Electron, React, TypeScript & super fast hot-reload of Vite.",
66
"main": ".vite/build/main.js",
77
"license": "MIT",
@@ -38,18 +38,18 @@
3838
"@electron-forge/maker-squirrel": "^6.1.1",
3939
"@electron-forge/maker-zip": "^6.1.1",
4040
"@electron-forge/plugin-vite": "^6.1.1",
41-
"@types/react": "^18.2.0",
42-
"@types/react-dom": "^18.2.1",
43-
"@typescript-eslint/eslint-plugin": "^5.59.1",
44-
"@typescript-eslint/parser": "^5.59.1",
41+
"@types/react": "^18.2.8",
42+
"@types/react-dom": "^18.2.4",
43+
"@typescript-eslint/eslint-plugin": "^5.59.9",
44+
"@typescript-eslint/parser": "^5.59.9",
4545
"@vitejs/plugin-react": "^4.0.0",
46-
"electron": "24.1.2",
47-
"eslint": "^8.39.0",
46+
"electron": "25.0.1",
47+
"eslint": "^8.42.0",
4848
"eslint-plugin-react-hooks": "^4.6.0",
49-
"eslint-plugin-react-refresh": "^0.3.4",
49+
"eslint-plugin-react-refresh": "^0.4.1",
5050
"sass": "^1.62.1",
51-
"typescript": "^5.0.4",
52-
"vite": "^4.3.2"
51+
"typescript": "^5.1.3",
52+
"vite": "^4.3.9"
5353
},
5454
"dependencies": {
5555
"electron-squirrel-startup": "^1.0.0",

0 commit comments

Comments
 (0)