Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): ensure there's no 1.0.0 version of radix packages #1446

Merged
merged 1 commit into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/hot-starfishes-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@strapi/ui-primitives': patch
'@strapi/design-system': patch
---

fix: ensure there's no 1.0.0 version of radix packages
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"npm": ">=6.0.0"
},
"resolutions": {
"@testing-library/dom": "^9.0.0"
"@testing-library/dom": "^9.0.0",
"@types/react": "18.2.7"
}
}
35 changes: 1 addition & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4161,17 +4161,6 @@ __metadata:
languageName: node
linkType: hard

"@radix-ui/react-compose-refs@npm:1.0.0":
version: 1.0.0
resolution: "@radix-ui/react-compose-refs@npm:1.0.0"
dependencies:
"@babel/runtime": ^7.13.10
peerDependencies:
react: ^16.8 || ^17.0 || ^18.0
checksum: fb98be2e275a1a758ccac647780ff5b04be8dcf25dcea1592db3b691fecf719c4c0700126da605b2f512dd89caa111352b9fad59528d736b4e0e9a0e134a74a1
languageName: node
linkType: hard

"@radix-ui/react-compose-refs@npm:1.0.1, @radix-ui/react-compose-refs@npm:^1.0.1":
version: 1.0.1
resolution: "@radix-ui/react-compose-refs@npm:1.0.1"
Expand Down Expand Up @@ -4506,7 +4495,7 @@ __metadata:
resolution: "@radix-ui/react-presence@npm:1.0.1"
dependencies:
"@babel/runtime": ^7.13.10
"@radix-ui/react-compose-refs": 1.0.0
"@radix-ui/react-compose-refs": 1.0.1
peerDependencies:
react: ^16.8 || ^17.0 || ^18.0
checksum: ed2ff9faf9e4257a4065034d3771459e5a91c2d840b2fcec94661761704dbcb65bcdd927d28177a2a129b3dab5664eb90a9b88309afe0257a9f8ba99338c0d95
Expand Down Expand Up @@ -7112,17 +7101,6 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*":
version: 18.2.0
resolution: "@types/react@npm:18.2.0"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: db3d92b423150222a666329f7aa3023e3e942044700557b8a7d161530847e621aec9f56c9e7f71761b06dd164c8a7b17ad52355863efe80963dffa5537e8e5fd
languageName: node
linkType: hard

"@types/react@npm:18.2.7":
version: 18.2.7
resolution: "@types/react@npm:18.2.7"
Expand All @@ -7134,17 +7112,6 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:>=16":
version: 18.2.20
resolution: "@types/react@npm:18.2.20"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 30f699c60e5e4bfef273ce64d320651cdd60f5c6a08361c6c7eca8cebcccda1ac953d2ee57c9f321b5ae87f8a62c72b6d35ca42df0e261d337849952daab2141
languageName: node
linkType: hard

"@types/resolve@npm:^1.20.2":
version: 1.20.4
resolution: "@types/resolve@npm:1.20.4"
Expand Down
Loading