Skip to content

Commit

Permalink
fix(decorator-mui): fix broken dependencies
Browse files Browse the repository at this point in the history
@forml/core only pulled in for tests, other dependencies should be peer
  • Loading branch information
soup-in-boots committed Nov 18, 2023
1 parent 3792083 commit 32fa29a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
9 changes: 3 additions & 6 deletions package-lock.json

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

16 changes: 4 additions & 12 deletions packages/decorator-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,7 @@
"type": "git",
"url": "git+https://github.com/forml-js/forml.git"
},
"keywords": [
"forml",
"decorator",
"react",
"json",
"schema",
"form"
],
"keywords": ["forml", "decorator", "react", "json", "schema", "form"],
"author": "Zachary Hueras",
"license": "MIT",
"bugs": {
Expand All @@ -34,10 +27,8 @@
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@date-io/moment": "^2.16.1",
"@forml/context": "^1.8.0-develop.1",
"@forml/core": "^1.8.0-develop.1",
"@forml/hooks": "^1.8.0-develop.1",
"@date-io/moment": "^2.16.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.2.2",
Expand All @@ -51,7 +42,8 @@
"peerDependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@forml/hooks": ">=1.0.0",
"@forml/context": "^1.8.0-develop.1",
"@forml/hooks": "^1.8.0-develop.1",
"@mui/icons-material": "^5.4.4",
"@mui/lab": "^5.0.0-alpha.71",
"@mui/material": "^5.4.4",
Expand Down

0 comments on commit 32fa29a

Please sign in to comment.