Skip to content

Commit

Permalink
chore: dev dependencies refactor (#5431)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Mar 23, 2024
1 parent 7a00180 commit e6c6f96
Show file tree
Hide file tree
Showing 64 changed files with 1,395 additions and 1,604 deletions.
4 changes: 2 additions & 2 deletions examples/qwik/basic/package.json
Expand Up @@ -11,8 +11,8 @@
"devDependencies": {
"@builder.io/qwik": "^1.5.1",
"serve": "^14.2.1",
"typescript": "5.4.2",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
},
"dependencies": {
"@tanstack/qwik-table": "^8.15.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/qwik/filters/package.json
Expand Up @@ -12,8 +12,8 @@
"@builder.io/qwik": "^1.5.1",
"@faker-js/faker": "^8.4.1",
"serve": "^14.2.1",
"typescript": "5.4.2",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
},
"dependencies": {
"@tanstack/qwik-table": "^8.15.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/qwik/row-selection/package.json
Expand Up @@ -12,8 +12,8 @@
"@builder.io/qwik": "^1.5.1",
"@faker-js/faker": "^8.4.1",
"serve": "^14.2.1",
"typescript": "5.4.2",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
},
"dependencies": {
"@tanstack/qwik-table": "^8.15.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/qwik/sorting/package.json
Expand Up @@ -12,8 +12,8 @@
"@builder.io/qwik": "^1.5.1",
"@faker-js/faker": "^8.4.1",
"serve": "^14.2.1",
"typescript": "5.4.2",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
},
"dependencies": {
"@tanstack/qwik-table": "^8.15.0"
Expand Down
5 changes: 3 additions & 2 deletions examples/react/basic/package.json
Expand Up @@ -15,9 +15,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/bootstrap/package.json
Expand Up @@ -19,10 +19,11 @@
"@faker-js/faker": "^8.4.1",
"@rollup/plugin-replace": "^5.0.5",
"@types/bootstrap": "^5.2.10",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-bootstrap": "^0.32.36",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/column-dnd/package.json
Expand Up @@ -20,9 +20,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/column-groups/package.json
Expand Up @@ -15,9 +15,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/column-ordering/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/column-pinning-sticky/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/column-pinning/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/column-resizing-performant/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/column-sizing/package.json
Expand Up @@ -15,9 +15,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/column-visibility/package.json
Expand Up @@ -15,9 +15,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/custom-features/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/editable-data/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/expanding/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/filters/package.json
Expand Up @@ -17,9 +17,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/full-width-resizable-table/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/full-width-table/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/fully-controlled/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/grouping/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/kitchen-sink/package.json
Expand Up @@ -21,9 +21,10 @@
"@emotion/babel-plugin-jsx-pragmatic": "^0.2.1",
"@faker-js/faker": "^8.4.1",
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/material-ui-pagination/package.json
Expand Up @@ -20,9 +20,10 @@
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
7 changes: 4 additions & 3 deletions examples/react/pagination-controlled/package.json
Expand Up @@ -10,16 +10,17 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-query": "^5.28.6",
"@tanstack/react-table": "^8.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/pagination/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/row-dnd/package.json
Expand Up @@ -20,9 +20,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/row-pinning/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/row-selection/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}
5 changes: 3 additions & 2 deletions examples/react/sorting/package.json
Expand Up @@ -16,9 +16,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/react": "^18.2.67",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.2"
"typescript": "5.4.3",
"vite": "^5.2.4"
}
}

0 comments on commit e6c6f96

Please sign in to comment.