Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
niikeec committed Sep 8, 2024
1 parent 2e6551b commit 01d4f17
Show file tree
Hide file tree
Showing 7 changed files with 273 additions and 677 deletions.
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@vercel/analytics": "^1.1.1",
"next": "^14.2.8",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.0.12"
"vite": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion examples/react/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.0.12"
"vite": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion examples/react/scroll-margin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.0.12"
"vite": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"publish-packages": "turbo run build lint typecheck --filter \"./packages/*\" && changeset version && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/cli": "^2.27.8",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@virtual-grid/eslint-config": "workspace:*",
"eslint": "^8.52.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react": "^18.2.0",
"tsup": "7.2.0",
"typescript": "^4.5.2",
"wait-on": "^7.2.0"
"wait-on": "^8.0.0"
},
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0"
Expand Down
Loading

0 comments on commit 01d4f17

Please sign in to comment.