Skip to content

Commit

Permalink
fix: downgrade typedoc to 0.26 (#184)
Browse files Browse the repository at this point in the history
* fix: downgrade typedoc to 0.26

* pnpm dedupe
  • Loading branch information
lachlancollins authored Dec 6, 2024
1 parent e268a08 commit 02c62f5
Show file tree
Hide file tree
Showing 5 changed files with 501 additions and 259 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0
22.12.0
10 changes: 5 additions & 5 deletions integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"test:build": "vite build && vitest && publint --strict"
},
"dependencies": {
"@tanstack/query-core": "^5.62.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"@tanstack/query-core": "^5.62.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tanstack/config": "workspace:*",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"cipublishforce": "CI=true pnpm cipublish"
},
"devDependencies": {
"@types/node": "^22.9.3",
"@types/node": "^22.10.1",
"jsdom": "^25.0.1",
"nx": "^20.1.4",
"prettier": "^3.4.1",
"nx": "^20.2.0",
"prettier": "^3.4.2",
"publint": "^0.2.12",
"sherif": "^1.0.2",
"typescript": "^5.5.3",
"vite": "^5.4.11",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
}
}
12 changes: 6 additions & 6 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"commander": "^12.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.6.0",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-import-x": "^4.5.0",
"eslint-plugin-n": "^17.14.0",
"globals": "^15.13.0",
"interpret": "^3.1.1",
Expand All @@ -75,10 +75,10 @@
"rollup-plugin-preserve-directives": "^0.4.0",
"semver": "^7.6.3",
"simple-git": "^3.27.0",
"typedoc": "^0.27.2",
"typedoc-plugin-frontmatter": "^1.1.0",
"typedoc-plugin-markdown": "^4.3.1",
"typescript-eslint": "^8.16.0",
"typedoc": "0.26.11",
"typedoc-plugin-frontmatter": "1.0.0",
"typedoc-plugin-markdown": "4.2.10",
"typescript-eslint": "^8.17.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "4.0.3",
"vite-plugin-externalize-deps": "^0.8.0",
Expand All @@ -94,6 +94,6 @@
"@types/semver": "^7.5.8",
"@types/v8flags": "^3.1.3",
"eslint": "^9.16.0",
"type-fest": "^4.29.1"
"type-fest": "^4.30.0"
}
}
Loading

0 comments on commit 02c62f5

Please sign in to comment.