Skip to content

Commit

Permalink
Merge branch 'release/v8'
Browse files Browse the repository at this point in the history
  • Loading branch information
saltyshiomix committed Feb 3, 2024
2 parents 11d0fd2 + 04b37b1 commit fe38e85
Show file tree
Hide file tree
Showing 16 changed files with 1,134 additions and 914 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
20.11.0
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand Down
8 changes: 4 additions & 4 deletions examples/basic-lang-javascript-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.1.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.1.0"
},
"devDependencies": {
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"next": "^12.3.4",
"nextron": "^8.12.0",
"nextron": "^8.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/basic-lang-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.1.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.1.0"
},
"devDependencies": {
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"next": "^12.3.4",
"nextron": "^8.12.0",
"nextron": "^8.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/basic-lang-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.1.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.1.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"next": "^12.3.4",
"nextron": "^8.12.0",
"nextron": "^8.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
14 changes: 7 additions & 7 deletions examples/basic-launch-app-from-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.1.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.1.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"next": "^12.3.4",
"nextron": "^8.12.0",
"nextron": "^8.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
14 changes: 7 additions & 7 deletions examples/basic-store-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.1.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.1.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"next": "^12.3.4",
"nextron": "^8.12.0",
"nextron": "^8.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
14 changes: 7 additions & 7 deletions examples/custom-build-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.1.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.1.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"next": "^12.3.4",
"nextron": "^8.12.0",
"nextron": "^8.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
14 changes: 7 additions & 7 deletions examples/custom-renderer-port/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.1.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.1.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"next": "^12.3.4",
"nextron": "^8.12.0",
"nextron": "^8.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
14 changes: 7 additions & 7 deletions examples/with-ant-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.1.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.1.0"
},
"devDependencies": {
"@ant-design/icons": "^4.7.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"antd": "^4.22.8",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"next": "^12.3.4",
"nextron": "^8.12.0",
"nextron": "^8.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
15 changes: 7 additions & 8 deletions examples/with-chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.1.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.1.0"
},
"devDependencies": {
Expand All @@ -20,16 +20,15 @@
"@chakra-ui/theme-tools": "^2.1.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"framer-motion": "^6.5.1",
"next": "^12.3.4",
"nextron": "^8.12.0",
"nextron": "^8.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
14 changes: 7 additions & 7 deletions examples/with-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.1.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.1.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"next": "^12.3.4",
"nextron": "^8.12.0",
"nextron": "^8.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
16 changes: 8 additions & 8 deletions examples/with-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.1.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.1.0"
},
"devDependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.10",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"@mui/material": "^5.15.7",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"next": "^12.3.4",
"nextron": "^8.12.0",
"nextron": "^8.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
16 changes: 8 additions & 8 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.1.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.1.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"autoprefixer": "^10.4.16",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"next": "^12.3.4",
"nextron": "^8.12.0",
"nextron": "^8.13.0",
"postcss": "^8.4.30",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit fe38e85

Please sign in to comment.