|
24 | 24 | "dev": "pnpm run watch", |
25 | 25 | "prettier": "prettier --plugin-search-dir . \"{packages,examples,scripts}/**/*.{md,js,jsx,cjs,ts,tsx,json,vue,svelte}\"", |
26 | 26 | "prettier:write": "pnpm run prettier --write", |
27 | | - "cipublish": "ts-node scripts/publish.ts", |
28 | | - "validatePackages": "ts-node scripts/validate-packages.ts" |
| 27 | + "cipublish": "node scripts/publish.mjs" |
29 | 28 | }, |
30 | 29 | "nx": { |
31 | 30 | "includedScripts": [ |
|
39 | 38 | "@babel/preset-env": "^7.16.11", |
40 | 39 | "@babel/preset-react": "^7.16.7", |
41 | 40 | "@babel/preset-typescript": "^7.16.7", |
42 | | - "@commitlint/parse": "^16.2.1", |
43 | 41 | "@faker-js/faker": "^6.3.1", |
44 | 42 | "@rollup/plugin-babel": "^5.3.1", |
45 | 43 | "@rollup/plugin-commonjs": "22.0.1", |
46 | 44 | "@rollup/plugin-node-resolve": "^13.2.1", |
47 | 45 | "@rollup/plugin-replace": "^4.0.0", |
| 46 | + "@tanstack/publish-config": "^0.1.1", |
48 | 47 | "@testing-library/jest-dom": "^5.16.4", |
49 | 48 | "@testing-library/react": "^13.0.0", |
50 | 49 | "@testing-library/react-17": "npm:@testing-library/react@12.1.4", |
51 | 50 | "@testing-library/react-hooks": "^7.0.2", |
52 | 51 | "@testing-library/user-event": "14.4.3", |
53 | 52 | "@types/jest": "^26.0.4", |
54 | | - "@types/luxon": "^2.3.1", |
55 | | - "@types/node": "^17.0.25", |
| 53 | + "@types/node": "^22.15.3", |
56 | 54 | "@types/react": "^18.0.14", |
57 | 55 | "@types/react-dom": "^18.0.5", |
58 | | - "@types/semver": "^7.3.13", |
59 | 56 | "@types/testing-library__jest-dom": "^5.14.5", |
60 | 57 | "@typescript-eslint/eslint-plugin": "^5.41.0", |
61 | 58 | "@typescript-eslint/parser": "^5.41.0", |
|
65 | 62 | "babel-plugin-transform-async-to-promises": "^0.8.18", |
66 | 63 | "babel-preset-solid": "^1.5.4", |
67 | 64 | "bundlewatch": "^0.3.2", |
68 | | - "chalk": "^4.1.2", |
69 | 65 | "concurrently": "^7.1.0", |
70 | | - "current-git-branch": "^1.1.0", |
71 | 66 | "eslint": "^8.34.0", |
72 | 67 | "eslint-config-prettier": "^8.8.0", |
73 | 68 | "eslint-import-resolver-typescript": "^3.5.5", |
|
76 | 71 | "eslint-plugin-react": "^7.32.2", |
77 | 72 | "eslint-plugin-react-hooks": "^4.6.0", |
78 | 73 | "expect-type": "^1.2.1", |
79 | | - "git-log-parser": "^1.2.0", |
80 | 74 | "jest": "^27.5.1", |
81 | | - "jsonfile": "^6.1.0", |
82 | | - "luxon": "^2.3.2", |
83 | 75 | "nx": "16.7.4", |
84 | 76 | "nx-cloud": "16.3.0", |
85 | 77 | "prettier": "^2.6.2", |
|
94 | 86 | "rollup-plugin-size": "^0.2.2", |
95 | 87 | "rollup-plugin-terser": "^7.0.2", |
96 | 88 | "rollup-plugin-visualizer": "^5.6.0", |
97 | | - "semver": "^7.3.8", |
98 | 89 | "solid-js": "^1.5.7", |
99 | 90 | "solid-testing-library": "^0.3.0", |
100 | | - "stream-to-array": "^2.3.0", |
101 | 91 | "ts-jest": "^27.1.1", |
102 | 92 | "ts-node": "^10.7.0", |
103 | 93 | "typescript": "^4.7.4", |
|
0 commit comments