Skip to content

Commit

Permalink
chore(deps): Externalize uniforms
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip committed Aug 15, 2024
1 parent eb9ddc0 commit c10c219
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
},
"dependencies": {
"invariant": "^2.2.4",
"lodash.clonedeep": "^4.5.0",
"uniforms": "4.0.0-alpha.5"
"lodash.clonedeep": "^4.5.0"
},
"peerDependencies": {
"@patternfly/react-core": "^5.0.0",
"@patternfly/react-icons": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"uniforms": "4.0.0-alpha.5"
},
"devDependencies": {
"@babel/core": "^7.21.8",
Expand Down Expand Up @@ -80,6 +80,7 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"uniforms": "4.0.0-alpha.5",
"uniforms-bridge-simple-schema-2": "4.0.0-alpha.5"
}
}
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,7 @@ __metadata:
"@patternfly/react-icons": ^5.0.0
react: ^18.2.0
react-dom: ^18.2.0
uniforms: 4.0.0-alpha.5
languageName: unknown
linkType: soft

Expand Down

0 comments on commit c10c219

Please sign in to comment.