File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -225,8 +225,6 @@ const App = () => {
225225 ) ;
226226} ;
227227
228- // const win = new QMainWindow();
229- // win.resize(230, 300);
230228const styleSheet = `
231229 #container {
232230 qproperty-flex: 1;
Original file line number Diff line number Diff line change 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+
439445error-ex@^1.2.0 :
440446 version "1.3.2"
441447 resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
You can’t perform that action at this time.
0 commit comments