Skip to content

Commit

Permalink
Upgrade Circuit UI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Oct 29, 2024
1 parent 9222df5 commit a46312d
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 63 deletions.
202 changes: 145 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.2",
"@nanostores/react": "^0.7.2",
"nanostores": "^0.10.3",
"@nanostores/react": "^0.8.0",
"nanostores": "^0.11.3",
"react-modal": "^3.16.1",
"react-number-format": "5.3.0"
},
Expand All @@ -66,11 +66,11 @@
"@sumup-oss/icons": "^5.0.0-next.1",
"@sumup-oss/intl": "^3.0.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest-axe": "^3.5.9",
"@types/node": "^22.7.4",
"@types/node": "^22.8.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-modal": "^3.16.3",
Expand All @@ -81,9 +81,9 @@
"react-swipeable": "^7.0.1",
"rollup-plugin-preserve-directives": "^0.4.0",
"temporal-polyfill": "^0.2.5",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.4.8"
"vite": "^5.4.10"
},
"peerDependencies": {
"@emotion/is-prop-valid": "^1.2.1",
Expand Down

0 comments on commit a46312d

Please sign in to comment.