es-toolkit 1.44.0-dev.1728 → 1.44.0-dev.1729

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
- "version": "1.44.0-dev.1728+7ab55da7",
3
+ "version": "1.44.0-dev.1729+28f518de",
4
4
  "description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
5
5
  "homepage": "https://es-toolkit.dev",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",
@@ -156,7 +156,7 @@
156
156
  "build": "rollup -c rollup.config.mjs && ./.scripts/postbuild.sh",
157
157
  "format": "prettier --write .",
158
158
  "gen:bundle-size": "node ./.scripts/generate-bundle-size.mjs",
159
- "lint": "eslint --config eslint.config.mjs",
159
+ "lint": "eslint --config eslint.config.mjs --concurrency=auto",
160
160
  "packlint": "packlint sort -R",
161
161
  "prepack": "yarn build",
162
162
  "test": "vitest --coverage --typecheck",
@@ -167,7 +167,7 @@
167
167
  "@arethetypeswrong/cli": "^0.15.3",
168
168
  "@changesets/changelog-github": "^0.5.0",
169
169
  "@changesets/cli": "^2.27.1",
170
- "@eslint/js": "^9.9.0",
170
+ "@eslint/js": "^9.39.2",
171
171
  "@rollup/plugin-terser": "^0.4.4",
172
172
  "@rollup/plugin-typescript": "^12.1.0",
173
173
  "@trivago/prettier-plugin-sort-imports": "^4.3.0",
@@ -181,7 +181,7 @@
181
181
  "@vitest/eslint-plugin": "^1.6.6",
182
182
  "@vue/compiler-sfc": "^3.5.10",
183
183
  "broken-link-checker": "^0.7.8",
184
- "eslint": "^9.22.0",
184
+ "eslint": "^9.39.2",
185
185
  "eslint-config-prettier": "^9.1.0",
186
186
  "eslint-plugin-no-for-of-array": "^0.0.1",
187
187
  "eslint-plugin-prettier": "^5.2.1",