diff --git a/examples/basic-lang-javascript/package.json b/examples/basic-lang-javascript/package.json index 8351e5fc..af3c7137 100644 --- a/examples/basic-lang-javascript/package.json +++ b/examples/basic-lang-javascript/package.json @@ -18,7 +18,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.11.0", + "nextron": "^8.11.1", "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 0db453a6..9a43b4a8 100644 --- a/examples/basic-lang-typescript/package.json +++ b/examples/basic-lang-typescript/package.json @@ -20,7 +20,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.11.0", + "nextron": "^8.11.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.9.4" diff --git a/examples/basic-launch-app-from-url/package.json b/examples/basic-launch-app-from-url/package.json index 0db453a6..9a43b4a8 100644 --- a/examples/basic-launch-app-from-url/package.json +++ b/examples/basic-launch-app-from-url/package.json @@ -20,7 +20,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.11.0", + "nextron": "^8.11.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.9.4" diff --git a/examples/custom-build-options/package.json b/examples/custom-build-options/package.json index 272d0df3..3fe5a388 100644 --- a/examples/custom-build-options/package.json +++ b/examples/custom-build-options/package.json @@ -24,7 +24,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.11.0", + "nextron": "^8.11.1", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/custom-main-entry/package.json b/examples/custom-main-entry/package.json index 8351e5fc..af3c7137 100644 --- a/examples/custom-main-entry/package.json +++ b/examples/custom-main-entry/package.json @@ -18,7 +18,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.11.0", + "nextron": "^8.11.1", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/custom-renderer-port/package.json b/examples/custom-renderer-port/package.json index 60101cfc..7bb022bc 100644 --- a/examples/custom-renderer-port/package.json +++ b/examples/custom-renderer-port/package.json @@ -18,7 +18,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.11.0", + "nextron": "^8.11.1", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/ipc-communication/package.json b/examples/ipc-communication/package.json index 8351e5fc..af3c7137 100644 --- a/examples/ipc-communication/package.json +++ b/examples/ipc-communication/package.json @@ -18,7 +18,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.11.0", + "nextron": "^8.11.1", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/store-data/package.json b/examples/store-data/package.json index 8351e5fc..af3c7137 100644 --- a/examples/store-data/package.json +++ b/examples/store-data/package.json @@ -18,7 +18,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.11.0", + "nextron": "^8.11.1", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/with-ant-design/package.json b/examples/with-ant-design/package.json index 81328ce8..c11ac244 100644 --- a/examples/with-ant-design/package.json +++ b/examples/with-ant-design/package.json @@ -22,7 +22,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.11.0", + "nextron": "^8.11.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.9.4" diff --git a/examples/with-chakra-ui/package.json b/examples/with-chakra-ui/package.json index 5e0614bb..5abcf876 100644 --- a/examples/with-chakra-ui/package.json +++ b/examples/with-chakra-ui/package.json @@ -27,7 +27,7 @@ "electron-builder": "^24.6.4", "framer-motion": "^6.5.1", "next": "^12.3.4", - "nextron": "^8.11.0", + "nextron": "^8.11.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.9.5" diff --git a/examples/with-emotion/package.json b/examples/with-emotion/package.json index ded9bbbb..e67a004f 100644 --- a/examples/with-emotion/package.json +++ b/examples/with-emotion/package.json @@ -23,7 +23,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.11.0", + "nextron": "^8.11.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.9.4" diff --git a/examples/with-material-ui/package.json b/examples/with-material-ui/package.json index b0e71ecf..8ccf80e2 100644 --- a/examples/with-material-ui/package.json +++ b/examples/with-material-ui/package.json @@ -25,7 +25,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.11.0", + "nextron": "^8.11.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.9.4" diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index bcf67c3f..9c57370e 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -21,7 +21,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.11.0", + "nextron": "^8.11.1", "postcss": "^8.4.30", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/package.json b/package.json index ca20a304..77d07389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextron", - "version": "8.11.0", + "version": "8.11.1", "description": "⚡ NEXT.js + Electron ⚡", "repository": "git@github.com:saltyshiomix/nextron.git", "author": "Shiono Yoshihide ",