Skip to content

Commit c1928b6

Browse files
committed
feat(metadata-view): revert back blueprint dependency version
1 parent 76a7676 commit c1928b6

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
"@babel/preset-typescript": "^7.24.7",
125125
"@babel/template": "^7.24.7",
126126
"@babel/types": "^7.24.7",
127-
"@box/blueprint-web": "^12.76.2",
128-
"@box/blueprint-web-assets": "^4.68.0",
127+
"@box/blueprint-web": "^12.64.2",
128+
"@box/blueprint-web-assets": "^4.65.0",
129129
"@box/box-ai-agent-selector": "^0.53.0",
130130
"@box/box-ai-content-answers": "^0.139.0",
131131
"@box/box-item-type-selector": "^0.73.1",
@@ -137,7 +137,7 @@
137137
"@box/languages": "^1.0.0",
138138
"@box/metadata-editor": "^0.122.12",
139139
"@box/metadata-filter": "^1.30.1",
140-
"@box/metadata-view": "^0.53.1",
140+
"@box/metadata-view": "^0.54.0",
141141
"@box/react-virtualized": "^9.22.3-rc-box.10",
142142
"@box/types": "^0.2.1",
143143
"@box/unified-share-modal": "^0.48.8",
@@ -296,8 +296,8 @@
296296
"webpack-dev-server": "^5.2.1"
297297
},
298298
"peerDependencies": {
299-
"@box/blueprint-web": "^12.76.2",
300-
"@box/blueprint-web-assets": "^4.68.0",
299+
"@box/blueprint-web": "^12.64.2",
300+
"@box/blueprint-web-assets": "^4.65.0",
301301
"@box/box-ai-agent-selector": "^0.53.0",
302302
"@box/box-ai-content-answers": "^0.139.0",
303303
"@box/box-item-type-selector": "^0.73.1",
@@ -307,7 +307,7 @@
307307
"@box/item-icon": "^0.27.1",
308308
"@box/metadata-editor": "^0.122.12",
309309
"@box/metadata-filter": "^1.30.1",
310-
"@box/metadata-view": "^0.53.1",
310+
"@box/metadata-view": "^0.54.0",
311311
"@box/react-virtualized": "^9.22.3-rc-box.10",
312312
"@box/types": "^0.2.1",
313313
"@box/unified-share-modal": "^0.48.8",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,19 +1419,19 @@
14191419
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
14201420
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
14211421

1422-
"@box/blueprint-web-assets@^4.68.0":
1423-
version "4.68.3"
1424-
resolved "https://registry.yarnpkg.com/@box/blueprint-web-assets/-/blueprint-web-assets-4.68.3.tgz#e449c02f4774f0519b24969bc813158ce0fbc969"
1425-
integrity sha512-BlxzkNhUVusq1Btn/4FShH5m21n2zZJz63S9NtWQQtTYy+7z2ScrDjW5/uQEuVKo3pdE7tZdLniMen51R4oR3w==
1422+
"@box/blueprint-web-assets@^4.65.0":
1423+
version "4.65.1"
1424+
resolved "https://registry.yarnpkg.com/@box/blueprint-web-assets/-/blueprint-web-assets-4.65.1.tgz#1b04a960667ff633bec51aab47a22d40834cc37c"
1425+
integrity sha512-7SrAXmp76TgVAryIgekEhGkToWf6ALD24RxeJWS+NO11fGT0OdLfSM7rs1QvUPQ2IXMe3QRfrK+Mc9kFUEMuOg==
14261426

1427-
"@box/blueprint-web@^12.76.2":
1428-
version "12.76.2"
1429-
resolved "https://registry.yarnpkg.com/@box/blueprint-web/-/blueprint-web-12.76.2.tgz#fd9e0866fde079d8346ee457f9d259f0b4c71a24"
1430-
integrity sha512-kP08DX0Ba/yaDRbAZC1DQgdZoIRNIAjFjHdusfx2G095h9p8/b4YayrV6GCTsZrVB04rlRO5Qc6YNJnrPpWYvQ==
1427+
"@box/blueprint-web@^12.64.2":
1428+
version "12.64.2"
1429+
resolved "https://registry.yarnpkg.com/@box/blueprint-web/-/blueprint-web-12.64.2.tgz#e0081dc0840e2ffab35a70e3c2d2a86b75574416"
1430+
integrity sha512-IaYstuyDvcm/FbW6ltyVzQkQJjasjQWUJOH9+wWlvaI+gUO71jLNtgEVwJtPIykXuk53XP3KG/Vii7Am5I17lw==
14311431
dependencies:
14321432
"@ariakit/react" "0.4.15"
14331433
"@ariakit/react-core" "0.4.15"
1434-
"@box/blueprint-web-assets" "^4.68.0"
1434+
"@box/blueprint-web-assets" "^4.65.0"
14351435
"@internationalized/date" "^3.7.0"
14361436
"@radix-ui/react-accordion" "1.1.2"
14371437
"@radix-ui/react-checkbox" "1.0.4"
@@ -1522,10 +1522,10 @@
15221522
resolved "https://registry.yarnpkg.com/@box/metadata-filter/-/metadata-filter-1.30.1.tgz#8bf2fdd8d0f68c725fc4ea98e86ebdc41194d15c"
15231523
integrity sha512-QiPXQQdKkr3l80+oxdT1hJaQ6CjrHD3PGdSZ17okiJxN3UEqmfBjUchMAb9H4yH+wwGkc32ndUCCfyI7NvMwHw==
15241524

1525-
"@box/metadata-view@^0.53.1":
1526-
version "0.53.1"
1527-
resolved "https://registry.yarnpkg.com/@box/metadata-view/-/metadata-view-0.53.1.tgz#d599906136f8497a78937a1db29134d5f79c20df"
1528-
integrity sha512-bfmCc6V96uzZD1vK8MY+cMac0l9eJ2X3w8Wf069I6wEjMqS6nDTbSm0PT2Ihp4LOPnOcYbxgowCINQcKbPXtnA==
1525+
"@box/metadata-view@^0.54.0":
1526+
version "0.54.0"
1527+
resolved "https://registry.yarnpkg.com/@box/metadata-view/-/metadata-view-0.54.0.tgz#8d83d3b0e562fcaef17e3315205b32a6219fd4bb"
1528+
integrity sha512-NO9+w7DnyrriehdXGuqrLuORhXKCYaCZMqzZH7mElMD+tV2Oi89oo9PAQ7st/VxXbrYJIAhsn6gJoGvWsLOyVQ==
15291529

15301530
"@box/react-virtualized@^9.22.3-rc-box.10":
15311531
version "9.22.3-rc-box.10"

0 commit comments

Comments
 (0)