es-toolkit 1.33.0-dev.1028 → 1.33.0-dev.1030
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 +5 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-toolkit",
|
|
3
3
|
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
|
|
4
|
-
"version": "1.33.0-dev.
|
|
4
|
+
"version": "1.33.0-dev.1030+baa9522c",
|
|
5
5
|
"homepage": "https://es-toolkit.slash.page",
|
|
6
6
|
"bugs": "https://github.com/toss/es-toolkit/issues",
|
|
7
7
|
"repository": {
|
|
@@ -265,10 +265,11 @@
|
|
|
265
265
|
"@types/jscodeshift": "^0.12.0",
|
|
266
266
|
"@types/node": "^22.7.4",
|
|
267
267
|
"@types/tar": "^6.1.13",
|
|
268
|
+
"@typescript-eslint/parser": "^8.26.1",
|
|
268
269
|
"@vitest/coverage-istanbul": "^2.1.2",
|
|
269
270
|
"@vue/compiler-sfc": "^3.5.10",
|
|
270
271
|
"broken-link-checker": "^0.7.8",
|
|
271
|
-
"eslint": "^9.
|
|
272
|
+
"eslint": "^9.22.0",
|
|
272
273
|
"eslint-config-prettier": "^9.1.0",
|
|
273
274
|
"eslint-plugin-no-for-of-array": "^0.0.1",
|
|
274
275
|
"eslint-plugin-prettier": "^5.2.1",
|
|
@@ -284,8 +285,8 @@
|
|
|
284
285
|
"tar": "^6",
|
|
285
286
|
"tslib": "^2.6.3",
|
|
286
287
|
"tsx": "^4.19.0",
|
|
287
|
-
"typescript": "^5.
|
|
288
|
-
"typescript-eslint": "^8.
|
|
288
|
+
"typescript": "^5.8.2",
|
|
289
|
+
"typescript-eslint": "^8.6.0",
|
|
289
290
|
"vitest": "^2.1.2"
|
|
290
291
|
},
|
|
291
292
|
"dependenciesMeta": {
|