Skip to content

Commit 53b24a2

Browse files
committed
[TOOL-2976] Bump @radix-ui/react-dialog 1.1.4 - Fix pointer event issues after modal close (#5905)
--- title: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" --- If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on updating the version of `@radix-ui/react-dialog` from `1.1.3` to `1.1.4` across multiple `package.json` files and making adjustments to the `pnpm-lock.yaml` file to reflect these changes. ### Detailed summary - Updated `@radix-ui/react-dialog` from `1.1.3` to `1.1.4` in: - `apps/portal/package.json` - `apps/wallet-ui/package.json` - `apps/dashboard/package.json` - `apps/playground-web/package.json` - Adjusted `pnpm-lock.yaml` to reflect the new version of `@radix-ui/react-dialog`. - Updated various entries related to `@radix-ui/react-dialog` in `pnpm-lock.yaml` to align with the new version. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 3b689d4 commit 53b24a2

File tree

6 files changed

+211
-149
lines changed

6 files changed

+211
-149
lines changed

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@radix-ui/react-alert-dialog": "^1.1.4",
3535
"@radix-ui/react-avatar": "^1.1.2",
3636
"@radix-ui/react-checkbox": "^1.1.3",
37-
"@radix-ui/react-dialog": "1.1.3",
37+
"@radix-ui/react-dialog": "1.1.4",
3838
"@radix-ui/react-dropdown-menu": "^2.1.3",
3939
"@radix-ui/react-hover-card": "^1.1.3",
4040
"@radix-ui/react-label": "^2.1.1",

apps/playground-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@radix-ui/react-accordion": "^1.2.2",
1717
"@radix-ui/react-checkbox": "^1.1.3",
18-
"@radix-ui/react-dialog": "1.1.3",
18+
"@radix-ui/react-dialog": "1.1.4",
1919
"@radix-ui/react-dropdown-menu": "^2.1.3",
2020
"@radix-ui/react-label": "^2.1.1",
2121
"@radix-ui/react-popover": "^1.1.3",

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@mdx-js/loader": "^2.3.0",
2121
"@mdx-js/react": "^2.3.0",
2222
"@next/mdx": "15.1.0",
23-
"@radix-ui/react-dialog": "1.1.3",
23+
"@radix-ui/react-dialog": "1.1.4",
2424
"@radix-ui/react-dropdown-menu": "^2.1.3",
2525
"@radix-ui/react-slot": "^1.1.1",
2626
"@radix-ui/react-tabs": "^1.1.2",

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@hookform/resolvers": "^3.9.1",
1414
"@noble/curves": "1.7.0",
15-
"@radix-ui/react-dialog": "1.1.3",
15+
"@radix-ui/react-dialog": "1.1.4",
1616
"@radix-ui/react-label": "^2.1.1",
1717
"@radix-ui/react-popover": "^1.1.3",
1818
"@radix-ui/react-slot": "^1.1.1",

packages/thirdweb/package.json

Lines changed: 19 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -127,60 +127,24 @@
127127
},
128128
"typesVersions": {
129129
"*": {
130-
"adapters/*": [
131-
"./dist/types/exports/adapters/*.d.ts"
132-
],
133-
"auth": [
134-
"./dist/types/exports/auth.d.ts"
135-
],
136-
"chains": [
137-
"./dist/types/exports/chains.d.ts"
138-
],
139-
"contract": [
140-
"./dist/types/exports/contract.d.ts"
141-
],
142-
"deploys": [
143-
"./dist/types/exports/deploys.d.ts"
144-
],
145-
"event": [
146-
"./dist/types/exports/event.d.ts"
147-
],
148-
"extensions/*": [
149-
"./dist/types/exports/extensions/*.d.ts"
150-
],
151-
"pay": [
152-
"./dist/types/exports/pay.d.ts"
153-
],
154-
"react": [
155-
"./dist/types/exports/react.d.ts"
156-
],
157-
"react-native": [
158-
"./dist/types/exports/react-native.d.ts"
159-
],
160-
"rpc": [
161-
"./dist/types/exports/rpc.d.ts"
162-
],
163-
"storage": [
164-
"./dist/types/exports/storage.d.ts"
165-
],
166-
"transaction": [
167-
"./dist/types/exports/transaction.d.ts"
168-
],
169-
"utils": [
170-
"./dist/types/exports/utils.d.ts"
171-
],
172-
"wallets": [
173-
"./dist/types/exports/wallets.d.ts"
174-
],
175-
"wallets/*": [
176-
"./dist/types/exports/wallets/*.d.ts"
177-
],
178-
"modules": [
179-
"./dist/types/exports/modules.d.ts"
180-
],
181-
"social": [
182-
"./dist/types/exports/social.d.ts"
183-
]
130+
"adapters/*": ["./dist/types/exports/adapters/*.d.ts"],
131+
"auth": ["./dist/types/exports/auth.d.ts"],
132+
"chains": ["./dist/types/exports/chains.d.ts"],
133+
"contract": ["./dist/types/exports/contract.d.ts"],
134+
"deploys": ["./dist/types/exports/deploys.d.ts"],
135+
"event": ["./dist/types/exports/event.d.ts"],
136+
"extensions/*": ["./dist/types/exports/extensions/*.d.ts"],
137+
"pay": ["./dist/types/exports/pay.d.ts"],
138+
"react": ["./dist/types/exports/react.d.ts"],
139+
"react-native": ["./dist/types/exports/react-native.d.ts"],
140+
"rpc": ["./dist/types/exports/rpc.d.ts"],
141+
"storage": ["./dist/types/exports/storage.d.ts"],
142+
"transaction": ["./dist/types/exports/transaction.d.ts"],
143+
"utils": ["./dist/types/exports/utils.d.ts"],
144+
"wallets": ["./dist/types/exports/wallets.d.ts"],
145+
"wallets/*": ["./dist/types/exports/wallets/*.d.ts"],
146+
"modules": ["./dist/types/exports/modules.d.ts"],
147+
"social": ["./dist/types/exports/social.d.ts"]
184148
}
185149
},
186150
"browser": {
@@ -206,7 +170,7 @@
206170
"@noble/curves": "1.7.0",
207171
"@noble/hashes": "1.6.1",
208172
"@passwordless-id/webauthn": "^2.1.2",
209-
"@radix-ui/react-dialog": "1.1.3",
173+
"@radix-ui/react-dialog": "1.1.4",
210174
"@radix-ui/react-focus-scope": "1.1.1",
211175
"@radix-ui/react-icons": "1.3.2",
212176
"@radix-ui/react-tooltip": "1.1.5",

0 commit comments

Comments
 (0)