diff --git a/examples/basic-javascript/package.json b/examples/basic-javascript/package.json index 445d5789..9fb09766 100644 --- a/examples/basic-javascript/package.json +++ b/examples/basic-javascript/package.json @@ -18,7 +18,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.9.0", + "nextron": "^8.10.0", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/basic-typescript/package.json b/examples/basic-typescript/package.json index ffebee3b..f9fea1aa 100644 --- a/examples/basic-typescript/package.json +++ b/examples/basic-typescript/package.json @@ -20,7 +20,7 @@ "electron": "^26.2.2", "electron-builder": "^24.6.4", "next": "^12.3.4", - "nextron": "^8.9.0", + "nextron": "^8.10.0", "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 8e819617..0c5859a3 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.9.0", + "nextron": "^8.10.0", "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 445d5789..9fb09766 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.9.0", + "nextron": "^8.10.0", "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 c053a5c9..4e95ad3b 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.9.0", + "nextron": "^8.10.0", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/ipc-communication/package.json b/examples/ipc-communication/package.json index 445d5789..9fb09766 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.9.0", + "nextron": "^8.10.0", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/store-data/package.json b/examples/store-data/package.json index 445d5789..9fb09766 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.9.0", + "nextron": "^8.10.0", "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 00bb2c9f..1effd2b5 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.9.0", + "nextron": "^8.10.0", "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 593c4f11..c84151d0 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.9.0", + "nextron": "^8.10.0", "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 c63ea41d..f6b2bde6 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.9.0", + "nextron": "^8.10.0", "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 8b3c9f56..f6efb5fa 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.9.0", + "nextron": "^8.10.0", "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 3459d6c0..4ab52f66 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.9.0", + "nextron": "^8.10.0", "postcss": "^8.4.30", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/package.json b/package.json index 63dd9249..c67e57f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextron", - "version": "8.9.0", + "version": "8.10.0", "description": "⚡ NEXT.js + Electron ⚡", "repository": "git@github.com:saltyshiomix/nextron.git", "author": "Shiono Yoshihide ",