Skip to content

Commit

Permalink
fix: install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
absolemDev committed Nov 20, 2023
1 parent 5398e3a commit 9f9f1d8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
Binary file removed .yarn/cache/fsevents-patch-19706e7e35-9.zip
Binary file not shown.
50 changes: 25 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ __metadata:
"@emotion/jest": "npm:11.9.4"
"@emotion/react": "npm:11.9.3"
"@emotion/styled": "npm:11.9.3"
"@testing-library/react": "npm:^14.1.0"
"@testing-library/react": "npm:14.1.0"
"@types/react": "npm:18.2.20"
"@types/react-dom": "npm:^18"
"@types/react-dom": "npm:18"
"@types/styled-system": "npm:5.1.16"
csstype: "npm:3.1.2"
react: "npm:18.2.0"
Expand Down Expand Up @@ -1884,6 +1884,20 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:14.1.0":
version: 14.1.0
resolution: "@testing-library/react@npm:14.1.0"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"@testing-library/dom": "npm:^9.0.0"
"@types/react-dom": "npm:^18.0.0"
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
checksum: 3369b0818317456725a9ae4c012b50b88e94406d2c7688faddba918add0bcb46957f6bd0d760a1fbfc06986adf7d048e14c767901c7adb6f20d6e175197a77ac
languageName: node
linkType: hard

"@testing-library/react@npm:^12.1.2, @testing-library/react@npm:^12.1.3":
version: 12.1.5
resolution: "@testing-library/react@npm:12.1.5"
Expand All @@ -1898,20 +1912,6 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:^14.1.0":
version: 14.1.0
resolution: "@testing-library/react@npm:14.1.0"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"@testing-library/dom": "npm:^9.0.0"
"@types/react-dom": "npm:^18.0.0"
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
checksum: 3369b0818317456725a9ae4c012b50b88e94406d2c7688faddba918add0bcb46957f6bd0d760a1fbfc06986adf7d048e14c767901c7adb6f20d6e175197a77ac
languageName: node
linkType: hard

"@tootallnate/once@npm:1":
version: 1.1.2
resolution: "@tootallnate/once@npm:1.1.2"
Expand Down Expand Up @@ -2104,6 +2104,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18, @types/react-dom@npm:^18.0.0":
version: 18.2.15
resolution: "@types/react-dom@npm:18.2.15"
dependencies:
"@types/react": "npm:*"
checksum: e3aa4cbd0edbae1d9d7ced55da2306a2eae966aa6fcf9a2d220ff304676bf40d541ef3dd4c84d64f29002d71699816a2043685a6799d8c9342d210d4019bebeb
languageName: node
linkType: hard

"@types/react-dom@npm:18.2.7, @types/react-dom@npm:>=16.9.0, @types/react-dom@npm:^18.2.7":
version: 18.2.7
resolution: "@types/react-dom@npm:18.2.7"
Expand All @@ -2122,15 +2131,6 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18, @types/react-dom@npm:^18.0.0":
version: 18.2.15
resolution: "@types/react-dom@npm:18.2.15"
dependencies:
"@types/react": "npm:*"
checksum: e3aa4cbd0edbae1d9d7ced55da2306a2eae966aa6fcf9a2d220ff304676bf40d541ef3dd4c84d64f29002d71699816a2043685a6799d8c9342d210d4019bebeb
languageName: node
linkType: hard

"@types/react-test-renderer@npm:>=16.9.0":
version: 18.0.0
resolution: "@types/react-test-renderer@npm:18.0.0"
Expand Down

0 comments on commit 9f9f1d8

Please sign in to comment.