es-toolkit 1.16.0-dev.460 → 1.16.0-dev.461
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 +9 -7
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.16.0-dev.
|
|
4
|
+
"version": "1.16.0-dev.461+d4aa7031",
|
|
5
5
|
"homepage": "https://es-toolkit.slash.page",
|
|
6
6
|
"bugs": "https://github.com/toss/es-toolkit/issues",
|
|
7
7
|
"repository": {
|
|
@@ -218,21 +218,22 @@
|
|
|
218
218
|
"@babel/preset-typescript": "^7.24.1",
|
|
219
219
|
"@changesets/changelog-github": "^0.5.0",
|
|
220
220
|
"@changesets/cli": "^2.27.1",
|
|
221
|
+
"@eslint/js": "^9.9.0",
|
|
221
222
|
"@rollup/plugin-terser": "^0.4.4",
|
|
222
223
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
223
224
|
"@types/babel__core": "^7",
|
|
224
225
|
"@types/babel__preset-env": "^7",
|
|
225
226
|
"@types/broken-link-checker": "^0",
|
|
227
|
+
"@types/eslint": "^9",
|
|
226
228
|
"@types/node": "^20.12.11",
|
|
227
229
|
"@types/tar": "^6.1.13",
|
|
228
|
-
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
229
|
-
"@typescript-eslint/parser": "^7.7.1",
|
|
230
230
|
"@vitest/coverage-istanbul": "^1.5.2",
|
|
231
231
|
"broken-link-checker": "^0.7.8",
|
|
232
|
-
"eslint": "^
|
|
233
|
-
"eslint-config-prettier": "^
|
|
234
|
-
"eslint-plugin-jsdoc": "^
|
|
232
|
+
"eslint": "^9.9.0",
|
|
233
|
+
"eslint-config-prettier": "^9.1.0",
|
|
234
|
+
"eslint-plugin-jsdoc": "^50.2.2",
|
|
235
235
|
"execa": "^9.3.0",
|
|
236
|
+
"globals": "^15.9.0",
|
|
236
237
|
"prettier": "^3.2.5",
|
|
237
238
|
"rollup": "^4.19.0",
|
|
238
239
|
"rollup-plugin-dts": "^6.1.1",
|
|
@@ -240,6 +241,7 @@
|
|
|
240
241
|
"tslib": "^2.6.3",
|
|
241
242
|
"tsup": "^8.1.0",
|
|
242
243
|
"typescript": "^5.4.5",
|
|
244
|
+
"typescript-eslint": "^8.1.0",
|
|
243
245
|
"vitest": "^1.5.2"
|
|
244
246
|
},
|
|
245
247
|
"sideEffects": false,
|
|
@@ -248,7 +250,7 @@
|
|
|
248
250
|
"build": "rollup -c rollup.config.mjs && ./.scripts/postbuild.sh",
|
|
249
251
|
"test": "vitest run --coverage --typecheck",
|
|
250
252
|
"bench": "vitest bench",
|
|
251
|
-
"lint": "eslint
|
|
253
|
+
"lint": "eslint --config eslint.config.mjs",
|
|
252
254
|
"format": "prettier --write ."
|
|
253
255
|
},
|
|
254
256
|
"main": "./dist/index.js",
|