Skip to content

Commit

Permalink
🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
r100-stack committed Feb 10, 2025
1 parent 399e115 commit 0f6a161
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 127 deletions.
18 changes: 9 additions & 9 deletions packages/itwinui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,33 +103,33 @@
"dev:styles": "pnpm build:styles --watch"
},
"dependencies": {
"@floating-ui/react": "^0.26.23",
"@floating-ui/react": "^0.27.4",
"@itwin/itwinui-illustrations-react": "^2.1.0",
"@swc/helpers": "^0.5.11",
"@tanstack/react-virtual": "^3.12.0",
"classnames": "^2.3.2",
"@swc/helpers": "^0.5.15",
"@tanstack/react-virtual": "^3.13.0",
"classnames": "^2.5.1",
"jotai": "^2.8.0",
"react-table": "^7.8.0"
},
"devDependencies": {
"@swc/cli": "^0.5.1",
"@swc/core": "^1.5.28",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.15",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
"@vitest/coverage-v8": "^1.6.1",
"@vitest/coverage-v8": "^3.0.5",
"eslint": "^8",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-require-extensions": "^0.1.3",
"jsdom": "^24.0.0",
"jsdom": "^26.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "5",
"vite": "~5.4.14",
"vitest": "^1.6.1"
"vitest": "^3.0.5"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
Loading

0 comments on commit 0f6a161

Please sign in to comment.