es-toolkit 1.16.0-dev.460 → 1.16.0-dev.462

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