From ad4800227a40d29c18f4ad3abfe55cf6108f361b Mon Sep 17 00:00:00 2001 From: Shiono Yoshihide Date: Sun, 16 Jun 2024 13:34:52 +0900 Subject: [PATCH] v18.16.0 --- examples/basic-lang-javascript-python/package.json | 2 +- examples/basic-lang-javascript/package.json | 2 +- examples/basic-lang-typescript/package.json | 2 +- examples/basic-launch-app-from-url/package.json | 2 +- examples/basic-store-data/package.json | 2 +- examples/custom-build-options/package.json | 2 +- examples/custom-renderer-port/package.json | 2 +- examples/with-ant-design/package.json | 2 +- examples/with-chakra-ui/package.json | 2 +- examples/with-emotion/package.json | 2 +- examples/with-material-ui/package.json | 2 +- examples/with-next-i18next/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- package.json | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/examples/basic-lang-javascript-python/package.json b/examples/basic-lang-javascript-python/package.json index 90c395ca..92f32304 100644 --- a/examples/basic-lang-javascript-python/package.json +++ b/examples/basic-lang-javascript-python/package.json @@ -18,7 +18,7 @@ "electron": "^29.3.0", "electron-builder": "^24.13.3", "next": "^13.5.6", - "nextron": "^8.15.0", + "nextron": "^8.16.0", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/basic-lang-javascript/package.json b/examples/basic-lang-javascript/package.json index 90c395ca..92f32304 100644 --- a/examples/basic-lang-javascript/package.json +++ b/examples/basic-lang-javascript/package.json @@ -18,7 +18,7 @@ "electron": "^29.3.0", "electron-builder": "^24.13.3", "next": "^13.5.6", - "nextron": "^8.15.0", + "nextron": "^8.16.0", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/basic-lang-typescript/package.json b/examples/basic-lang-typescript/package.json index a085d3f6..33b13ea1 100644 --- a/examples/basic-lang-typescript/package.json +++ b/examples/basic-lang-typescript/package.json @@ -20,7 +20,7 @@ "electron": "^29.3.0", "electron-builder": "^24.13.3", "next": "^13.5.6", - "nextron": "^8.15.0", + "nextron": "^8.16.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.4.5" diff --git a/examples/basic-launch-app-from-url/package.json b/examples/basic-launch-app-from-url/package.json index a085d3f6..33b13ea1 100644 --- a/examples/basic-launch-app-from-url/package.json +++ b/examples/basic-launch-app-from-url/package.json @@ -20,7 +20,7 @@ "electron": "^29.3.0", "electron-builder": "^24.13.3", "next": "^13.5.6", - "nextron": "^8.15.0", + "nextron": "^8.16.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.4.5" diff --git a/examples/basic-store-data/package.json b/examples/basic-store-data/package.json index a085d3f6..33b13ea1 100644 --- a/examples/basic-store-data/package.json +++ b/examples/basic-store-data/package.json @@ -20,7 +20,7 @@ "electron": "^29.3.0", "electron-builder": "^24.13.3", "next": "^13.5.6", - "nextron": "^8.15.0", + "nextron": "^8.16.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.4.5" diff --git a/examples/custom-build-options/package.json b/examples/custom-build-options/package.json index 94c52832..ad3c2f80 100644 --- a/examples/custom-build-options/package.json +++ b/examples/custom-build-options/package.json @@ -25,7 +25,7 @@ "electron": "^29.3.0", "electron-builder": "^24.13.3", "next": "^13.5.6", - "nextron": "^8.15.0", + "nextron": "^8.16.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.4.5" diff --git a/examples/custom-renderer-port/package.json b/examples/custom-renderer-port/package.json index 3227aa15..f158d973 100644 --- a/examples/custom-renderer-port/package.json +++ b/examples/custom-renderer-port/package.json @@ -20,7 +20,7 @@ "electron": "^29.3.0", "electron-builder": "^24.13.3", "next": "^13.5.6", - "nextron": "^8.15.0", + "nextron": "^8.16.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.4.5" diff --git a/examples/with-ant-design/package.json b/examples/with-ant-design/package.json index 15cfb0ab..bba2b343 100644 --- a/examples/with-ant-design/package.json +++ b/examples/with-ant-design/package.json @@ -22,7 +22,7 @@ "electron": "^29.3.0", "electron-builder": "^24.13.3", "next": "^13.5.6", - "nextron": "^8.15.0", + "nextron": "^8.16.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.4.5" diff --git a/examples/with-chakra-ui/package.json b/examples/with-chakra-ui/package.json index c21d3394..14f77505 100644 --- a/examples/with-chakra-ui/package.json +++ b/examples/with-chakra-ui/package.json @@ -26,7 +26,7 @@ "electron-builder": "^24.13.3", "framer-motion": "^11.0.28", "next": "^13.5.6", - "nextron": "^8.15.0", + "nextron": "^8.16.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.4.5" diff --git a/examples/with-emotion/package.json b/examples/with-emotion/package.json index f7942055..e0a6f3cd 100644 --- a/examples/with-emotion/package.json +++ b/examples/with-emotion/package.json @@ -23,7 +23,7 @@ "electron": "^29.3.0", "electron-builder": "^24.13.3", "next": "^13.5.6", - "nextron": "^8.15.0", + "nextron": "^8.16.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.4.5" diff --git a/examples/with-material-ui/package.json b/examples/with-material-ui/package.json index 6e3aec6d..d5d66937 100644 --- a/examples/with-material-ui/package.json +++ b/examples/with-material-ui/package.json @@ -27,7 +27,7 @@ "electron": "^29.3.0", "electron-builder": "^24.13.3", "next": "^13.5.6", - "nextron": "^8.15.0", + "nextron": "^8.16.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.4.5" diff --git a/examples/with-next-i18next/package.json b/examples/with-next-i18next/package.json index ba9b532c..56e6231f 100644 --- a/examples/with-next-i18next/package.json +++ b/examples/with-next-i18next/package.json @@ -23,7 +23,7 @@ "i18next": "^23.11.1", "next": "^13.5.6", "next-i18next": "^15.2.0", - "nextron": "^8.15.0", + "nextron": "^8.16.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^14.1.0" diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index ca475949..cdc3de34 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -21,7 +21,7 @@ "electron": "^29.3.0", "electron-builder": "^24.13.3", "next": "^13.5.6", - "nextron": "^8.15.0", + "nextron": "^8.16.0", "postcss": "^8.4.38", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/package.json b/package.json index ed25f526..96f80544 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextron", - "version": "8.15.0", + "version": "8.16.0", "description": "⚡ NEXT.js + Electron ⚡", "repository": "git@github.com:saltyshiomix/nextron.git", "author": {