Skip to content

Commit 2a2c33f

Browse files
ci: Use publish function from @tanstack/config (#552)
* ci: Use publish function from @tanstack/config * Remove unnecessary deps
1 parent ae46035 commit 2a2c33f

File tree

6 files changed

+27
-607
lines changed

6 files changed

+27
-607
lines changed

package.json

+1-16
Original file line numberDiff line numberDiff line change
@@ -33,41 +33,28 @@
3333
},
3434
"namespace": "@tanstack",
3535
"devDependencies": {
36-
"@commitlint/parse": "^18.4.3",
3736
"@solidjs/testing-library": "^0.8.5",
38-
"@tanstack/config": "^0.1.1",
37+
"@tanstack/config": "^0.1.6",
3938
"@testing-library/jest-dom": "^6.1.5",
4039
"@testing-library/react": "^14.1.2",
4140
"@testing-library/react-hooks": "^8.0.1",
4241
"@testing-library/user-event": "^14.4.3",
4342
"@testing-library/vue": "^7.0.0",
44-
"@types/current-git-branch": "^1.1.6",
4543
"@types/eslint": "^8.56.0",
46-
"@types/git-log-parser": "^1.2.3",
4744
"@types/jest": "^26.0.4",
48-
"@types/jsonfile": "^6.1.4",
49-
"@types/luxon": "^2.3.1",
5045
"@types/node": "^18.19.3",
5146
"@types/react": "^18.2.45",
5247
"@types/react-dom": "^18.0.5",
53-
"@types/semver": "^7.5.6",
54-
"@types/stream-to-array": "^2.3.3",
5548
"@typescript-eslint/eslint-plugin": "^6.4.1",
5649
"@typescript-eslint/parser": "^6.4.1",
5750
"@vitest/coverage-istanbul": "^1.1.0",
58-
"axios": "^1.6.2",
59-
"chalk": "^5.3.0",
60-
"current-git-branch": "^1.1.0",
6151
"eslint": "^8.56.0",
6252
"eslint-config-prettier": "^9.1.0",
6353
"eslint-import-resolver-typescript": "^3.6.1",
6454
"eslint-plugin-import": "^2.29.1",
6555
"eslint-plugin-react": "^7.33.2",
6656
"eslint-plugin-react-hooks": "^4.6.0",
67-
"git-log-parser": "^1.2.0",
6857
"jsdom": "^23.0.1",
69-
"jsonfile": "^6.1.0",
70-
"luxon": "^3.4.4",
7158
"nx": "^17.2.8",
7259
"prettier": "^4.0.0-alpha.8",
7360
"publint": "^0.2.7",
@@ -76,9 +63,7 @@
7663
"react-dom": "^18.2.0",
7764
"react-dom-17": "npm:react-dom@^17.0.2",
7865
"rimraf": "^5.0.5",
79-
"semver": "^7.5.4",
8066
"solid-js": "^1.7.8",
81-
"stream-to-array": "^2.3.0",
8267
"type-fest": "^4.8.3",
8368
"typescript": "^5.2.2",
8469
"typescript49": "npm:[email protected]",

pnpm-lock.yaml

+6-78
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)