Skip to content

Commit

Permalink
fix: Bump form-state, mobx, and react.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Oct 17, 2024
1 parent cf15795 commit 3c692af
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 132 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"format": "prettier --loglevel warn --write \"**/*.{ts,tsx,css,md,mdx}\""
},
"dependencies": {
"@homebound/form-state": "^2.20.1",
"@homebound/form-state": "^2.25.2",
"@internationalized/number": "^3.0.3",
"@popperjs/core": "^2.11.6",
"@react-aria/utils": "^3.18.0",
Expand All @@ -43,7 +43,7 @@
"fast-deep-equal": "^3.1.3",
"framer-motion": "^9.0.4",
"memoize-one": "^5.2.1",
"mobx-utils": "^6.0.8",
"mobx-utils": "^6.1.0",
"react-aria": "^3.26.0",
"react-day-picker": "8.0.7",
"react-popper": "^2.3.0",
Expand Down Expand Up @@ -74,8 +74,8 @@
"@emotion/jest": "^11.10.5",
"@emotion/react": "^11.10.6",
"@homebound/eslint-config": "^1.10.2",
"@homebound/rtl-react-router-utils": "1.0.3",
"@homebound/rtl-utils": "^2.65.0",
"@homebound/rtl-react-router-utils": "1.2.0",
"@homebound/rtl-utils": "^2.66.2",
"@homebound/truss": "^1.136.0",
"@homebound/tsconfig": "^1.0.3",
"@semantic-release/exec": "^6.0.3",
Expand All @@ -90,14 +90,14 @@
"@storybook/test": "^8.3.5",
"@storybook/theming": "^8.3.5",
"@storybook/types": "^8.3.5",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@tsconfig/recommended": "^1.0.2",
"@types/dompurify": "^2.2.3",
"@types/jest": "^29.4.0",
"@types/react": "^18.0.28",
"@types/react": "^18.3.11",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "^18.0.11",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.2",
"array-move": "^4.0.0",
Expand All @@ -111,11 +111,11 @@
"jest-chain": "^1.1.6",
"jest-environment-jsdom": "^29.4.3",
"jest-watch-typeahead": "^2.2.2",
"mobx": "^6.10.2",
"mobx-react": "^9.0.1",
"mobx": "^6.13.5",
"mobx-react": "^9.1.1",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"semantic-release": "^20.1.0",
"storybook": "^8.3.5",
Expand Down
Loading

0 comments on commit 3c692af

Please sign in to comment.