Skip to content

Commit e0d3568

Browse files
authored
fix: update peer dependencies to resolve vite issues (#3859)
* fix: update peer dependencies to resolve vite issues * fix: revert box-ai package update to prevent conflict
1 parent cb87cab commit e0d3568

File tree

2 files changed

+23
-77
lines changed

2 files changed

+23
-77
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"regenerator-runtime": "^0.14.1",
276276
"remarkable": "^2.0.1",
277277
"sanitize-html": "^1.21.1",
278-
"sass": "1.34.1",
278+
"sass": "1.45.0",
279279
"sass-lint": "^1.13.1",
280280
"sass-loader": "^8.0.2",
281281
"scroll-into-view-if-needed": "^2.2.20",
@@ -348,7 +348,7 @@
348348
"regenerator-runtime": "^0.13.2",
349349
"remarkable": "^2.0.1",
350350
"sanitize-html": "^1.21.1",
351-
"sass": "1.34.1",
351+
"sass": "1.45.0",
352352
"scroll-into-view-if-needed": "^2.2.20",
353353
"tabbable": "^1.1.2",
354354
"uuid": "^8.3.2"

yarn.lock

+21-75
Original file line numberDiff line numberDiff line change
@@ -87,28 +87,7 @@
8787
semver "^5.4.1"
8888
source-map "^0.5.0"
8989

90-
"@babel/core@>=7.2.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.9", "@babel/core@^7.23.0", "@babel/core@^7.23.7", "@babel/core@^7.23.9", "@babel/core@^7.24.4", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
91-
version "7.24.8"
92-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.8.tgz#c24f83985214f599cee5fc26d393d9ab320342f4"
93-
integrity sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg==
94-
dependencies:
95-
"@ampproject/remapping" "^2.2.0"
96-
"@babel/code-frame" "^7.24.7"
97-
"@babel/generator" "^7.24.8"
98-
"@babel/helper-compilation-targets" "^7.24.8"
99-
"@babel/helper-module-transforms" "^7.24.8"
100-
"@babel/helpers" "^7.24.8"
101-
"@babel/parser" "^7.24.8"
102-
"@babel/template" "^7.24.7"
103-
"@babel/traverse" "^7.24.8"
104-
"@babel/types" "^7.24.8"
105-
convert-source-map "^2.0.0"
106-
debug "^4.1.0"
107-
gensync "^1.0.0-beta.2"
108-
json5 "^2.2.3"
109-
semver "^6.3.1"
110-
111-
"@babel/core@^7.24.7":
90+
"@babel/core@>=7.2.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.9", "@babel/core@^7.23.0", "@babel/core@^7.23.7", "@babel/core@^7.23.9", "@babel/core@^7.24.4", "@babel/core@^7.24.7", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
11291
version "7.24.9"
11392
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82"
11493
integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==
@@ -138,17 +117,7 @@
138117
eslint-visitor-keys "^2.1.0"
139118
semver "^6.3.1"
140119

141-
"@babel/generator@^7.12.11", "@babel/generator@^7.24.8", "@babel/generator@^7.7.2", "@babel/generator@^7.9.0":
142-
version "7.24.8"
143-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.8.tgz#1802d6ac4d77a9199c75ae3eb6a08336e5d1d39a"
144-
integrity sha512-47DG+6F5SzOi0uEvK4wMShmn5yY0mVjVJoWTphdY2B4Rx9wHgjK7Yhtr0ru6nE+sn0v38mzrWOlah0p/YlHHOQ==
145-
dependencies:
146-
"@babel/types" "^7.24.8"
147-
"@jridgewell/gen-mapping" "^0.3.5"
148-
"@jridgewell/trace-mapping" "^0.3.25"
149-
jsesc "^2.5.1"
150-
151-
"@babel/generator@^7.24.9":
120+
"@babel/generator@^7.12.11", "@babel/generator@^7.24.8", "@babel/generator@^7.24.9", "@babel/generator@^7.7.2", "@babel/generator@^7.9.0":
152121
version "7.24.10"
153122
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.10.tgz#a4ab681ec2a78bbb9ba22a3941195e28a81d8e76"
154123
integrity sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==
@@ -257,18 +226,7 @@
257226
"@babel/traverse" "^7.24.7"
258227
"@babel/types" "^7.24.7"
259228

260-
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.9.0":
261-
version "7.24.8"
262-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.8.tgz#b1f2df4f96f3465b0d035b697ec86cb51ff348fe"
263-
integrity sha512-m4vWKVqvkVAWLXfHCCfff2luJj86U+J0/x+0N3ArG/tP0Fq7zky2dYwMbtPmkc/oulkkbjdL3uWzuoBwQ8R00Q==
264-
dependencies:
265-
"@babel/helper-environment-visitor" "^7.24.7"
266-
"@babel/helper-module-imports" "^7.24.7"
267-
"@babel/helper-simple-access" "^7.24.7"
268-
"@babel/helper-split-export-declaration" "^7.24.7"
269-
"@babel/helper-validator-identifier" "^7.24.7"
270-
271-
"@babel/helper-module-transforms@^7.24.9":
229+
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.24.9", "@babel/helper-module-transforms@^7.9.0":
272230
version "7.24.9"
273231
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29"
274232
integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==
@@ -1470,16 +1428,7 @@
14701428
debug "^4.3.1"
14711429
globals "^11.1.0"
14721430

1473-
"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.7", "@babel/types@^7.21.5", "@babel/types@^7.24.0", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.9.0":
1474-
version "7.24.8"
1475-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.8.tgz#d51ffa9043b17d36622efa44e861a49e69e130a8"
1476-
integrity sha512-SkSBEHwwJRU52QEVZBmMBnE5Ux2/6WU1grdYyOhpbCNxbmJrDuDCphBzKZSO3taf0zztp+qkWlymE5tVL5l0TA==
1477-
dependencies:
1478-
"@babel/helper-string-parser" "^7.24.8"
1479-
"@babel/helper-validator-identifier" "^7.24.7"
1480-
to-fast-properties "^2.0.0"
1481-
1482-
"@babel/types@^7.24.9":
1431+
"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.7", "@babel/types@^7.21.5", "@babel/types@^7.24.0", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.9.0":
14831432
version "7.24.9"
14841433
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
14851434
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
@@ -8243,12 +8192,7 @@ caniuse-api@^3.0.0:
82438192
lodash.memoize "^4.1.2"
82448193
lodash.uniq "^4.5.0"
82458194

8246-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001640:
8247-
version "1.0.30001641"
8248-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz#3572862cd18befae3f637f2a1101cc033c6782ac"
8249-
integrity sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==
8250-
8251-
caniuse-lite@^1.0.30001599:
8195+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001640:
82528196
version "1.0.30001642"
82538197
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz#6aa6610eb24067c246d30c57f055a9d0a7f8d05f"
82548198
integrity sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==
@@ -13966,6 +13910,11 @@ immutable@^3.7.4:
1396613910
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3"
1396713911
integrity sha512-15gZoQ38eYjEjxkorfbcgBKBL6R7T459OuK+CpcWt7O3KF4uPCx2tD0uFETlUDIyo+1789crbMhTvQBSR5yBMg==
1396813912

13913+
immutable@^4.0.0:
13914+
version "4.3.7"
13915+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.7.tgz#c70145fc90d89fb02021e65c84eb0226e4e5a381"
13916+
integrity sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==
13917+
1396913918
immutable@~3.7.4:
1397013919
version "3.7.6"
1397113920
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b"
@@ -21478,12 +21427,14 @@ sass-loader@^8.0.2:
2147821427
schema-utils "^2.6.1"
2147921428
semver "^6.3.0"
2148021429

21481-
sass@1.34.1:
21482-
version "1.34.1"
21483-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.34.1.tgz#30f45c606c483d47b634f1e7371e13ff773c96ef"
21484-
integrity sha512-scLA7EIZM+MmYlej6sdVr0HRbZX5caX5ofDT9asWnUJj21oqgsC+1LuNfm0eg+vM0fCTZHhwImTiCU0sx9h9CQ==
21430+
sass@1.45.0:
21431+
version "1.45.0"
21432+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.45.0.tgz#192ede1908324bb293a3e403d1841dbcaafdd323"
21433+
integrity sha512-ONy5bjppoohtNkFJRqdz1gscXamMzN3wQy1YH9qO2FiNpgjLhpz/IPRGg0PpCjyz/pWfCOaNEaiEGCcjOFAjqw==
2148521434
dependencies:
2148621435
chokidar ">=3.0.0 <4.0.0"
21436+
immutable "^4.0.0"
21437+
source-map-js ">=0.6.2 <2.0.0"
2148721438

2148821439
sax@~1.2.4:
2148921440
version "1.2.4"
@@ -22023,10 +21974,10 @@ source-list-map@^2.0.1:
2202321974
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
2202421975
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
2202521976

22026-
source-map-js@^1.0.1, source-map-js@^1.2.0:
22027-
version "1.2.0"
22028-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
22029-
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
21977+
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1, source-map-js@^1.2.0:
21978+
version "1.2.1"
21979+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
21980+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
2203021981

2203121982
source-map-loader@^0.2.4:
2203221983
version "0.2.4"
@@ -23471,12 +23422,7 @@ tslib@^1.13.0, tslib@^1.9.0:
2347123422
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
2347223423
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
2347323424

23474-
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0:
23475-
version "2.6.3"
23476-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
23477-
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
23478-
23479-
tslib@^2.3.0:
23425+
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0:
2348023426
version "2.7.0"
2348123427
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"
2348223428
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==

0 commit comments

Comments
 (0)