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 Jun 16, 2024
2 parents 8c25f62 + 9167482 commit b9af6cd
Show file tree
Hide file tree
Showing 17 changed files with 1,330 additions and 1,328 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

| next | nextron |
| ----------------- | --------------- |
| `v14.x` | `v8.x` |
| `v14.x` | `v9.x` |
| `v12.x` / `v13.x` | `v8.x` |
| `v11.x` | `v7.x` |
| `v10.x` | `v6.x` |
Expand Down Expand Up @@ -543,8 +543,8 @@ You already create apps with nextron? Feel free to share your apps or services:

## Related

- [create-nextron-app](https://github.com/saltyshiomix/create-nextron-app) - Create Nextron (Electron + Next.js) apps in one command ⚡
- [create-nextron-app](https://github.com/saltyshiomix/create-nextron-app) - Create Nextron (Next.js + Electron) apps in one command ⚡

## License

This project is licensed under the terms of the [MIT license](https://github.com/saltyshiomix/nextron/blob/master/LICENSE).
This project is licensed under the terms of the [MIT license](https://github.com/saltyshiomix/nextron/blob/main/LICENSE).
10 changes: 5 additions & 5 deletions examples/basic-lang-javascript-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"electron-store": "^8.2.0"
},
"devDependencies": {
"electron": "^29.3.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"next": "^13.5.6",
"nextron": "^8.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"next": "^14.2.4",
"nextron": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
10 changes: 5 additions & 5 deletions examples/basic-lang-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"electron-store": "^8.2.0"
},
"devDependencies": {
"electron": "^29.3.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"next": "^13.5.6",
"nextron": "^8.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"next": "^14.2.4",
"nextron": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
10 changes: 5 additions & 5 deletions examples/basic-lang-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"devDependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^29.3.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"next": "^13.5.6",
"nextron": "^8.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^14.2.4",
"nextron": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions examples/basic-launch-app-from-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"devDependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^29.3.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"next": "^13.5.6",
"nextron": "^8.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^14.2.4",
"nextron": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions examples/basic-store-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"devDependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^29.3.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"next": "^13.5.6",
"nextron": "^8.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^14.2.4",
"nextron": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions examples/custom-build-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"devDependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^29.3.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"next": "^13.5.6",
"nextron": "^8.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^14.2.4",
"nextron": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions examples/custom-renderer-port/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"devDependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^29.3.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"next": "^13.5.6",
"nextron": "^8.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^14.2.4",
"nextron": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions examples/with-ant-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"antd": "^5.16.1",
"electron": "^29.3.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"next": "^13.5.6",
"nextron": "^8.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^14.2.4",
"nextron": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions examples/with-chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@emotion/styled": "^11.11.5",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^29.3.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"framer-motion": "^11.0.28",
"next": "^13.5.6",
"nextron": "^8.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^14.2.4",
"nextron": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
}
}
4 changes: 0 additions & 4 deletions examples/with-chakra-ui/renderer/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ export const Hero = ({ title }: { title: string }) => (
<Heading fontSize="4vw">{title}</Heading>
</Flex>
)

Hero.defaultProps = {
title: 'with-typescript-chakra-ui',
}
10 changes: 5 additions & 5 deletions examples/with-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@emotion/styled": "^11.11.0",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^29.3.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"next": "^13.5.6",
"nextron": "^8.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^14.2.4",
"nextron": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions examples/with-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"@mui/material-nextjs": "^5.15.11",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"electron": "^29.3.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"next": "^13.5.6",
"nextron": "^8.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^14.2.4",
"nextron": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
}
}
14 changes: 7 additions & 7 deletions examples/with-next-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"electron-store": "^8.2.0"
},
"devDependencies": {
"electron": "29.0.0-beta.4",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"i18next": "^23.11.1",
"next": "^13.5.6",
"i18next": "^23.11.5",
"next": "^14.2.4",
"next-i18next": "^15.2.0",
"nextron": "^8.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0"
"nextron": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2"
}
}
10 changes: 5 additions & 5 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"autoprefixer": "^10.4.19",
"electron": "^29.3.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"next": "^13.5.6",
"nextron": "^8.24.0",
"next": "^14.2.4",
"nextron": "^9.0.0",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextron",
"version": "8.24.0",
"version": "9.0.0",
"description": "⚡ NEXT.js + Electron ⚡",
"repository": "[email protected]:saltyshiomix/nextron.git",
"author": {
Expand Down Expand Up @@ -43,43 +43,43 @@
"prepare": "husky"
},
"dependencies": {
"@babel/core": "7.24.4",
"@babel/plugin-transform-class-properties": "7.24.1",
"@babel/plugin-transform-object-rest-spread": "7.24.1",
"@babel/plugin-transform-optional-chaining": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.4",
"@babel/preset-typescript": "7.24.1",
"@babel/runtime": "7.24.4",
"@babel/runtime-corejs3": "7.24.4",
"@babel/core": "7.24.7",
"@babel/plugin-transform-class-properties": "7.24.7",
"@babel/plugin-transform-object-rest-spread": "7.24.7",
"@babel/plugin-transform-optional-chaining": "7.24.7",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@babel/runtime": "7.24.7",
"@babel/runtime-corejs3": "7.24.7",
"arg": "5.0.2",
"babel-loader": "9.1.3",
"chalk": "4.1.2",
"execa": "5.1.1",
"fs-extra": "11.2.0",
"terser-webpack-plugin": "5.3.10",
"tsconfig-paths-webpack-plugin": "4.1.0",
"webpack": "5.91.0",
"webpack": "5.92.0",
"webpack-merge": "5.10.0"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"eslint": "^9.5.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.14.2",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rollup-plugin-auto-external": "^2.0.0",
"typescript": "^5.4.5"
}
Expand Down
Loading

0 comments on commit b9af6cd

Please sign in to comment.