|
1 | 1 | { |
2 | 2 | "name": "@h3ravel/collect.js", |
3 | | - "version": "5.3.6", |
| 3 | + "version": "5.3.7", |
4 | 4 | "description": "Convenient and dependency free wrapper for working with arrays and objects (maintained).", |
5 | 5 | "typings": "index.d.ts", |
6 | 6 | "type": "module", |
|
30 | 30 | "all": "pnpm run barrel && pnpm run build && pnpm test --watch=false && pnpm run eslint && pnpm run validate-version", |
31 | 31 | "lint": "eslint . --ext .ts --ext .js", |
32 | 32 | "pretest": "pnpm run transpile", |
33 | | - "test": "vitest", |
| 33 | + "test": "vitest run", |
| 34 | + "test:watch": "vitest --watch", |
34 | 35 | "barrel": "barrelize >/dev/null", |
35 | 36 | "coverage": "vitest --coverage", |
36 | | - "transpile": "tsdown --config-loader unconfig", |
| 37 | + "transpile": "tsdown --config-loader unrun", |
37 | 38 | "readme": "node documentor/bundle.js", |
38 | 39 | "build": "pnpm run transpile && pnpm run readme", |
39 | 40 | "eslint": "pnpm eslint:fix", |
|
91 | 92 | "url": "https://github.com/h3ravel/collect.js/issues" |
92 | 93 | }, |
93 | 94 | "devDependencies": { |
94 | | - "@eslint/js": "^9.39.2", |
95 | | - "@eslint/markdown": "^7.5.1", |
96 | | - "@types/node": "^25.0.3", |
97 | | - "@typescript-eslint/eslint-plugin": "^8.44.0", |
98 | | - "@typescript-eslint/parser": "^8.44.0", |
99 | | - "@vitest/coverage-v8": "4.0.16", |
| 95 | + "@eslint/js": "^10.0.1", |
| 96 | + "@eslint/markdown": "^8.0.2", |
| 97 | + "@types/node": "^25.9.3", |
| 98 | + "@typescript-eslint/eslint-plugin": "^8.61.0", |
| 99 | + "@typescript-eslint/parser": "^8.61.0", |
| 100 | + "@vitest/coverage-v8": "4.1.8", |
100 | 101 | "barrelize": "^1.6.4", |
101 | | - "eslint": "^9.39.2", |
102 | | - "eslint-plugin-import": "^2.32.0", |
103 | | - "tsdown": "^0.16.0", |
104 | | - "typescript": "^5.9.2", |
105 | | - "typescript-eslint": "^8.50.0", |
106 | | - "vitepress": "2.0.0-alpha.15", |
107 | | - "vitest": "^4.0.16", |
| 102 | + "eslint": "^10.4.1", |
| 103 | + "tsdown": "^0.22.2", |
| 104 | + "typescript": "^6.0.3", |
| 105 | + "typescript-eslint": "^8.61.0", |
| 106 | + "vitepress": "2.0.0-alpha.17", |
| 107 | + "vitest": "^4.1.8", |
108 | 108 | "vue": "^3.5.26" |
109 | 109 | }, |
110 | 110 | "packageManager": "pnpm@10.18.2" |
|
0 commit comments