|
2 | 2 | "name": "tanstack-query-callbacks",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.2.0",
|
5 |
| - "packageManager": "pnpm@8.15.1", |
| 5 | + "packageManager": "pnpm@8.15.7", |
6 | 6 | "author": "zhong666 <hi@zhong666.me>",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "keywords": [
|
|
83 | 83 | "devDependencies": {
|
84 | 84 | "@aa900031/eslint-config": "^1.3.0",
|
85 | 85 | "@release-it/conventional-changelog": "^7.0.2",
|
86 |
| - "@tanstack/query-core": "^5.18.1", |
| 86 | + "@tanstack/query-core": "^5.32.0", |
87 | 87 | "@tanstack/query-core-v4": "npm:@tanstack/query-core@^4.36.1",
|
88 |
| - "@tanstack/react-query": "^5.18.1", |
| 88 | + "@tanstack/react-query": "^5.32.0", |
89 | 89 | "@tanstack/react-query-v4": "npm:@tanstack/react-query@^4.36.1",
|
90 |
| - "@tanstack/vue-query": "^5.18.1", |
| 90 | + "@tanstack/vue-query": "^5.32.0", |
91 | 91 | "@tanstack/vue-query-v4": "npm:@tanstack/vue-query@^4.37.1",
|
92 |
| - "@testing-library/react": "14.2.1", |
93 |
| - "@testing-library/vue": "^8.0.1", |
94 |
| - "@tsconfig/node18": "^18.2.2", |
95 |
| - "@types/node": "^18.19.14", |
96 |
| - "@types/react": "^18.2.51", |
97 |
| - "@types/react-dom": "^18.2.18", |
98 |
| - "@vitest/coverage-istanbul": "^1.2.2", |
99 |
| - "@vitest/ui": "^1.2.2", |
| 92 | + "@testing-library/react": "14.3.1", |
| 93 | + "@testing-library/vue": "^8.0.3", |
| 94 | + "@tsconfig/node18": "^18.2.4", |
| 95 | + "@types/node": "^18.19.31", |
| 96 | + "@types/react": "^18.3.0", |
| 97 | + "@types/react-dom": "^18.3.0", |
| 98 | + "@vitest/coverage-istanbul": "^1.5.2", |
| 99 | + "@vitest/ui": "^1.5.2", |
100 | 100 | "@vue/composition-api": "^1.7.2",
|
101 | 101 | "conventional-changelog-unjs": "^0.1.1",
|
102 |
| - "eslint": "^8.56.0", |
| 102 | + "eslint": "^8.57.0", |
103 | 103 | "happy-dom": "^12.10.3",
|
104 | 104 | "npm-run-all2": "^6.1.2",
|
105 |
| - "react": "^18.2.0", |
106 |
| - "react-dom": "^18.2.0", |
| 105 | + "react": "^18.3.0", |
| 106 | + "react-dom": "^18.3.0", |
107 | 107 | "release-it": "^16.3.0",
|
108 |
| - "typescript": "^5.3.3", |
| 108 | + "typescript": "^5.4.5", |
109 | 109 | "unbuild": "^2.0.0",
|
110 |
| - "vitest": "^1.2.2", |
111 |
| - "vue": "^3.4.15", |
112 |
| - "vue-2": "npm:vue@2.7", |
113 |
| - "vue-2.7": "npm:vue@2.7" |
| 110 | + "vitest": "^1.5.2", |
| 111 | + "vue": "^3.4.25", |
| 112 | + "vue-2": "npm:vue@2.7.16", |
| 113 | + "vue-2.7": "npm:vue@2.7.16" |
114 | 114 | }
|
115 | 115 | }
|
0 commit comments