Skip to content

Commit 5ba80ba

Browse files
committed
Merge branch 'release/v9'
2 parents f1dbbe5 + 02aae2a commit 5ba80ba

File tree

15 files changed

+1108
-1233
lines changed

15 files changed

+1108
-1233
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"electron": "^31.0.1",
1919
"electron-builder": "^24.13.3",
2020
"next": "^14.2.4",
21-
"nextron": "^9.3.0",
21+
"nextron": "^9.4.0",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"
2424
}

examples/basic-lang-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"electron": "^31.0.1",
1919
"electron-builder": "^24.13.3",
2020
"next": "^14.2.4",
21-
"nextron": "^9.3.0",
21+
"nextron": "^9.4.0",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"
2424
}

examples/basic-lang-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"electron": "^31.0.1",
2121
"electron-builder": "^24.13.3",
2222
"next": "^14.2.4",
23-
"nextron": "^9.3.0",
23+
"nextron": "^9.4.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
26-
"typescript": "^5.4.5"
26+
"typescript": "^5.6.3"
2727
}
2828
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"electron": "^31.0.1",
2121
"electron-builder": "^24.13.3",
2222
"next": "^14.2.4",
23-
"nextron": "^9.3.0",
23+
"nextron": "^9.4.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
26-
"typescript": "^5.4.5"
26+
"typescript": "^5.6.3"
2727
}
2828
}

examples/basic-store-data/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"electron": "^31.0.1",
2121
"electron-builder": "^24.13.3",
2222
"next": "^14.2.4",
23-
"nextron": "^9.3.0",
23+
"nextron": "^9.4.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
26-
"typescript": "^5.4.5"
26+
"typescript": "^5.6.3"
2727
}
2828
}

examples/custom-build-options/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"electron": "^31.0.1",
2626
"electron-builder": "^24.13.3",
2727
"next": "^14.2.4",
28-
"nextron": "^9.3.0",
28+
"nextron": "^9.4.0",
2929
"react": "^18.3.1",
3030
"react-dom": "^18.3.1",
31-
"typescript": "^5.4.5"
31+
"typescript": "^5.6.3"
3232
}
3333
}

examples/custom-renderer-port/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"electron": "^31.0.1",
2121
"electron-builder": "^24.13.3",
2222
"next": "^14.2.4",
23-
"nextron": "^9.3.0",
23+
"nextron": "^9.4.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
26-
"typescript": "^5.4.5"
26+
"typescript": "^5.6.3"
2727
}
2828
}

examples/with-ant-design/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"electron": "^31.0.1",
2323
"electron-builder": "^24.13.3",
2424
"next": "^14.2.4",
25-
"nextron": "^9.3.0",
25+
"nextron": "^9.4.0",
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1",
28-
"typescript": "^5.4.5"
28+
"typescript": "^5.6.3"
2929
}
3030
}

examples/with-chakra-ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"electron-builder": "^24.13.3",
2727
"framer-motion": "^11.0.28",
2828
"next": "^14.2.4",
29-
"nextron": "^9.3.0",
29+
"nextron": "^9.4.0",
3030
"react": "^18.3.1",
3131
"react-dom": "^18.3.1",
32-
"typescript": "^5.4.5"
32+
"typescript": "^5.6.3"
3333
}
3434
}

examples/with-emotion/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"electron": "^31.0.1",
2424
"electron-builder": "^24.13.3",
2525
"next": "^14.2.4",
26-
"nextron": "^9.3.0",
26+
"nextron": "^9.4.0",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",
29-
"typescript": "^5.4.5"
29+
"typescript": "^5.6.3"
3030
}
3131
}

examples/with-material-ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"electron": "^31.0.1",
2828
"electron-builder": "^24.13.3",
2929
"next": "^14.2.4",
30-
"nextron": "^9.3.0",
30+
"nextron": "^9.4.0",
3131
"react": "^18.3.1",
3232
"react-dom": "^18.3.1",
33-
"typescript": "^5.4.5"
33+
"typescript": "^5.6.3"
3434
}
3535
}

examples/with-next-i18next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"i18next": "^23.11.5",
2424
"next": "^14.2.4",
2525
"next-i18next": "^15.2.0",
26-
"nextron": "^9.3.0",
26+
"nextron": "^9.4.0",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",
2929
"react-i18next": "^14.1.2"

examples/with-tailwindcss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"electron": "^31.0.1",
2222
"electron-builder": "^24.13.3",
2323
"next": "^14.2.4",
24-
"nextron": "^9.3.0",
24+
"nextron": "^9.4.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.4.5"
29+
"typescript": "^5.6.3"
3030
}
3131
}

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextron",
3-
"version": "9.3.0",
3+
"version": "9.4.0",
44
"description": "⚡ NEXT.js + Electron ⚡",
55
"repository": {
66
"type": "git",
@@ -46,38 +46,38 @@
4646
"prepare": "husky"
4747
},
4848
"dependencies": {
49-
"@babel/core": "7.24.7",
50-
"@babel/plugin-transform-class-properties": "7.24.7",
51-
"@babel/plugin-transform-object-rest-spread": "7.24.7",
52-
"@babel/plugin-transform-optional-chaining": "7.24.7",
53-
"@babel/plugin-transform-runtime": "7.24.7",
54-
"@babel/preset-env": "7.24.7",
55-
"@babel/preset-typescript": "7.24.7",
56-
"@babel/runtime": "7.24.7",
57-
"@babel/runtime-corejs3": "7.24.7",
49+
"@babel/core": "7.26.0",
50+
"@babel/plugin-transform-class-properties": "7.25.9",
51+
"@babel/plugin-transform-object-rest-spread": "7.25.9",
52+
"@babel/plugin-transform-optional-chaining": "7.25.9",
53+
"@babel/plugin-transform-runtime": "7.25.9",
54+
"@babel/preset-env": "7.26.0",
55+
"@babel/preset-typescript": "7.26.0",
56+
"@babel/runtime": "7.26.0",
57+
"@babel/runtime-corejs3": "7.26.0",
5858
"arg": "5.0.2",
59-
"babel-loader": "9.1.3",
59+
"babel-loader": "9.2.1",
6060
"chalk": "4.1.2",
6161
"execa": "5.1.1",
6262
"fs-extra": "11.2.0",
63-
"get-port-please": "^3.1.2",
63+
"get-port-please": "3.1.2",
6464
"terser-webpack-plugin": "5.3.10",
6565
"tsconfig-paths-webpack-plugin": "4.1.0",
66-
"webpack": "5.92.0",
67-
"webpack-merge": "5.10.0"
66+
"webpack": "5.96.1",
67+
"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": "^26.0.1",
73-
"@rollup/plugin-node-resolve": "^15.2.3",
72+
"@rollup/plugin-commonjs": "^28.0.1",
73+
"@rollup/plugin-node-resolve": "^15.3.0",
7474
"@rollup/plugin-terser": "^0.4.4",
7575
"@types/eslint": "^9.6.1",
7676
"@types/fs-extra": "^11.0.4",
7777
"@types/node": "^20.14.2",
7878
"@typescript-eslint/eslint-plugin": "^7.13.0",
7979
"@typescript-eslint/parser": "^7.13.0",
80-
"concurrently": "^8.2.2",
80+
"concurrently": "^9.1.0",
8181
"eslint": "^9.14.0",
8282
"eslint-config-next": "^14.2.4",
8383
"eslint-config-prettier": "^9.1.0",
@@ -87,9 +87,9 @@
8787
"husky": "^9.0.11",
8888
"lint-staged": "^15.2.7",
8989
"prettier": "^3.3.2",
90-
"rimraf": "^5.0.7",
91-
"rollup": "^4.18.0",
90+
"rimraf": "^6.0.1",
91+
"rollup": "^4.25.0",
9292
"rollup-plugin-auto-external": "^2.0.0",
93-
"typescript": "^5.4.5"
93+
"typescript": "^5.6.3"
9494
}
9595
}

0 commit comments

Comments
 (0)