@xylabs/ts-scripts-yarn3 2.17.0 → 2.17.1
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"@babel/core": "^7.21.5",
|
|
67
67
|
"@babel/preset-env": "^7.21.5",
|
|
68
68
|
"@types/node": "~18.16.2",
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
|
69
70
|
"chalk": "^4.1.2",
|
|
70
71
|
"cpy": "^8.1.2",
|
|
71
72
|
"depcheck": "^1.4.3",
|
|
@@ -103,8 +104,8 @@
|
|
|
103
104
|
"@types/license-checker": "^25.0.3",
|
|
104
105
|
"@types/lodash": "^4.14.194",
|
|
105
106
|
"@types/parse-git-config": "^3.0.1",
|
|
106
|
-
"@xylabs/eslint-config": "^2.17.
|
|
107
|
-
"@xylabs/tsconfig": "^2.17.
|
|
107
|
+
"@xylabs/eslint-config": "^2.17.1",
|
|
108
|
+
"@xylabs/tsconfig": "^2.17.1"
|
|
108
109
|
},
|
|
109
110
|
"homepage": "https://xylabs.com",
|
|
110
111
|
"keywords": [
|
|
@@ -148,5 +149,5 @@
|
|
|
148
149
|
"compile": "tsc --build tsconfig.build.cjs.json && tsc --build tsconfig.build.esm.json"
|
|
149
150
|
},
|
|
150
151
|
"sideEffects": false,
|
|
151
|
-
"version": "2.17.
|
|
152
|
+
"version": "2.17.1"
|
|
152
153
|
}
|