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 d9a4926
Show file tree
Hide file tree
Showing 4 changed files with 680 additions and 1,148 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"scripts": {
"start": "yarn storybook",
"build": "yarn copy && ttsc",
"build": "yarn copy && tspc",
"build:truss": "truss",
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook build",
"test": "jest --maxWorkers 4",
Expand All @@ -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 @@ -107,23 +107,22 @@
"eslint-plugin-storybook": "^0.9.0",
"husky": "^5.1.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.4.3",
"jest": "^29.7.0",
"jest-chain": "^1.1.6",
"jest-environment-jsdom": "^29.4.3",
"jest-environment-jsdom": "^29.7.0",
"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",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tslib": "^2.1.0",
"ttypescript": "^1.5.15",
"typescript": "^4.9.5",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"typescript": "5.5.4",
"typescript-transform-paths": "^3.5.1",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"extends": "@homebound/tsconfig/tsconfig.json",
"compilerOptions": {
"lib": ["esnext", "dom"],
"lib": ["ESNext", "DOM"],
"types": ["jest"],
// Use React 17 _jsx / automatic runtime support for nice emotion integration
"jsx": "react-jsx",
"jsxImportSource": "@emotion/react",
"skipLibCheck": true,
"plugins": [
{ "transform": "typescript-transform-paths" },
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
Expand Down
Loading

0 comments on commit d9a4926

Please sign in to comment.