Skip to content

Commit 02c62f5

Browse files
fix: downgrade typedoc to 0.26 (#184)
* fix: downgrade typedoc to 0.26 * pnpm dedupe
1 parent e268a08 commit 02c62f5

File tree

5 files changed

+501
-259
lines changed

5 files changed

+501
-259
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.11.0
1+
22.12.0

integrations/react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"test:build": "vite build && vitest && publint --strict"
2626
},
2727
"dependencies": {
28-
"@tanstack/query-core": "^5.62.0",
29-
"react": "^18.3.1",
30-
"react-dom": "^18.3.1"
28+
"@tanstack/query-core": "^5.62.2",
29+
"react": "^19.0.0",
30+
"react-dom": "^19.0.0"
3131
},
3232
"devDependencies": {
3333
"@tanstack/config": "workspace:*",
34-
"@types/react": "^18.3.12",
35-
"@types/react-dom": "^18.3.1",
34+
"@types/react": "^19.0.0",
35+
"@types/react-dom": "^19.0.0",
3636
"@vitejs/plugin-react": "^4.3.4"
3737
}
3838
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"cipublishforce": "CI=true pnpm cipublish"
2424
},
2525
"devDependencies": {
26-
"@types/node": "^22.9.3",
26+
"@types/node": "^22.10.1",
2727
"jsdom": "^25.0.1",
28-
"nx": "^20.1.4",
29-
"prettier": "^3.4.1",
28+
"nx": "^20.2.0",
29+
"prettier": "^3.4.2",
3030
"publint": "^0.2.12",
3131
"sherif": "^1.0.2",
3232
"typescript": "^5.5.3",
3333
"vite": "^5.4.11",
34-
"vitest": "^2.1.6"
34+
"vitest": "^2.1.8"
3535
}
3636
}

packages/config/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"commander": "^12.1.0",
6666
"current-git-branch": "^1.1.0",
6767
"esbuild-register": "^3.6.0",
68-
"eslint-plugin-import-x": "^4.4.3",
68+
"eslint-plugin-import-x": "^4.5.0",
6969
"eslint-plugin-n": "^17.14.0",
7070
"globals": "^15.13.0",
7171
"interpret": "^3.1.1",
@@ -75,10 +75,10 @@
7575
"rollup-plugin-preserve-directives": "^0.4.0",
7676
"semver": "^7.6.3",
7777
"simple-git": "^3.27.0",
78-
"typedoc": "^0.27.2",
79-
"typedoc-plugin-frontmatter": "^1.1.0",
80-
"typedoc-plugin-markdown": "^4.3.1",
81-
"typescript-eslint": "^8.16.0",
78+
"typedoc": "0.26.11",
79+
"typedoc-plugin-frontmatter": "1.0.0",
80+
"typedoc-plugin-markdown": "4.2.10",
81+
"typescript-eslint": "^8.17.0",
8282
"v8flags": "^4.0.1",
8383
"vite-plugin-dts": "4.0.3",
8484
"vite-plugin-externalize-deps": "^0.8.0",
@@ -94,6 +94,6 @@
9494
"@types/semver": "^7.5.8",
9595
"@types/v8flags": "^3.1.3",
9696
"eslint": "^9.16.0",
97-
"type-fest": "^4.29.1"
97+
"type-fest": "^4.30.0"
9898
}
9999
}

0 commit comments

Comments
 (0)