Skip to content

Commit

Permalink
fix(deps): ensure there's no 1.0.0 version of radix packages (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis authored Nov 1, 2023
1 parent d6362d4 commit 808269a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 35 deletions.
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

2 comments on commit 808269a

@vercel
Copy link

@vercel vercel bot commented on 808269a Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

design-system – ./

design-system-git-main-strapijs.vercel.app
design-system-strapijs.vercel.app
design-system-alpha.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 808269a Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

design-system-website – ./website

design-system-website-git-main-strapijs.vercel.app
design-system.strapi.io
design-system-website-strapijs.vercel.app

Please sign in to comment.