@xylabs/ts-scripts-yarn3 2.8.0-rc.3 → 2.8.0-rc.4

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.
Files changed (1) hide show
  1. package/package.json +11 -32
package/package.json CHANGED
@@ -54,17 +54,10 @@
54
54
  "@babel/preset-env": "^7.20.2",
55
55
  "@types/jest": "^29.2.4",
56
56
  "@types/node": "^18.11.15",
57
+ "@xylabs/eslint-config": "^2.8.0-rc.4",
58
+ "@xylabs/tsconfig": "^2.8.0-rc.4",
57
59
  "chalk": "^4.1.2",
58
60
  "cpy": "^8.1.2",
59
- "node-cmd": "^5.0.0",
60
- "npm-check-updates": "^16.6.0",
61
- "npm-package-json-lint": "^6.4.0",
62
- "npm-package-json-lint-config-default": "^5.0.0",
63
- "parse-git-config": "^3.0.0",
64
- "yargs": "^17.6.2"
65
- },
66
- "peerDependencies": {
67
- "@xylabs/eslint-config": "^2.8.0-rc.3",
68
61
  "depcheck": "^1.4.3",
69
62
  "eslint": "^8.29.0",
70
63
  "eslint-config-prettier": "^8.5.0",
@@ -76,38 +69,24 @@
76
69
  "jest-mock-extended": "^3.0.1",
77
70
  "jest-sorted": "^1.0.14",
78
71
  "license-checker": "^25.0.1",
72
+ "node-cmd": "^5.0.0",
73
+ "npm-check-updates": "^16.6.0",
74
+ "npm-package-json-lint": "^6.4.0",
75
+ "npm-package-json-lint-config-default": "^5.0.0",
76
+ "parse-git-config": "^3.0.0",
79
77
  "prettier": "^2.8.1",
80
78
  "rimraf": "^3.0.2",
81
79
  "ts-jest": "^29.0.3",
82
80
  "ts-node": "^10.9.1",
83
81
  "ts-prune": "^0.10.3",
84
82
  "typedoc": "^0.23.22",
85
- "typescript": "^4.9.4"
83
+ "typescript": "^4.9.4",
84
+ "yargs": "^17.6.2"
86
85
  },
87
86
  "description": "TypeScript project scripts",
88
87
  "devDependencies": {
89
88
  "@types/node": "^18.11.15",
90
- "@types/parse-git-config": "^3.0.1",
91
- "@xylabs/eslint-config": "^2.8.0-rc.3",
92
- "@xylabs/tsconfig": "^2.8.0-rc.3",
93
- "depcheck": "^1.4.3",
94
- "eslint": "^8.29.0",
95
- "eslint-config-prettier": "^8.5.0",
96
- "eslint-plugin-prettier": "^4.2.1",
97
- "eslint-plugin-sonarjs": "^0.17.0",
98
- "jest": "^29.3.1",
99
- "jest-environment-jsdom": "^29.3.1",
100
- "jest-extended": "^3.2.0",
101
- "jest-mock-extended": "^3.0.1",
102
- "jest-sorted": "^1.0.14",
103
- "license-checker": "^25.0.1",
104
- "prettier": "^2.8.1",
105
- "rimraf": "^3.0.2",
106
- "ts-jest": "^29.0.3",
107
- "ts-node": "^10.9.1",
108
- "ts-prune": "^0.10.3",
109
- "typedoc": "^0.23.22",
110
- "typescript": "^4.9.4"
89
+ "@types/parse-git-config": "^3.0.1"
111
90
  },
112
91
  "homepage": "https://xylabs.com",
113
92
  "keywords": [
@@ -147,6 +126,6 @@
147
126
  "node": ">=14.16"
148
127
  },
149
128
  "sideEffects": false,
150
- "version": "2.8.0-rc.3",
129
+ "version": "2.8.0-rc.4",
151
130
  "stableVersion": "2.7.27"
152
131
  }