Skip to content

Commit 1b1a863

Browse files
committed
use latest qode
1 parent 5c478a6 commit 1b1a863

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-devtools": "3.5.3"
2121
},
2222
"devDependencies": {
23-
"@nodegui/test": "^0.0.7",
23+
"@nodegui/test": "^0.0.10",
2424
"@types/node": "^12.0.10",
2525
"@types/react-reconciler": "^0.18.0",
2626
"@types/scheduler": "^0.12.1",

src/demo.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ const App = () => {
225225
);
226226
};
227227

228-
// const win = new QMainWindow();
229-
// win.resize(230, 300);
230228
const styleSheet = `
231229
#container {
232230
qproperty-flex: 1;

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
# yarn lockfile v1
33

44

5-
"@nodegui/test@^0.0.7":
6-
version "0.0.7"
7-
resolved "https://registry.yarnpkg.com/@nodegui/test/-/test-0.0.7.tgz#0938a8fecb87527be77f3222abd37158366c5f7c"
8-
integrity sha512-x5mZFe5rtM//QCWLA3CBmk15aiAH77dE+qhTUgkLQ/uyJeSQORyUiYNlIDkDlD5HhFxUb2yt27/w+0xDaPByPg==
5+
"@nodegui/test@^0.0.10":
6+
version "0.0.10"
7+
resolved "https://registry.yarnpkg.com/@nodegui/test/-/test-0.0.10.tgz#3c9efd216b2a8fe62c169b9ea5661204ef6077ff"
8+
integrity sha512-eDmlHsiMM/5oUYUSCtWr1+M2CsKzJoIs2AqH0BPuBaDtS/c4DE9IkRcfkmnGlrj+6CE8tEzGrJVEIGVeWiO2Ew==
99
dependencies:
10+
env-paths "^2.2.0"
1011
extract-zip "^1.6.7"
1112
fs-extra "^8.1.0"
1213
got "^9.6.0"
@@ -436,6 +437,11 @@ end-of-stream@^1.1.0:
436437
dependencies:
437438
once "^1.4.0"
438439

440+
env-paths@^2.2.0:
441+
version "2.2.0"
442+
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.0.tgz#cdca557dc009152917d6166e2febe1f039685e43"
443+
integrity sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA==
444+
439445
error-ex@^1.2.0:
440446
version "1.3.2"
441447
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"

0 commit comments

Comments
 (0)