Skip to content

Commit

Permalink
v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saltyshiomix committed Sep 24, 2021
1 parent 689c638 commit 58dcd1a
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/custom-build-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-main-entry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-renderer-port/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/ipc-communication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/store-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-javascript-ant-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"null-loader": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-javascript-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-javascript-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-javascript-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"postcss": "^8.3.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-typescript-ant-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"null-loader": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-typescript-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-typescript-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-typescript-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"postcss": "^8.3.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"next": "^11.1.2",
"nextron": "^7.0.0",
"nextron": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextron",
"version": "7.0.0",
"version": "7.1.0",
"description": "⚡ NEXT.js + Electron ⚡",
"repository": "[email protected]:saltyshiomix/nextron.git",
"author": "Shiono Yoshihide <[email protected]>",
Expand Down

0 comments on commit 58dcd1a

Please sign in to comment.