create-windowless-app 7.10.0 → 7.11.0

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/dist/consts.js CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.consts = void 0;
4
4
  exports.consts = {
5
5
  dependencies: [
6
- "node-notifier@9",
6
+ "node-notifier",
7
7
  "winston"
8
8
  ],
9
9
  devDependencies: [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-windowless-app",
3
- "version": "7.10.0",
3
+ "version": "7.11.0",
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": "14.18.5",
46
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.5.tgz",
47
- "integrity": "sha512-LMy+vDDcQR48EZdEx5wRX1q/sEl6NdGuHXPnfeL8ixkwCOSZ2qnIyIZmcCbdX0MeRqHhAcHmX+haCbrS8Run+A=="
45
+ "version": "14.18.10",
46
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.10.tgz",
47
+ "integrity": "sha512-6iihJ/Pp5fsFJ/aEDGyvT4pHGmCpq7ToQ/yf4bl5SbVAvwpspYJ+v3jO7n8UyjhQVHTy+KNszOozDdv+O6sovQ=="
48
48
  },
49
49
  "@types/responselike": {
50
50
  "version": "1.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-windowless-app",
3
- "version": "7.10.0",
3
+ "version": "7.11.0",
4
4
  "description": "Create a windowless NodeJS app",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -57,10 +57,10 @@
57
57
  "@tsconfig/node12": "1.0.9",
58
58
  "@types/cross-spawn": "6.0.2",
59
59
  "@types/fs-extra": "9.0.13",
60
- "@types/inquirer": "8.1.3",
60
+ "@types/inquirer": "8.2.0",
61
61
  "@types/jest": "27.4.0",
62
62
  "@types/mock-fs": "4.13.1",
63
- "@types/node": "14.18.5",
63
+ "@types/node": "14.18.10",
64
64
  "@types/node-notifier": "8.0.2",
65
65
  "@types/request": "2.48.8",
66
66
  "@types/semver": "7.3.9",
@@ -68,32 +68,32 @@
68
68
  "@types/uuid": "8.3.4",
69
69
  "@types/validate-npm-package-name": "3.0.3",
70
70
  "@types/winston": "2.4.4",
71
- "@typescript-eslint/eslint-plugin": "5.9.1",
72
- "@typescript-eslint/parser": "5.9.1",
71
+ "@typescript-eslint/eslint-plugin": "5.10.2",
72
+ "@typescript-eslint/parser": "5.10.2",
73
73
  "add-shebang": "0.1.0",
74
- "copy-webpack-plugin": "10.2.0",
74
+ "copy-webpack-plugin": "10.2.4",
75
75
  "cross-env": "7.0.3",
76
76
  "del": "6.0.0",
77
- "eslint": "8.6.0",
78
- "eslint-plugin-import": "2.25.3",
79
- "eslint-plugin-jest": "25.3.4",
77
+ "eslint": "8.8.0",
78
+ "eslint-plugin-import": "2.25.4",
79
+ "eslint-plugin-jest": "26.0.0",
80
80
  "eslint-plugin-node": "11.1.0",
81
81
  "eslint-plugin-security": "1.4.0",
82
82
  "global-npm": "0.5.0",
83
83
  "husky": "7.0.4",
84
84
  "jest": "27.4.7",
85
- "lint-staged": "12.1.7",
85
+ "lint-staged": "12.3.3",
86
86
  "mock-fs": "5.1.2",
87
87
  "mocked-env": "1.3.5",
88
- "node-notifier": "10.0.0",
88
+ "node-notifier": "10.0.1",
89
89
  "prettier": "2.5.1",
90
90
  "rimraf": "3.0.2",
91
- "ts-jest": "27.1.2",
91
+ "ts-jest": "27.1.3",
92
92
  "ts-node": "10.4.0",
93
- "typescript": "4.5.4",
93
+ "typescript": "4.5.5",
94
94
  "uuid": "8.3.2",
95
- "webpack": "5.65.0",
96
- "winston": "3.4.0"
95
+ "webpack": "5.68.0",
96
+ "winston": "3.5.1"
97
97
  },
98
98
  "dependencies": {
99
99
  "chalk": "4.1.2",