Skip to content

Commit 9967e63

Browse files
committed
Fix package.json
1 parent 4526419 commit 9967e63

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

examples/react/saas-large/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@tanstack/nitro-v2-vite-plugin": "^1.132.31",
1919
"@tanstack/query-core": "^5.90.5",
2020
"@tanstack/query-db-collection": "https://pkg.pr.new/@tanstack/query-db-collection@681",
21-
"@tanstack/react-db": "workspace:^",
21+
"@tanstack/react-db": "https://pkg.pr.new/@tanstack/react-db@681",
2222
"@tanstack/react-devtools": "^0.7.0",
2323
"@tanstack/react-router": "^1.133.3",
2424
"@tanstack/react-router-devtools": "^1.133.3",
@@ -35,7 +35,7 @@
3535
"tailwindcss": "^4.0.6",
3636
"vite-plugin-capsize-radix": "^0.1.1",
3737
"vite-tsconfig-paths": "^5.1.4",
38-
"zod": "^4.1.12"
38+
"zod": "^3.23.8"
3939
},
4040
"devDependencies": {
4141
"@testing-library/dom": "^10.4.0",
@@ -50,4 +50,4 @@
5050
"vitest": "^3.0.5",
5151
"web-vitals": "^5.1.0"
5252
}
53-
}
53+
}

package.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,8 @@
4040
"eslint-plugin-prettier": "^5.5.4",
4141
"eslint-plugin-react": "^7.37.5",
4242
"husky": "^9.1.7",
43-
<<<<<<< HEAD
44-
"jsdom": "^27.0.1",
45-
"knip": "^5.66.1",
46-
||||||| parent of cc2a8d13 (use pre-created collection for useLiveInfiniteQuery)
47-
"jsdom": "^27.0.0",
48-
"knip": "^5.64.3",
49-
=======
5043
"jsdom": "^27.0.0",
5144
"knip": "^5.65.0",
52-
>>>>>>> cc2a8d13 (use pre-created collection for useLiveInfiniteQuery)
5345
"lint-staged": "^15.5.2",
5446
"markdown-link-extractor": "^4.0.2",
5547
"mitt": "^3.0.1",
@@ -58,16 +50,8 @@
5850
"sherif": "^1.6.1",
5951
"shx": "^0.4.0",
6052
"tinyglobby": "^0.2.15",
61-
<<<<<<< HEAD
62-
"typescript": "^5.9.2",
63-
"vite": "^7.1.10",
64-
||||||| parent of cc2a8d13 (use pre-created collection for useLiveInfiniteQuery)
65-
"typescript": "^5.9.2",
66-
"vite": "^7.1.9",
67-
=======
6853
"typescript": "^5.9.3",
6954
"vite": "^7.1.10",
70-
>>>>>>> cc2a8d13 (use pre-created collection for useLiveInfiniteQuery)
7155
"vitest": "^3.2.4",
7256
"zod": "^3.25.76"
7357
},

0 commit comments

Comments
 (0)