Skip to content

Commit 1583d42

Browse files
authored
chore(deps): upgrade dependencies (#2563)
<!-- How to write a good PR title: - Follow [the Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/). - Give as much context as necessary and as little as possible - Prefix it with [WIP] while it’s a work in progress --> ## Self Checklist - [x] I wrote a PR title in **English** and added an appropriate **label** to the PR. - [x] I wrote the commit message in **English** and to follow [**the Conventional Commits specification**](https://www.conventionalcommits.org/en/v1.0.0/). - [x] I [added the **changeset**](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md) about the changes that needed to be released. (or didn't have to) - [x] I wrote or updated **documentation** related to the changes. (or didn't have to) - [x] I wrote or updated **tests** related to the changes. (or didn't have to) - [x] I tested the changes in various browsers. (or didn't have to) - Windows: Chrome, Edge, (Optional) Firefox - macOS: Chrome, Edge, Safari, (Optional) Firefox ## Related Issue <!-- Please link to issue if one exists --> <!-- Fixes #0000 --> ## Summary <!-- Please brief explanation of the changes made --> 의존성 업데이트 - radix-ui - sass - typescript 5.7 ## Details <!-- Please elaborate description of the changes --> 생략 ### Breaking change? (Yes/No) <!-- If Yes, please describe the impact and migration path for users --> No ## References <!-- Please list any other resources or points the reviewer should be aware of -->
1 parent 1a0ea28 commit 1583d42

File tree

3 files changed

+221
-217
lines changed

3 files changed

+221
-217
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"syncpack": "^13.0.0",
4646
"ts-node": "^10.9.2",
4747
"turbo": "^2.3.3",
48-
"typescript": "^5.4.2"
48+
"typescript": "^5.7.2"
4949
},
5050
"engines": {
5151
"node": "22.12.0",

packages/bezier-react/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"rollup-plugin-node-externals": "^7.1.3",
113113
"rollup-plugin-postcss": "^4.0.2",
114114
"rollup-plugin-visualizer": "^5.12.0",
115-
"sass": "^1.82.0",
115+
"sass": "^1.83.0",
116116
"sass-loader": "^16.0.4",
117117
"storybook": "^8.4.7",
118118
"ts-patch": "^3.3.0",
@@ -133,19 +133,19 @@
133133
},
134134
"dependencies": {
135135
"@channel.io/bezier-tokens": "0.2.13",
136-
"@radix-ui/react-checkbox": "^1.1.2",
137-
"@radix-ui/react-dialog": "^1.1.2",
138-
"@radix-ui/react-radio-group": "^1.2.1",
139-
"@radix-ui/react-separator": "^1.1.0",
140-
"@radix-ui/react-slider": "^1.2.1",
141-
"@radix-ui/react-slot": "^1.1.0",
142-
"@radix-ui/react-switch": "^1.1.1",
143-
"@radix-ui/react-tabs": "^1.1.1",
144-
"@radix-ui/react-toggle": "^1.1.0",
145-
"@radix-ui/react-toggle-group": "^1.1.0",
146-
"@radix-ui/react-toolbar": "^1.1.0",
147-
"@radix-ui/react-tooltip": "^1.1.4",
148-
"@radix-ui/react-visually-hidden": "^1.1.0",
136+
"@radix-ui/react-checkbox": "^1.1.3",
137+
"@radix-ui/react-dialog": "^1.1.3",
138+
"@radix-ui/react-radio-group": "^1.2.2",
139+
"@radix-ui/react-separator": "^1.1.1",
140+
"@radix-ui/react-slider": "^1.2.2",
141+
"@radix-ui/react-slot": "^1.1.1",
142+
"@radix-ui/react-switch": "^1.1.2",
143+
"@radix-ui/react-tabs": "^1.1.2",
144+
"@radix-ui/react-toggle": "^1.1.1",
145+
"@radix-ui/react-toggle-group": "^1.1.1",
146+
"@radix-ui/react-toolbar": "^1.1.1",
147+
"@radix-ui/react-tooltip": "^1.1.5",
148+
"@radix-ui/react-visually-hidden": "^1.1.1",
149149
"classnames": "^2.5.1",
150150
"react-textarea-autosize": "8.3.4",
151151
"ssr-window": "^4.0.2",

0 commit comments

Comments
 (0)