create-windowless-app 8.0.4 → 9.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -23,7 +23,7 @@ If something doesn't work, please [file an issue](https://github.com/yoavain/cre
23
23
 
24
24
 
25
25
  Pre-Requisites for template to work:
26
- * `NodeJS` version `12.20.0` or higher
26
+ * `NodeJS` version `14.17.0` or higher
27
27
  * `MSBuild.exe` must be in the PATH environment variable
28
28
 
29
29
  ## Quick Overview
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-windowless-app",
3
- "version": "8.0.4",
3
+ "version": "9.0.2",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -42,9 +42,9 @@
42
42
  }
43
43
  },
44
44
  "@types/node": {
45
- "version": "16.11.33",
46
- "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.33.tgz",
47
- "integrity": "sha512-0PJ0vg+JyU0MIan58IOIFRtSvsb7Ri+7Wltx2qAg94eMOrpg4+uuP3aUHCpxXc1i0jCXiC+zIamSZh3l9AbcQA=="
45
+ "version": "16.11.36",
46
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.36.tgz",
47
+ "integrity": "sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA=="
48
48
  },
49
49
  "@types/responselike": {
50
50
  "version": "1.0.0",
@@ -310,9 +310,9 @@
310
310
  }
311
311
  },
312
312
  "got": {
313
- "version": "11.8.3",
314
- "resolved": "https://registry.npmjs.org/got/-/got-11.8.3.tgz",
315
- "integrity": "sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==",
313
+ "version": "11.8.5",
314
+ "resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz",
315
+ "integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==",
316
316
  "requires": {
317
317
  "@sindresorhus/is": "^4.0.0",
318
318
  "@szmarczak/http-timer": "^4.0.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-windowless-app",
3
- "version": "8.0.4",
3
+ "version": "9.0.2",
4
4
  "description": "Create a windowless NodeJS app",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -60,49 +60,46 @@
60
60
  "@types/cross-spawn": "6.0.2",
61
61
  "@types/fs-extra": "9.0.13",
62
62
  "@types/inquirer": "8.2.1",
63
- "@types/jest": "27.5.0",
63
+ "@types/jest": "27.5.1",
64
64
  "@types/mock-fs": "4.13.1",
65
- "@types/node": "16.11.33",
65
+ "@types/node": "16.11.36",
66
66
  "@types/node-notifier": "8.0.2",
67
- "@types/request": "2.48.8",
68
67
  "@types/semver": "7.3.9",
69
68
  "@types/semver-compare": "1.0.1",
70
- "@types/uuid": "8.3.4",
71
69
  "@types/validate-npm-package-name": "3.0.3",
72
70
  "@types/winston": "2.4.4",
73
- "@typescript-eslint/eslint-plugin": "5.22.0",
74
- "@typescript-eslint/parser": "5.22.0",
71
+ "@typescript-eslint/eslint-plugin": "5.26.0",
72
+ "@typescript-eslint/parser": "5.26.0",
75
73
  "add-shebang": "0.1.0",
76
- "copy-webpack-plugin": "10.2.4",
74
+ "copy-webpack-plugin": "11.0.0",
77
75
  "cross-env": "7.0.3",
78
- "del": "6.0.0",
79
- "eslint": "8.14.0",
76
+ "del": "6.1.1",
77
+ "eslint": "8.16.0",
80
78
  "eslint-plugin-import": "2.26.0",
81
- "eslint-plugin-jest": "26.1.5",
79
+ "eslint-plugin-jest": "26.3.0",
82
80
  "eslint-plugin-node": "11.1.0",
83
81
  "eslint-plugin-security": "1.5.0",
84
82
  "global-npm": "0.5.0",
85
- "husky": "7.0.4",
83
+ "husky": "8.0.1",
86
84
  "jest": "28.1.0",
87
- "lint-staged": "12.4.1",
85
+ "lint-staged": "12.4.2",
88
86
  "mock-fs": "5.1.2",
89
87
  "mocked-env": "1.3.5",
90
88
  "node-notifier": "10.0.1",
91
89
  "prettier": "2.6.2",
92
90
  "rimraf": "3.0.2",
93
91
  "tmp-promise": "3.0.3",
94
- "ts-jest": "28.0.1",
95
- "ts-node": "10.7.0",
96
- "typescript": "4.6.4",
97
- "uuid": "8.3.2",
98
- "webpack": "5.72.0",
92
+ "ts-jest": "28.0.3",
93
+ "ts-node": "10.8.0",
94
+ "typescript": "4.7.2",
95
+ "webpack": "5.72.1",
99
96
  "winston": "3.7.2"
100
97
  },
101
98
  "dependencies": {
102
99
  "chalk": "4.1.2",
103
100
  "cross-spawn": "7.0.3",
104
101
  "fs-extra": "10.1.0",
105
- "got": "11.8.3",
102
+ "got": "11.8.5",
106
103
  "inquirer": "8.2.4",
107
104
  "semver": "7.3.7",
108
105
  "semver-compare": "1.0.0",