@xylabs/ts-scripts-yarn3 3.11.0 → 3.11.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.
Files changed (1) hide show
  1. package/package.json +11 -6
package/package.json CHANGED
@@ -64,8 +64,8 @@
64
64
  "@types/yargs": "^17.0.32",
65
65
  "@typescript-eslint/eslint-plugin": "^7.11.0",
66
66
  "@typescript-eslint/parser": "^7.11.0",
67
- "@xylabs/tsconfig": "~3.11.0",
68
- "@xylabs/tsconfig-dom": "~3.11.0",
67
+ "@xylabs/tsconfig": "~3.11.2",
68
+ "@xylabs/tsconfig-dom": "~3.11.2",
69
69
  "async-mutex": "^0.5.0",
70
70
  "chalk": "^4.1.2",
71
71
  "cosmiconfig": "^9.0.0",
@@ -112,16 +112,21 @@
112
112
  "@types/license-checker": "^25.0.6",
113
113
  "@types/lodash": "^4.17.4",
114
114
  "@types/parse-git-config": "^3.0.4",
115
- "@xylabs/eslint-config": "~3.11.0",
116
- "@xylabs/tsconfig": "~3.11.0",
115
+ "@xylabs/eslint-config": "~3.11.2",
116
+ "@xylabs/tsconfig": "~3.11.2",
117
117
  "eslint": "^9.3.0",
118
118
  "publint": "^0.2.8",
119
119
  "typescript": "^5.4.5"
120
120
  },
121
121
  "peerDependencies": {
122
- "eslint": "^8",
122
+ "eslint": ">=8",
123
123
  "typescript": "^5"
124
124
  },
125
+ "peerDependenciesMeta": {
126
+ "eslint": {
127
+ "optional": true
128
+ }
129
+ },
125
130
  "homepage": "https://xylabs.com",
126
131
  "keywords": [
127
132
  "xylabs",
@@ -168,6 +173,6 @@
168
173
  "package-clean": "echo Not cleaning..."
169
174
  },
170
175
  "sideEffects": false,
171
- "version": "3.11.0",
176
+ "version": "3.11.2",
172
177
  "type": "commonjs"
173
178
  }