Skip to content

Commit

Permalink
upgrade packages to get same versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jun 15, 2024
1 parent 4226199 commit f985789
Show file tree
Hide file tree
Showing 58 changed files with 360 additions and 542 deletions.
4 changes: 2 additions & 2 deletions examples/lit/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"lit": "^3.1.3"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/lit/column-sizing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lit": "^3.1.3"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/lit/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lit": "^3.1.3"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/lit/row-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lit": "^3.1.3"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/lit/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lit": "^3.1.3"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/qwik/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@builder.io/qwik": "^1.5.2",
"serve": "^14.2.3",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
},
"dependencies": {
"@tanstack/qwik-table": "^9.0.0-alpha.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/qwik/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@faker-js/faker": "^8.4.1",
"serve": "^14.2.3",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
},
"dependencies": {
"@tanstack/qwik-table": "^9.0.0-alpha.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/qwik/row-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@faker-js/faker": "^8.4.1",
"serve": "^14.2.3",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
},
"dependencies": {
"@tanstack/qwik-table": "^9.0.0-alpha.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/qwik/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@faker-js/faker": "^8.4.1",
"serve": "^14.2.3",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
},
"dependencies": {
"@tanstack/qwik-table": "^9.0.0-alpha.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/bootstrap": "^5.2.10",
"@types/react": "^18.3.0",
"@types/react-bootstrap": "^0.32.36",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/column-dnd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/column-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/column-ordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/column-pinning-sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/column-pinning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/column-resizing-performant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/column-sizing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/column-visibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/custom-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/editable-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/expanding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/filters-faceted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/filters-fuzzy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/full-width-resizable-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/full-width-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/fully-controlled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/grouping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@emotion/babel-plugin": "^11.11.0",
"@emotion/babel-plugin-jsx-pragmatic": "^0.2.1",
"@faker-js/faker": "^8.4.1",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^5.3.0"
"vite": "^5.3.1"
}
}
Loading

0 comments on commit f985789

Please sign in to comment.