Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jun 27, 2021
1 parent c1a2c7c commit 2d936c9
Show file tree
Hide file tree
Showing 11 changed files with 107 additions and 57 deletions.
19 changes: 18 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,24 @@
"node_modules/zwave-js/index.js": true,
"**/cache": true,
"packages/zwave-js/**/fingerprint.txt": true,
"node_modules/zwave-js/**/fingerprint.txt": true
"node_modules/zwave-js/**/fingerprint.txt": true,
".husky/**/_": true,
"packages/*/package-lock.json": true,
".yarn/*": true,
".yarn/patches": false,
".yarn/releases": false,
".yarn/plugins": false,
".yarn/sdks": false,
".yarn/versions": false,
"**/.pnp.*": true,
"packages/*/cache": true,
"**/.tmp": true,
"**/.tmpoh/": true,
"**/.tmpozw/": true,
"**/.tmpzwa/": true,
"**/.secrets": true,
"**/.test-payloads": true,
"packages/config/config/devices/index.json": true
},
"files.associations": {
"**/config/**/*.json": "jsonc"
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"@commitlint/config-conventional": "^12.1.4",
"@fimbul/mithotyn": "^0.24.0",
"@fimbul/wotan": "^0.24.0",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@zwave-js/config": "workspace:packages/config",
Expand All @@ -54,6 +56,7 @@
"fs-extra": "^9.0.1",
"husky": "^6.0.0",
"jest": "^26.4.2",
"jest-extended": "^0.11.5",
"lerna": "^4.0.0",
"prettier": "^2.3.1",
"prettier-plugin-organize-imports": "^2.1.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/js-levenshtein": "^1.1.0",
"@types/json-logic-js": "^1.2.1",
"@types/node": "^15.12.4",
"@types/node": "^15.12.5",
"@types/pegjs": "^0.10.2",
"@types/semver": "^7.3.6",
"@types/xml2json": "^0.11.3",
Expand Down
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@
"watch": "yarn run build --watch --pretty"
},
"devDependencies": {
"@types/node": "^15.12.4",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"@types/triple-beam": "^1.3.2",
"esbuild-register": "^2.6.0",
"jest-extended": "^0.11.5",
"typescript": "^4.3.2"
}
}
4 changes: 3 additions & 1 deletion packages/maintenance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"devDependencies": {
"@types/clipboardy": "^2",
"@types/fs-extra": "^9.0.11",
"@types/node": "^15.12.4",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"@types/prettier": "^2",
"@types/yargs": "^16.0.1",
"@zwave-js/core": "workspace:packages/core",
Expand All @@ -45,6 +46,7 @@
"clipboardy": "^2.3.0",
"esbuild-register": "^2.6.0",
"fs-extra": "^9.0.1",
"jest-extended": "^0.11.5",
"piscina": "^3.1.0",
"prettier": "^2.3.1",
"reflect-metadata": "^0.1.13",
Expand Down
5 changes: 4 additions & 1 deletion packages/serial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@
},
"devDependencies": {
"@serialport/binding-mock": "^9.0.7",
"@types/node": "^15.12.4",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"@types/serialport": "^8.0.1",
"@zwave-js/testing": "workspace:packages/testing",
"ansi-colors": "^4.1.1",
"esbuild-register": "^2.6.0",
"jest-extended": "^0.11.5",
"typescript": "^4.3.2"
}
}
4 changes: 3 additions & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/node": "^15.12.4",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"esbuild-register": "^2.6.0",
"jest-extended": "^0.11.5",
"typescript": "^4.3.2"
}
}
5 changes: 4 additions & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@
"watch": "yarn run build --watch --pretty"
},
"devDependencies": {
"@types/node": "^15.12.4",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"@types/triple-beam": "^1.3.2",
"@zwave-js/core": "workspace:packages/core",
"ansi-colors": "^4.1.1",
"esbuild-register": "^2.6.0",
"jest-extended": "^0.11.5",
"triple-beam": "*",
"typescript": "^4.3.2",
"winston-transport": "*"
Expand Down
3 changes: 2 additions & 1 deletion packages/zwave-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/node": "^15.12.4",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"@types/proper-lockfile": "^4",
"@types/semver": "^7.3.6",
"@types/serialport": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"strictFunctionTypes": true,
"watch": false, // true breaks CI scripts
"pretty": true,
"types": ["node", "jest-extended"],
"types": ["node", "jest", "jest-extended"],
"noErrorTruncation": true
},
"include": [
Expand Down
Loading

0 comments on commit 2d936c9

Please sign in to comment.