Skip to content

Commit

Permalink
add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoevanp committed Aug 27, 2024
1 parent cf75181 commit 20157fc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/fuselage-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"@storybook/theming": "~6.5.16",
"@tanstack/react-query": "^4.16.1",
"@testing-library/react": "~16.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "~14.5.2",
"@types/babel__core": "^7.20.3",
"@types/babel__preset-env": "^7.9.4",
Expand Down
25 changes: 24 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8904,6 +8904,7 @@ __metadata:
"@storybook/theming": ~6.5.16
"@tanstack/react-query": ^4.16.1
"@testing-library/react": ~16.0.0
"@testing-library/react-hooks": ^8.0.1
"@testing-library/user-event": ~14.5.2
"@types/babel__core": ^7.20.3
"@types/babel__preset-env": ^7.9.4
Expand Down Expand Up @@ -12655,6 +12656,28 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react-hooks@npm:^8.0.1":
version: 8.0.1
resolution: "@testing-library/react-hooks@npm:8.0.1"
dependencies:
"@babel/runtime": ^7.12.5
react-error-boundary: ^3.1.0
peerDependencies:
"@types/react": ^16.9.0 || ^17.0.0
react: ^16.9.0 || ^17.0.0
react-dom: ^16.9.0 || ^17.0.0
react-test-renderer: ^16.9.0 || ^17.0.0
peerDependenciesMeta:
"@types/react":
optional: true
react-dom:
optional: true
react-test-renderer:
optional: true
checksum: 7fe44352e920deb5cb1876f80d64e48615232072c9d5382f1e0284b3aab46bb1c659a040b774c45cdf084a5257b8fe463f7e08695ad8480d8a15635d4d3d1f6d
languageName: node
linkType: hard

"@testing-library/react@npm:~16.0.0":
version: 16.0.0
resolution: "@testing-library/react@npm:16.0.0"
Expand Down Expand Up @@ -35331,7 +35354,7 @@ __metadata:
languageName: node
linkType: hard

"react-error-boundary@npm:^3.1.4":
"react-error-boundary@npm:^3.1.0, react-error-boundary@npm:^3.1.4":
version: 3.1.4
resolution: "react-error-boundary@npm:3.1.4"
dependencies:
Expand Down

0 comments on commit 20157fc

Please sign in to comment.