Skip to content

Commit a9a7668

Browse files
authoredJan 15, 2024
chore: upgrade example versions and deps (#5278)
1 parent f61a022 commit a9a7668

File tree

48 files changed

+1109
-939
lines changed

Some content is hidden

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

48 files changed

+1109
-939
lines changed
 

‎examples/react/bootstrap/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-table": "^8.11.3",
13-
"bootstrap": "^5.2.3",
12+
"@tanstack/react-table": "^8.11.6",
13+
"bootstrap": "^5.3.2",
1414
"react": "^18.2.0",
15-
"react-bootstrap": "2.6.0",
15+
"react-bootstrap": "2.9.2",
1616
"react-dom": "^18.2.0"
1717
},
1818
"devDependencies": {
1919
"@faker-js/faker": "^8.3.1",
2020
"@rollup/plugin-replace": "^5.0.5",
21-
"@types/bootstrap": "^5.2.6",
22-
"@types/react-bootstrap": "^0.32.32",
21+
"@types/bootstrap": "^5.2.10",
22+
"@types/react-bootstrap": "^0.32.35",
2323
"@vitejs/plugin-react": "^4.2.1",
2424
"vite": "^5.0.11"
2525
}

‎examples/react/column-dnd/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@faker-js/faker": "^8.3.1",
13-
"@tanstack/react-table": "^8.11.3",
13+
"@tanstack/react-table": "^8.11.6",
1414
"react": "^18.2.0",
1515
"react-dnd": "^16.0.1",
1616
"react-dnd-html5-backend": "^16.0.1",

0 commit comments

Comments
 (0)
Please sign in to comment.