Skip to content

Commit

Permalink
chore(deps): bump @radix-ui/react-switch from 1.0.3 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [@radix-ui/react-switch](https://github.com/radix-ui/primitives) from 1.0.3 to 1.1.0.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-switch"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and odsod committed Jun 27, 2024
1 parent 5dad770 commit 69b7095
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-radio-group": "1.1.3",
"@radix-ui/react-slider": "1.2.0",
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tabs": "1.1.0",
"@radix-ui/react-tooltip": "1.1.1",
"lodash.merge": "4.6.2"
Expand Down
29 changes: 14 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ __metadata:
"@radix-ui/react-dropdown-menu": 2.1.1
"@radix-ui/react-radio-group": 1.1.3
"@radix-ui/react-slider": 1.2.0
"@radix-ui/react-switch": 1.0.3
"@radix-ui/react-switch": 1.1.0
"@radix-ui/react-tabs": 1.1.0
"@radix-ui/react-tooltip": 1.1.1
"@rollup/plugin-image": 3.0.3
Expand Down Expand Up @@ -4330,29 +4330,28 @@ __metadata:
languageName: node
linkType: hard

"@radix-ui/react-switch@npm:1.0.3":
version: 1.0.3
resolution: "@radix-ui/react-switch@npm:1.0.3"
"@radix-ui/react-switch@npm:1.1.0":
version: 1.1.0
resolution: "@radix-ui/react-switch@npm:1.1.0"
dependencies:
"@babel/runtime": ^7.13.10
"@radix-ui/primitive": 1.0.1
"@radix-ui/react-compose-refs": 1.0.1
"@radix-ui/react-context": 1.0.1
"@radix-ui/react-primitive": 1.0.3
"@radix-ui/react-use-controllable-state": 1.0.1
"@radix-ui/react-use-previous": 1.0.1
"@radix-ui/react-use-size": 1.0.1
"@radix-ui/primitive": 1.1.0
"@radix-ui/react-compose-refs": 1.1.0
"@radix-ui/react-context": 1.1.0
"@radix-ui/react-primitive": 2.0.0
"@radix-ui/react-use-controllable-state": 1.1.0
"@radix-ui/react-use-previous": 1.1.0
"@radix-ui/react-use-size": 1.1.0
peerDependencies:
"@types/react": "*"
"@types/react-dom": "*"
react: ^16.8 || ^17.0 || ^18.0
react-dom: ^16.8 || ^17.0 || ^18.0
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
peerDependenciesMeta:
"@types/react":
optional: true
"@types/react-dom":
optional: true
checksum: de18a802f317804d94315b1035d03a9cabef53317c148027f0f382bc2653723532691b65090596140737bb055e3affff977f5d73fe6caf8c526c6158baa811cc
checksum: d15ed8714e72cf99ca2650c42e5075181d0a0a4403765e8366c2306452ea304d6f799cbf5d1a472bf8a7967ca8fc080edae8ee99d8cc73c45c88039daefc6dab
languageName: node
linkType: hard

Expand Down

0 comments on commit 69b7095

Please sign in to comment.