|
3 | 3 | "namespace": "@tanstack",
|
4 | 4 | "private": true,
|
5 | 5 | "repository": "https://github.com/tanstack/table.git",
|
6 |
| - "packageManager": "pnpm@8.12.1", |
| 6 | + "packageManager": "pnpm@10.16.1", |
7 | 7 | "type": "module",
|
8 | 8 | "scripts": {
|
9 | 9 | "clean": "pnpm --filter \"./packages/**\" run clean",
|
|
23 | 23 | "dev": "pnpm run watch",
|
24 | 24 | "prettier": "prettier --ignore-unknown '**/*'",
|
25 | 25 | "prettier:write": "pnpm run prettier --write",
|
26 |
| - "cipublish": "node scripts/publish.js", |
27 |
| - "verify-links": "node scripts/verify-links.ts" |
| 26 | + "verify-links": "node scripts/verify-links.ts", |
| 27 | + "cipublish": "node scripts/publish.js" |
28 | 28 | },
|
29 | 29 | "nx": {
|
30 | 30 | "includedScripts": [
|
|
44 | 44 | }
|
45 | 45 | ],
|
46 | 46 | "devDependencies": {
|
47 |
| - "@babel/core": "^7.24.3", |
48 |
| - "@babel/preset-env": "^7.24.3", |
49 |
| - "@babel/preset-react": "^7.24.1", |
50 |
| - "@babel/preset-typescript": "^7.24.1", |
| 47 | + "@babel/core": "^7.24.7", |
| 48 | + "@babel/preset-env": "^7.24.7", |
| 49 | + "@babel/preset-react": "^7.24.7", |
| 50 | + "@babel/preset-typescript": "^7.24.7", |
51 | 51 | "@faker-js/faker": "^8.4.1",
|
52 | 52 | "@rollup/plugin-babel": "^6.0.4",
|
53 |
| - "@rollup/plugin-commonjs": "^25.0.7", |
| 53 | + "@rollup/plugin-commonjs": "^26.0.1", |
54 | 54 | "@rollup/plugin-node-resolve": "^15.2.3",
|
55 |
| - "@rollup/plugin-replace": "^5.0.5", |
| 55 | + "@rollup/plugin-replace": "^5.0.7", |
56 | 56 | "@rollup/plugin-terser": "^0.4.4",
|
57 |
| - "@size-limit/preset-small-lib": "^11.1.2", |
58 |
| - "@tanstack/config": "^0.6.0", |
59 |
| - "@testing-library/jest-dom": "^6.4.2", |
60 |
| - "@testing-library/react": "^14.2.2", |
| 57 | + "@size-limit/preset-small-lib": "^11.1.4", |
| 58 | + "@tanstack/config": "^0.13.0", |
| 59 | + "@testing-library/jest-dom": "^6.4.6", |
| 60 | + "@testing-library/react": "^16.0.0", |
61 | 61 | "@testing-library/react-hooks": "^8.0.1",
|
62 |
| - "@types/node": "^20.11.30", |
63 |
| - "jsdom": "^24.0.0", |
64 |
| - "knip": "^5.5.0", |
65 |
| - "nx": "^18.1.3", |
66 |
| - "prettier": "^4.0.0-alpha.8", |
67 |
| - "prettier-plugin-svelte": "^3.2.2", |
68 |
| - "rimraf": "^5.0.5", |
69 |
| - "rollup": "^4.13.0", |
| 62 | + "@types/node": "^20.14.9", |
| 63 | + "jsdom": "^24.1.0", |
| 64 | + "knip": "^5.23.2", |
| 65 | + "markdown-link-extractor": "^4.0.2", |
| 66 | + "nx": "^19.3.2", |
| 67 | + "prettier": "^3.3.2", |
| 68 | + "prettier-plugin-svelte": "^3.2.5", |
| 69 | + "rimraf": "^5.0.7", |
| 70 | + "rollup": "^4.18.0", |
70 | 71 | "rollup-plugin-size": "^0.3.1",
|
71 |
| - "rollup-plugin-svelte": "^7.2.0", |
| 72 | + "rollup-plugin-svelte": "^7.2.2", |
72 | 73 | "rollup-plugin-visualizer": "^5.12.0",
|
73 |
| - "sherif": "^0.8.1", |
74 |
| - "size-limit": "^11.1.2", |
75 |
| - "typescript": "5.4.3", |
76 |
| - "vitest": "^1.4.0", |
77 |
| - "@types/glob": "^8.1.0", |
78 |
| - "fast-glob": "^3.3.3", |
79 |
| - "glob": "^8.1.0", |
80 |
| - "markdown-link-extractor": "^4.0.2", |
81 |
| - "ts-node": "^10.9.2" |
| 74 | + "sherif": "^0.9.0", |
| 75 | + "size-limit": "^11.1.4", |
| 76 | + "tinyglobby": "^0.2.15", |
| 77 | + "typescript": "5.4.5", |
| 78 | + "vitest": "^1.6.0" |
82 | 79 | }
|
83 | 80 | }
|
0 commit comments