We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4318bd commit 6d30053Copy full SHA for 6d30053
eslint.config.js
@@ -15,6 +15,8 @@ export default [
15
'no-case-declarations': 'off',
16
'no-shadow': 'off',
17
'unused-imports/no-unused-imports': 'warn',
18
+ 'pnpm/enforce-catalog': 'off',
19
+ 'pnpm/json-enforce-catalog': 'off',
20
},
21
22
]
pnpm-workspace.yaml
@@ -1,3 +1,15 @@
1
packages:
2
- 'examples/**/*'
3
- 'packages/*'
4
+catalog:
5
+ '@tanstack/react-devtools': ^0.1.1
6
+ '@tanstack/react-query': ^5.83.0
7
+ '@tanstack/react-query-devtools': ^5.83.0
8
+ '@tanstack/react-router': ^1.130.2
9
+ '@tanstack/react-router-devtools': ^1.130.2
10
+ '@types/react': ^19.1.2
11
+ '@types/react-dom': ^19.1.2
12
+ '@vitejs/plugin-react': ^4.4.1
13
+ react: ^19.1.0
14
+ react-dom: ^19.1.0
+ vite: ^7.0.6
0 commit comments