Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tenphi committed Jun 13, 2024
1 parent 5d3dd96 commit b3978e8
Show file tree
Hide file tree
Showing 2 changed files with 564 additions and 88 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,31 +58,31 @@
},
"dependencies": {
"@ant-design/icons": "^5.3.4",
"@internationalized/date": "^3.5.0",
"@react-aria/focus": "^3.15.0",
"@react-aria/i18n": "^3.9.0",
"@react-aria/interactions": "^3.20.0",
"@react-aria/selection": "^3.17.2",
"@react-aria/ssr": "^3.9.0",
"@react-aria/utils": "^3.22.0",
"@internationalized/date": "^3.5.2",
"@react-aria/focus": "^3.16.2",
"@react-aria/i18n": "^3.10.2",
"@react-aria/interactions": "^3.21.1",
"@react-aria/selection": "^3.17.5",
"@react-aria/ssr": "^3.9.2",
"@react-aria/utils": "^3.23.2",
"@react-spectrum/utils": "^3.11.2",
"@react-stately/utils": "^3.9.0",
"@react-types/button": "^3.9.1",
"@react-types/calendar": "^3.4.2",
"@react-types/checkbox": "^3.6.0",
"@react-types/combobox": "^3.9.0",
"@react-types/datepicker": "^3.7.0",
"@react-types/dialog": "^3.5.7",
"@react-types/menu": "^3.9.6",
"@react-types/numberfield": "^3.7.0",
"@react-types/overlays": "^3.8.4",
"@react-types/radio": "^3.6.0",
"@react-types/select": "^3.9.0",
"@react-types/shared": "^3.22.0",
"@react-types/slider": "^3.7.0",
"@react-types/switch": "^3.5.0",
"@react-types/textfield": "^3.9.0",
"@react-types/tooltip": "^3.4.6",
"@react-stately/utils": "^3.9.1",
"@react-types/button": "^3.9.2",
"@react-types/calendar": "^3.4.4",
"@react-types/checkbox": "^3.7.1",
"@react-types/combobox": "^3.10.1",
"@react-types/datepicker": "^3.7.2",
"@react-types/dialog": "^3.5.8",
"@react-types/menu": "^3.9.7",
"@react-types/numberfield": "^3.8.1",
"@react-types/overlays": "^3.8.5",
"@react-types/radio": "^3.7.1",
"@react-types/select": "^3.9.2",
"@react-types/shared": "^3.22.1",
"@react-types/slider": "^3.7.1",
"@react-types/switch": "^3.5.1",
"@react-types/textfield": "^3.9.1",
"@react-types/tooltip": "^3.4.7",
"@vitejs/plugin-react": "^4.2.1",
"clipboard-copy": "^4.0.1",
"clsx": "^1.1.1",
Expand Down Expand Up @@ -127,20 +127,20 @@
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@testing-library/user-event": "14.2.0",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.26",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.22",
"@types/react-is": "^18.2.4",
"@types/react-test-renderer": "^18.0.7",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"bytes": "^3.1.0",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"bytes": "^3.1.2",
"chromatic": "^8.0.0",
"cross-env": "^7.0.3",
"csstype": "^3.0.2",
"csstype": "^3.1.2",
"dedent": "^0.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -150,11 +150,11 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"husky": ">=6",
"husky": "^6.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.2.0",
"lint-staged": ">=10",
"lint-staged": "^10.0.0",
"markdown-table": "^3.0.3",
"node-abort-controller": "^3.1.1",
"npm-run-all": "^4.1.5",
Expand Down
Loading

0 comments on commit b3978e8

Please sign in to comment.