|
3 | 3 | "private": true, |
4 | 4 | "repository": "https://github.com/tanstack/table.git", |
5 | 5 | "packageManager": "pnpm@8.12.1", |
| 6 | + "type": "module", |
6 | 7 | "scripts": { |
7 | 8 | "clean": "pnpm --filter \"./packages/**\" run clean", |
8 | 9 | "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", |
|
15 | 16 | "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all", |
16 | 17 | "dev": "pnpm run watch", |
17 | 18 | "prettier": "prettier \"packages/*/{src/**,examples/**/src/**}.{md,js,jsx,ts,tsx,json}\" --write", |
18 | | - "cipublish": "ts-node scripts/publish.ts", |
19 | | - "cipublishforce": "CI=true pnpm run cipublish", |
| 19 | + "cipublish": "node scripts/publish.js", |
20 | 20 | "test:pr": "nx affected --targets=test:lib,test:types,build --exclude=examples/**", |
21 | 21 | "test:ci": "nx run-many --targets=test:lib,test:types,build --exclude=examples/**" |
22 | 22 | }, |
|
29 | 29 | "@babel/preset-env": "^7.21.5", |
30 | 30 | "@babel/preset-react": "^7.18.6", |
31 | 31 | "@babel/preset-typescript": "^7.21.5", |
32 | | - "@commitlint/parse": "^16.2.1", |
| 32 | + "@commitlint/parse": "^18.4.3", |
33 | 33 | "@faker-js/faker": "^8.3.1", |
34 | 34 | "@rollup/plugin-babel": "^6.0.3", |
35 | 35 | "@rollup/plugin-commonjs": "^25.0.7", |
|
39 | 39 | "@testing-library/react": "^12.1.2", |
40 | 40 | "@testing-library/react-hooks": "^7.0.2", |
41 | 41 | "@tsconfig/svelte": "^3.0.0", |
| 42 | + "@types/current-git-branch": "^1.1.6", |
| 43 | + "@types/git-log-parser": "^1.2.3", |
| 44 | + "@types/jsonfile": "^6.1.4", |
42 | 45 | "@types/luxon": "^2.3.1", |
43 | 46 | "@types/node": "^18.15.10", |
44 | 47 | "@types/react": "^18.2.45", |
45 | 48 | "@types/react-dom": "^18.2.18", |
46 | 49 | "@types/semver": "^7.3.10", |
| 50 | + "@types/stream-to-array": "^2.3.3", |
47 | 51 | "axios": "^0.26.1", |
48 | 52 | "babel-plugin-transform-async-to-promises": "^0.8.18", |
| 53 | + "chalk": "^5.3.0", |
49 | 54 | "concurrently": "^7.1.0", |
50 | 55 | "current-git-branch": "^1.1.0", |
51 | 56 | "git-log-parser": "^1.2.0", |
52 | 57 | "jsdom": "^21.1.1", |
| 58 | + "jsonfile": "^6.1.0", |
53 | 59 | "luxon": "^2.3.2", |
54 | 60 | "nx": "^17.2.7", |
55 | 61 | "prettier": "^3.0.3", |
|
61 | 67 | "rollup-plugin-svelte": "^7.1.0", |
62 | 68 | "rollup-plugin-terser": "^7.0.2", |
63 | 69 | "rollup-plugin-visualizer": "^5.6.0", |
| 70 | + "semver": "^7.5.4", |
64 | 71 | "solid-js": "^1.6.2", |
65 | 72 | "stream-to-array": "^2.3.0", |
66 | 73 | "svelte": "^3.49.0", |
67 | | - "ts-node": "^10.9.2", |
| 74 | + "type-fest": "^4.8.3", |
68 | 75 | "typescript": "5.2.2", |
69 | 76 | "vitest": "^0.29.3", |
70 | 77 | "vue": "^3.2.33" |
|
0 commit comments