Skip to content

Commit

Permalink
fix(packaging): fix broken dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-in-boots committed Jun 17, 2022
1 parent 6e27352 commit 24e8eb3
Show file tree
Hide file tree
Showing 11 changed files with 18,879 additions and 93,978 deletions.
39,869 changes: 18,871 additions & 20,998 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/preset-react": "^7.12.7",
"@date-io/moment": "^1.3.13",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/react": "^12.1.5",
"ajv": "^6.12.6",
"babel-jest": "^27.3.1",
"clsx": "^1.1.1",
Expand All @@ -45,9 +45,9 @@
"moment-timezone": "^0.5.32",
"objectpath": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^17||^18",
"react-dom": "^17||^18",
"react-test-renderer": "^16.8.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"shortid": "^2.2.8"
},
"workspaces": [
Expand All @@ -59,6 +59,7 @@
"@forml/decorator-barebones": "file:packages/decorator-barebones",
"@forml/decorator-mui": "file:packages/decorator-mui",
"@forml/decorator-pdf": "file:packages/decorator-pdf",
"@forml/hooks": "file:packages/hooks"
"@forml/hooks": "file:packages/hooks",
"@mui/styles": "^5.8.4"
}
}
Loading

0 comments on commit 24e8eb3

Please sign in to comment.