Skip to content

Commit b020ea3

Browse files
committed
Merge branch 'release/v9'
2 parents 4948d02 + 16e3017 commit b020ea3

File tree

15 files changed

+352
-339
lines changed

15 files changed

+352
-339
lines changed

examples/basic-lang-javascript-python/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"electron-store": "^8.2.0"
1616
},
1717
"devDependencies": {
18-
"electron": "^31.0.1",
18+
"electron": "^34.0.0",
1919
"electron-builder": "^24.13.3",
2020
"next": "^14.2.4",
21-
"nextron": "^9.4.0",
21+
"nextron": "^9.5.0",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"
2424
}

examples/basic-lang-javascript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"electron-store": "^8.2.0"
1616
},
1717
"devDependencies": {
18-
"electron": "^31.0.1",
18+
"electron": "^34.0.0",
1919
"electron-builder": "^24.13.3",
2020
"next": "^14.2.4",
21-
"nextron": "^9.4.0",
21+
"nextron": "^9.5.0",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"
2424
}

examples/basic-lang-typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"devDependencies": {
1818
"@types/node": "^20.11.16",
1919
"@types/react": "^18.2.52",
20-
"electron": "^31.0.1",
20+
"electron": "^34.0.0",
2121
"electron-builder": "^24.13.3",
2222
"next": "^14.2.4",
23-
"nextron": "^9.4.0",
23+
"nextron": "^9.5.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
26-
"typescript": "^5.6.3"
26+
"typescript": "^5.7.3"
2727
}
2828
}

examples/basic-launch-app-from-url/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"devDependencies": {
1818
"@types/node": "^20.11.16",
1919
"@types/react": "^18.2.52",
20-
"electron": "^31.0.1",
20+
"electron": "^34.0.0",
2121
"electron-builder": "^24.13.3",
2222
"next": "^14.2.4",
23-
"nextron": "^9.4.0",
23+
"nextron": "^9.5.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
26-
"typescript": "^5.6.3"
26+
"typescript": "^5.7.3"
2727
}
2828
}

examples/basic-store-data/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"devDependencies": {
1818
"@types/node": "^20.11.16",
1919
"@types/react": "^18.2.52",
20-
"electron": "^31.0.1",
20+
"electron": "^34.0.0",
2121
"electron-builder": "^24.13.3",
2222
"next": "^14.2.4",
23-
"nextron": "^9.4.0",
23+
"nextron": "^9.5.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
26-
"typescript": "^5.6.3"
26+
"typescript": "^5.7.3"
2727
}
2828
}

examples/custom-build-options/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"devDependencies": {
2323
"@types/node": "^20.11.16",
2424
"@types/react": "^18.2.52",
25-
"electron": "^31.0.1",
25+
"electron": "^34.0.0",
2626
"electron-builder": "^24.13.3",
2727
"next": "^14.2.4",
28-
"nextron": "^9.4.0",
28+
"nextron": "^9.5.0",
2929
"react": "^18.3.1",
3030
"react-dom": "^18.3.1",
31-
"typescript": "^5.6.3"
31+
"typescript": "^5.7.3"
3232
}
3333
}

examples/custom-renderer-port/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"devDependencies": {
1818
"@types/node": "^20.11.16",
1919
"@types/react": "^18.2.52",
20-
"electron": "^31.0.1",
20+
"electron": "^34.0.0",
2121
"electron-builder": "^24.13.3",
2222
"next": "^14.2.4",
23-
"nextron": "^9.4.0",
23+
"nextron": "^9.5.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
26-
"typescript": "^5.6.3"
26+
"typescript": "^5.7.3"
2727
}
2828
}

examples/with-ant-design/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@types/node": "^20.11.16",
2020
"@types/react": "^18.2.52",
2121
"antd": "^5.16.1",
22-
"electron": "^31.0.1",
22+
"electron": "^34.0.0",
2323
"electron-builder": "^24.13.3",
2424
"next": "^14.2.4",
25-
"nextron": "^9.4.0",
25+
"nextron": "^9.5.0",
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1",
28-
"typescript": "^5.6.3"
28+
"typescript": "^5.7.3"
2929
}
3030
}

examples/with-chakra-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"@emotion/styled": "^11.11.5",
2323
"@types/node": "^20.11.16",
2424
"@types/react": "^18.2.52",
25-
"electron": "^31.0.1",
25+
"electron": "^34.0.0",
2626
"electron-builder": "^24.13.3",
2727
"framer-motion": "^11.0.28",
2828
"next": "^14.2.4",
29-
"nextron": "^9.4.0",
29+
"nextron": "^9.5.0",
3030
"react": "^18.3.1",
3131
"react-dom": "^18.3.1",
32-
"typescript": "^5.6.3"
32+
"typescript": "^5.7.3"
3333
}
3434
}

examples/with-emotion/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@emotion/styled": "^11.11.0",
2121
"@types/node": "^20.11.16",
2222
"@types/react": "^18.2.52",
23-
"electron": "^31.0.1",
23+
"electron": "^34.0.0",
2424
"electron-builder": "^24.13.3",
2525
"next": "^14.2.4",
26-
"nextron": "^9.4.0",
26+
"nextron": "^9.5.0",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",
29-
"typescript": "^5.6.3"
29+
"typescript": "^5.7.3"
3030
}
3131
}

examples/with-material-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"@mui/material-nextjs": "^5.15.11",
2525
"@types/node": "^20.11.16",
2626
"@types/react": "^18.2.52",
27-
"electron": "^31.0.1",
27+
"electron": "^34.0.0",
2828
"electron-builder": "^24.13.3",
2929
"next": "^14.2.4",
30-
"nextron": "^9.4.0",
30+
"nextron": "^9.5.0",
3131
"react": "^18.3.1",
3232
"react-dom": "^18.3.1",
33-
"typescript": "^5.6.3"
33+
"typescript": "^5.7.3"
3434
}
3535
}

examples/with-next-i18next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"electron-store": "^8.2.0"
1919
},
2020
"devDependencies": {
21-
"electron": "^31.0.1",
21+
"electron": "^34.0.0",
2222
"electron-builder": "^24.13.3",
2323
"i18next": "^23.11.5",
2424
"next": "^14.2.4",
2525
"next-i18next": "^15.2.0",
26-
"nextron": "^9.4.0",
26+
"nextron": "^9.5.0",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",
2929
"react-i18next": "^14.1.2"

examples/with-tailwindcss/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"@types/node": "^20.11.16",
1919
"@types/react": "^18.2.52",
2020
"autoprefixer": "^10.4.19",
21-
"electron": "^31.0.1",
21+
"electron": "^34.0.0",
2222
"electron-builder": "^24.13.3",
2323
"next": "^14.2.4",
24-
"nextron": "^9.4.0",
24+
"nextron": "^9.5.0",
2525
"postcss": "^8.4.38",
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1",
2828
"tailwindcss": "^3.4.3",
29-
"typescript": "^5.6.3"
29+
"typescript": "^5.7.3"
3030
}
3131
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextron",
3-
"version": "9.4.0",
3+
"version": "9.5.0",
44
"description": "⚡ NEXT.js + Electron ⚡",
55
"repository": {
66
"type": "git",
@@ -59,18 +59,18 @@
5959
"babel-loader": "9.2.1",
6060
"chalk": "4.1.2",
6161
"execa": "5.1.1",
62-
"fs-extra": "11.2.0",
62+
"fs-extra": "11.3.0",
6363
"get-port-please": "3.1.2",
64-
"terser-webpack-plugin": "5.3.10",
65-
"tsconfig-paths-webpack-plugin": "4.1.0",
66-
"webpack": "5.96.1",
64+
"terser-webpack-plugin": "5.3.11",
65+
"tsconfig-paths-webpack-plugin": "4.2.0",
66+
"webpack": "5.97.1",
6767
"webpack-merge": "6.0.1"
6868
},
6969
"devDependencies": {
7070
"@next/eslint-plugin-next": "^15.0.2",
7171
"@rollup/plugin-babel": "^6.0.4",
72-
"@rollup/plugin-commonjs": "^28.0.1",
73-
"@rollup/plugin-node-resolve": "^15.3.0",
72+
"@rollup/plugin-commonjs": "^28.0.2",
73+
"@rollup/plugin-node-resolve": "^16.0.0",
7474
"@rollup/plugin-terser": "^0.4.4",
7575
"@types/eslint": "^9.6.1",
7676
"@types/fs-extra": "^11.0.4",
@@ -88,8 +88,8 @@
8888
"lint-staged": "^15.2.7",
8989
"prettier": "^3.3.2",
9090
"rimraf": "^6.0.1",
91-
"rollup": "^4.25.0",
91+
"rollup": "^4.30.1",
9292
"rollup-plugin-auto-external": "^2.0.0",
93-
"typescript": "^5.6.3"
93+
"typescript": "^5.7.3"
9494
}
9595
}

0 commit comments

Comments
 (0)