Skip to content

Commit e5af2cc

Browse files
committed
chore: package upgrades
1 parent 70dbd62 commit e5af2cc

File tree

78 files changed

+1536
-1370
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1536
-1370
lines changed

examples/angular/remote-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@angular/cli": "^21.2.7",
3232
"@angular/compiler-cli": "^21.2.8",
3333
"@types/express": "^5.0.6",
34-
"@types/node": "^25.5.2",
34+
"@types/node": "^25.6.0",
3535
"tslib": "^2.8.1",
3636
"typescript": "6.0.2"
3737
}

examples/preact/basic-external-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@faker-js/faker": "^10.4.0",
15-
"@tanstack/preact-store": "^0.11.3",
15+
"@tanstack/preact-store": "^0.12.0",
1616
"@tanstack/preact-table": "^9.0.0-alpha.32",
1717
"preact": "^10.29.1"
1818
},

examples/preact/basic-external-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@faker-js/faker": "^10.4.0",
15-
"@tanstack/preact-store": "^0.11.3",
15+
"@tanstack/preact-store": "^0.12.0",
1616
"@tanstack/preact-table": "^9.0.0-alpha.32",
1717
"preact": "^10.29.1"
1818
},

examples/preact/composable-tables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@faker-js/faker": "^10.4.0",
15-
"@tanstack/preact-store": "^0.11.3",
15+
"@tanstack/preact-store": "^0.12.0",
1616
"@tanstack/preact-table": "^9.0.0-alpha.32",
1717
"preact": "^10.29.1"
1818
},

examples/preact/pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@faker-js/faker": "^10.4.0",
15-
"@tanstack/preact-store": "^0.11.3",
15+
"@tanstack/preact-store": "^0.12.0",
1616
"@tanstack/preact-table": "^9.0.0-alpha.32",
1717
"preact": "^10.29.1"
1818
},

examples/preact/row-selection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@faker-js/faker": "^10.4.0",
15-
"@tanstack/preact-store": "^0.11.3",
15+
"@tanstack/preact-store": "^0.12.0",
1616
"@tanstack/preact-table": "^9.0.0-alpha.32",
1717
"preact": "^10.29.1"
1818
},

examples/preact/with-tanstack-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"@faker-js/faker": "^10.4.0",
15-
"@tanstack/preact-query": "^5.96.2",
16-
"@tanstack/preact-store": "^0.11.3",
15+
"@tanstack/preact-query": "^5.99.0",
16+
"@tanstack/preact-store": "^0.12.0",
1717
"@tanstack/preact-table": "^9.0.0-alpha.32",
1818
"preact": "^10.29.1"
1919
},

examples/react/basic-external-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@faker-js/faker": "^10.4.0",
15-
"@tanstack/react-store": "^0.9.3",
15+
"@tanstack/react-store": "^0.10.0",
1616
"@tanstack/react-table": "^9.0.0-alpha.32",
1717
"react": "^19.2.5",
1818
"react-dom": "^19.2.5"

examples/react/basic-external-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@faker-js/faker": "^10.4.0",
15-
"@tanstack/react-store": "^0.9.3",
15+
"@tanstack/react-store": "^0.10.0",
1616
"@tanstack/react-table": "^9.0.0-alpha.32",
1717
"react": "^19.2.5",
1818
"react-dom": "^19.2.5"

examples/react/basic-shadcn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@tanstack/react-table": "^9.0.0-alpha.32",
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
20-
"lucide-react": "^1.7.0",
20+
"lucide-react": "^1.8.0",
2121
"react": "^19.2.5",
2222
"react-dom": "^19.2.5",
2323
"tailwind-merge": "^3.5.0",

0 commit comments

Comments
 (0)