Skip to content

Commit

Permalink
fix: remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jul 5, 2021
1 parent dcf3553 commit ae72a2e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
27 changes: 0 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,29 +45,12 @@
"@fimbul/mithotyn": "^0.24.0",
"@fimbul/wotan": "^0.24.0",
"@tsconfig/node12": "^1.0.8",
"@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/mockdate": "^2.0.0",
"@types/node": "^15.12.5",
"@types/pegjs": "^0.10.2",
"@types/prettier": "^2.2.3",
"@types/semver": "^7.3.6",
"@types/serialport": "^8.0.1",
"@types/source-map-support": "^0.5.3",
"@types/triple-beam": "^1.3.2",
"@types/xml2json": "^0.11.3",
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"@xstate/test": "^0.4.2",
"@zwave-js/config": "7.10.1",
"@zwave-js/core": "7.10.1",
"ansi-colors": "^4.1.1",
"axios": "^0.21.1",
"clipboardy": "^2.3.0",
"comment-json": "^4.1.0",
"commitizen": "^4.2.4",
"coveralls": "^3.1.1",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -80,21 +63,11 @@
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"lerna": "^4.0.0",
"minimatch": "^3.0.4",
"mockdate": "^3.0.5",
"pegjs": "^0.10.0",
"prettier": "^2.3.2",
"prettier-plugin-organize-imports": "^2.2.0",
"reflect-metadata": "^0.1.13",
"semver": "^7.3.2",
"supports-color": "^8.1.1",
"tiny-glob": "^0.2.9",
"ts-morph": "^11.0.0",
"ts-node": "^10.0.0",
"ts-pegjs": "^0.3.1",
"typescript": "^4.3.5",
"xml2json": "^0.12.0",
"yargs": "^16.0.3",
"zwave-js": "7.10.1"
},
"resolutions": {
Expand Down
3 changes: 0 additions & 3 deletions packages/maintenance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
"engines": {
"node": ">=v12.22.2"
},
"dependencies": {
"@zwave-js/shared": "7.7.3"
},
"scripts": {
"build": "tsc -b tsconfig.build.json && yarn postbuild",
"postbuild": "yarn esm2cjs --in=build/esm --out=build/cjs -l error",
Expand Down
3 changes: 0 additions & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
"engines": {
"node": ">=v12.22.2"
},
"dependencies": {
"@zwave-js/shared": "7.7.3"
},
"scripts": {
"build": "tsc -b tsconfig.build.json && yarn postbuild",
"postbuild": "yarn esm2cjs --in=build/esm --out=build/cjs -l error",
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3864,7 +3864,6 @@ __metadata:
"@types/yargs": ^16.0.1
"@typescript-eslint/eslint-plugin": ^4.28.1
"@typescript-eslint/parser": ^4.28.1
"@xstate/test": ^0.4.2
"@zwave-js/config": 7.10.1
"@zwave-js/core": 7.10.1
ansi-colors: ^4.1.1
Expand Down

0 comments on commit ae72a2e

Please sign in to comment.