|
2 | 2 | "name": "@tanstack/config", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.8.7", |
5 | | - "packageManager": "pnpm@9.2.0", |
| 5 | + "packageManager": "pnpm@9.4.0", |
6 | 6 | "description": "Configuration and tools for publishing and maintaining TanStack projects.", |
7 | 7 | "author": "tannerlinsley", |
8 | 8 | "license": "MIT", |
|
19 | 19 | "exports": { |
20 | 20 | "./eslint": { |
21 | 21 | "import": { |
22 | | - "types": "./src/eslint/index.d.ts", |
23 | 22 | "default": "./src/eslint/index.js" |
24 | 23 | } |
25 | 24 | }, |
|
72 | 71 | }, |
73 | 72 | "dependencies": { |
74 | 73 | "@commitlint/parse": "^19.0.3", |
75 | | - "@eslint/js": "^9.5.0", |
| 74 | + "@eslint/js": "^8.57.0", |
76 | 75 | "commander": "^12.1.0", |
77 | 76 | "current-git-branch": "^1.1.0", |
78 | 77 | "esbuild-register": "^3.5.0", |
79 | 78 | "eslint-config-prettier": "^9.1.0", |
80 | 79 | "eslint-plugin-import-x": "^0.5.1", |
| 80 | + "eslint-plugin-unicorn": "^54.0.0", |
81 | 81 | "globals": "^15.6.0", |
82 | 82 | "interpret": "^3.1.1", |
83 | 83 | "jsonfile": "^6.1.0", |
|
100 | 100 | "@types/jsonfile": "^6.1.4", |
101 | 101 | "@types/liftoff": "^4.0.3", |
102 | 102 | "@types/minimist": "^1.2.5", |
103 | | - "@types/node": "^20.14.2", |
| 103 | + "@types/node": "^20.14.9", |
104 | 104 | "@types/semver": "^7.5.8", |
105 | 105 | "@types/v8flags": "^3.1.3", |
106 | 106 | "eslint": "^8.57.0", |
107 | 107 | "jsdom": "^24.1.0", |
108 | | - "nx": "^19.2.2", |
| 108 | + "nx": "^19.3.2", |
109 | 109 | "prettier": "^3.3.2", |
110 | 110 | "publint": "^0.2.8", |
111 | | - "type-fest": "^4.20.0", |
112 | | - "typescript": "^5.4.5", |
113 | | - "vite": "^5.2.13", |
| 111 | + "type-fest": "^4.20.1", |
| 112 | + "typescript": "^5.5.2", |
| 113 | + "vite": "^5.3.2", |
114 | 114 | "vitest": "^1.6.0" |
115 | 115 | } |
116 | 116 | } |
0 commit comments