Skip to content

Commit 43989f2

Browse files
authoredJan 4, 2024
ci: Use publish function from @tanstack/config (#5257)
* feat: Use publish function from @tanstack/config * Run script * Update lockfile * Update semver range * Update @tanstack/config * Remove unused types
1 parent 8a14fa6 commit 43989f2

File tree

53 files changed

+692
-819
lines changed

Some content is hidden

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

53 files changed

+692
-819
lines changed
 

‎examples/react/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-table": "8.11.2",
12+
"@tanstack/react-table": "^8.11.3",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

‎examples/react/bootstrap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-table": "8.11.2",
12+
"@tanstack/react-table": "^8.11.3",
1313
"bootstrap": "^5.2.3",
1414
"react": "^18.2.0",
1515
"react-bootstrap": "2.6.0",

0 commit comments

Comments
 (0)
Please sign in to comment.