Skip to content

Commit 77aa82e

Browse files
authored
Merge pull request #168 from icflorescu/next
Update dev deps
2 parents 68d0250 + 26408f3 commit 77aa82e

File tree

3 files changed

+117
-113
lines changed

3 files changed

+117
-113
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
The following is a list of notable changes to the Mantine ContextMenu component.
44
Minor versions that are not listed in the changelog are minor bug fixes and small internal improvements or refactorings.
55

6+
## 7.11.1 (2024-07-08)
7+
8+
- Update dev dependencies to ensure compatibility with Mantine 7.11.1
9+
610
## 7.11.0 (2024-06-29)
711

812
- Update dev dependencies to ensure compatibility with Mantine 7.11.0

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-contextmenu",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"description": "Craft your applications for productivity and meet your users’ expectations by enhancing your Mantine-based UIs with a desktop-grade, lightweight yet fully-featured, dark-theme aware context-menu component, built by the creator of Mantine DataTable",
55
"keywords": [
66
"ui",
@@ -73,19 +73,19 @@
7373
},
7474
"devDependencies": {
7575
"@ducanh2912/next-pwa": "^10.2.7",
76-
"@mantine/code-highlight": "^7.11.0",
77-
"@mantine/core": "^7.11.0",
78-
"@mantine/hooks": "^7.11.0",
79-
"@mantine/notifications": "^7.11.0",
80-
"@tabler/icons-react": "^3.7.0",
76+
"@mantine/code-highlight": "^7.11.1",
77+
"@mantine/core": "^7.11.1",
78+
"@mantine/hooks": "^7.11.1",
79+
"@mantine/notifications": "^7.11.1",
80+
"@tabler/icons-react": "^3.9.0",
8181
"@types/lodash": "^4.17.6",
82-
"@types/node": "^20.14.9",
82+
"@types/node": "^20.14.10",
8383
"@types/react": "^18.3.3",
8484
"@types/react-dom": "^18.3.0",
85-
"@typescript-eslint/eslint-plugin": "^7.14.1",
86-
"@typescript-eslint/parser": "^7.14.1",
85+
"@typescript-eslint/eslint-plugin": "^7.15.0",
86+
"@typescript-eslint/parser": "^7.15.0",
8787
"clsx": "^2.1.1",
88-
"cssnano": "^7.0.3",
88+
"cssnano": "^7.0.4",
8989
"eslint": "^8",
9090
"eslint-config-next": "^14.2.4",
9191
"eslint-config-prettier": "^9.1.0",
@@ -102,7 +102,7 @@
102102
"sharp": "^0.33.4",
103103
"swr": "^2.2.5",
104104
"tsup": "^8.1.0",
105-
"typescript": "^5.5.2",
105+
"typescript": "^5.5.3",
106106
"webpack": "^5.92.1"
107107
},
108108
"peerDependencies": {

yarn.lock

+102-102
Original file line numberDiff line numberDiff line change
@@ -1345,18 +1345,18 @@
13451345
"@jridgewell/resolve-uri" "^3.1.0"
13461346
"@jridgewell/sourcemap-codec" "^1.4.14"
13471347

1348-
"@mantine/code-highlight@^7.11.0":
1349-
version "7.11.0"
1350-
resolved "https://registry.yarnpkg.com/@mantine/code-highlight/-/code-highlight-7.11.0.tgz#75f17a3dbc53c6c3ac9c5a6e3eacf376970f4f16"
1351-
integrity sha512-IPx0FYcvWBeRElw5HUO0FwtR4JgTGuBd8gHKzHQyfplnnaNHYmLEncnhBtljzVriQFVpqzvWetfV/TWczAqc/g==
1348+
"@mantine/code-highlight@^7.11.1":
1349+
version "7.11.1"
1350+
resolved "https://registry.yarnpkg.com/@mantine/code-highlight/-/code-highlight-7.11.1.tgz#1550cccd7fe4f00a3ed55fff8b4ea60b79725124"
1351+
integrity sha512-1q1DNG083f1/MRzd6qmMDGB1jn6mh4UwDMc0299c4VUg4HqxjPTNZbrCB8lusBo5VkGXuOqFlFCNrP66YjhMqQ==
13521352
dependencies:
13531353
clsx "^2.1.1"
13541354
highlight.js "^11.9.0"
13551355

1356-
"@mantine/core@^7.11.0":
1357-
version "7.11.0"
1358-
resolved "https://registry.yarnpkg.com/@mantine/core/-/core-7.11.0.tgz#dea6640ea81b19a66d89602488cdc6d20e4c7554"
1359-
integrity sha512-yw2Llww9mw8rDWZtucdEuvkqqjHdreUibos7JCUpejL721FW1Tn9L91nsxO/YQFSS7jn4Q0CP+1YbQ/PMULmwA==
1356+
"@mantine/core@^7.11.1":
1357+
version "7.11.1"
1358+
resolved "https://registry.yarnpkg.com/@mantine/core/-/core-7.11.1.tgz#814031a4128c4c72c769a755e1200daa38429c48"
1359+
integrity sha512-qEwe5ijBe3MWOg4yerJ+HXMugIBtS1Bbqbdnfrg2cuHXr+2paqu8SQMzldtzqfiLsRajOtkokOkY67jUJOacCA==
13601360
dependencies:
13611361
"@floating-ui/react" "^0.26.9"
13621362
clsx "^2.1.1"
@@ -1365,23 +1365,23 @@
13651365
react-textarea-autosize "8.5.3"
13661366
type-fest "^4.12.0"
13671367

1368-
"@mantine/hooks@^7.11.0":
1369-
version "7.11.0"
1370-
resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.11.0.tgz#aaf3e4805c4065a28ce26bca375b792d8b413aab"
1371-
integrity sha512-T3472GhUXFhuhXUHlxjHv0wfb73lFyNuaw631c7Ddtgvewq0WKtNqYd7j/Zz/k02DuS3r0QXA7e12/XgqHBZjg==
1368+
"@mantine/hooks@^7.11.1":
1369+
version "7.11.1"
1370+
resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.11.1.tgz#d681118776ec8ec5087842bb5d6e5fd36648a63a"
1371+
integrity sha512-28WS/U6QL4jaIHf1uFpny5Tglu9MoyyM4bWLmIcAQHtOD3YHpuNvs9OTWLqKAQs6VN+kydlxvjvT+w1LBWEpQg==
13721372

1373-
"@mantine/notifications@^7.11.0":
1374-
version "7.11.0"
1375-
resolved "https://registry.yarnpkg.com/@mantine/notifications/-/notifications-7.11.0.tgz#9289221bbeed23030360a3c363835e1aa0361605"
1376-
integrity sha512-UtAHJoSi4s+lfVZrkUDWMlg6j0w1LZaiMEOBMG9p5MV5dP38W75LeCy2cio2Znji2S5YzXaZolOkHBT5ZONKAw==
1373+
"@mantine/notifications@^7.11.1":
1374+
version "7.11.1"
1375+
resolved "https://registry.yarnpkg.com/@mantine/notifications/-/notifications-7.11.1.tgz#27eae093259b438bc9ffd26a0c87a498176e1372"
1376+
integrity sha512-4MpuePstpWvCwiEX75oUAdxp3SXWsiq0+fd4zb5YMu+CaqiaDbUIOupEpi/uCez3lYhY0ojHyjNgYsqZ7cy1Fg==
13771377
dependencies:
1378-
"@mantine/store" "7.11.0"
1378+
"@mantine/store" "7.11.1"
13791379
react-transition-group "4.4.5"
13801380

1381-
"@mantine/[email protected].0":
1382-
version "7.11.0"
1383-
resolved "https://registry.yarnpkg.com/@mantine/store/-/store-7.11.0.tgz#2b8921730486931fc0cd88a52886f11aebd858d9"
1384-
integrity sha512-zPmOpdFgvkUqYKSK7NNKbhgXsh2QPw51m3iypTaj0mw+rZbk3WSH9vZvaEx59X0QG+ahwUg2/HezbjfXFUbvrA==
1381+
"@mantine/[email protected].1":
1382+
version "7.11.1"
1383+
resolved "https://registry.yarnpkg.com/@mantine/store/-/store-7.11.1.tgz#3e833cffacbc964cb5fe71707c6dafdbf4f4c55e"
1384+
integrity sha512-5xOompA7pADDvYlw6KEr0YIr95bdFI0W/KZizi8E/BKOLVUpku1UvqcClodq4U0Xjz5eZt/Jf3gEV9lyJbt8Zw==
13851385

13861386
13871387
version "14.2.4"
@@ -1634,17 +1634,17 @@
16341634
"@swc/counter" "^0.1.3"
16351635
tslib "^2.4.0"
16361636

1637-
"@tabler/icons-react@^3.7.0":
1638-
version "3.7.0"
1639-
resolved "https://registry.yarnpkg.com/@tabler/icons-react/-/icons-react-3.7.0.tgz#cee199cec5a5cf463ea5a8a88e10ccb6476e77a1"
1640-
integrity sha512-8AU4oO9pgLhHLOSGAJIsRhsTy7w8D7uKBlR0DIFxaILFA1fe2rC4wrNGYUtIFei82y41OuXz9vMk0Oe+IWT3SA==
1637+
"@tabler/icons-react@^3.9.0":
1638+
version "3.9.0"
1639+
resolved "https://registry.yarnpkg.com/@tabler/icons-react/-/icons-react-3.9.0.tgz#08a20fce7d58c0b39879eb67c0c1c98fc27574ec"
1640+
integrity sha512-7Fbcrb5LYBGd9rwfkgrJsvLYGqPqO4WV3u6lfqE2wRzEVcevDQcdvo8toKp5Jcc66MPMEmMg+/tnUGwFIKQmUQ==
16411641
dependencies:
1642-
"@tabler/icons" "3.7.0"
1642+
"@tabler/icons" "3.9.0"
16431643

1644-
"@tabler/icons@3.7.0":
1645-
version "3.7.0"
1646-
resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-3.7.0.tgz#b522723844644b50ccaddd0fd19a91c0eb3095da"
1647-
integrity sha512-lJGIZLSWrPO6VygRUbaVvQjWgL2EaiBMD8e6leCYUQ8ZPO4LIzKMq358C8KlhXJcyNiRz1Io3YWoc/DNTcWqSg==
1644+
"@tabler/icons@3.9.0":
1645+
version "3.9.0"
1646+
resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-3.9.0.tgz#c35078d8561d2d22e65ac379523b08a5b330e8e4"
1647+
integrity sha512-wZAwEu4iI0WmUA/bjstzNYri13D8X14f/SCRrzr2MyU+WP/6Vd+xq4YLM52dOS8V6ZVt+ujuE9IFkuJdsdSVAQ==
16481648

16491649
"@trysound/[email protected]":
16501650
version "0.2.0"
@@ -1699,10 +1699,10 @@
16991699
dependencies:
17001700
undici-types "~5.26.4"
17011701

1702-
"@types/node@^20.14.9":
1703-
version "20.14.9"
1704-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420"
1705-
integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
1702+
"@types/node@^20.14.10":
1703+
version "20.14.10"
1704+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a"
1705+
integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==
17061706
dependencies:
17071707
undici-types "~5.26.4"
17081708

@@ -1736,16 +1736,16 @@
17361736
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
17371737
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
17381738

1739-
"@typescript-eslint/eslint-plugin@^7.14.1":
1740-
version "7.14.1"
1741-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz#90e2f76a5930d553ede124e1f541a39b4417465e"
1742-
integrity sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==
1739+
"@typescript-eslint/eslint-plugin@^7.15.0":
1740+
version "7.15.0"
1741+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.15.0.tgz#8eaf396ac2992d2b8f874b68eb3fcd6b179cb7f3"
1742+
integrity sha512-uiNHpyjZtFrLwLDpHnzaDlP3Tt6sGMqTCiqmxaN4n4RP0EfYZDODJyddiFDF44Hjwxr5xAcaYxVKm9QKQFJFLA==
17431743
dependencies:
17441744
"@eslint-community/regexpp" "^4.10.0"
1745-
"@typescript-eslint/scope-manager" "7.14.1"
1746-
"@typescript-eslint/type-utils" "7.14.1"
1747-
"@typescript-eslint/utils" "7.14.1"
1748-
"@typescript-eslint/visitor-keys" "7.14.1"
1745+
"@typescript-eslint/scope-manager" "7.15.0"
1746+
"@typescript-eslint/type-utils" "7.15.0"
1747+
"@typescript-eslint/utils" "7.15.0"
1748+
"@typescript-eslint/visitor-keys" "7.15.0"
17491749
graphemer "^1.4.0"
17501750
ignore "^5.3.1"
17511751
natural-compare "^1.4.0"
@@ -1762,24 +1762,24 @@
17621762
"@typescript-eslint/visitor-keys" "7.2.0"
17631763
debug "^4.3.4"
17641764

1765-
"@typescript-eslint/parser@^7.14.1":
1766-
version "7.14.1"
1767-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.14.1.tgz#13d97f357aed3c5719f259a6cc3d1a1f065d3692"
1768-
integrity sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==
1765+
"@typescript-eslint/parser@^7.15.0":
1766+
version "7.15.0"
1767+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.15.0.tgz#f4a536e5fc6a1c05c82c4d263a2bfad2da235c80"
1768+
integrity sha512-k9fYuQNnypLFcqORNClRykkGOMOj+pV6V91R4GO/l1FDGwpqmSwoOQrOHo3cGaH63e+D3ZiCAOsuS/D2c99j/A==
17691769
dependencies:
1770-
"@typescript-eslint/scope-manager" "7.14.1"
1771-
"@typescript-eslint/types" "7.14.1"
1772-
"@typescript-eslint/typescript-estree" "7.14.1"
1773-
"@typescript-eslint/visitor-keys" "7.14.1"
1770+
"@typescript-eslint/scope-manager" "7.15.0"
1771+
"@typescript-eslint/types" "7.15.0"
1772+
"@typescript-eslint/typescript-estree" "7.15.0"
1773+
"@typescript-eslint/visitor-keys" "7.15.0"
17741774
debug "^4.3.4"
17751775

1776-
"@typescript-eslint/scope-manager@7.14.1":
1777-
version "7.14.1"
1778-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz#63de7a577bc6fe8ee6e412a5b85499f654b93ee5"
1779-
integrity sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==
1776+
"@typescript-eslint/scope-manager@7.15.0":
1777+
version "7.15.0"
1778+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.15.0.tgz#201b34b0720be8b1447df17b963941bf044999b2"
1779+
integrity sha512-Q/1yrF/XbxOTvttNVPihxh1b9fxamjEoz2Os/Pe38OHwxC24CyCqXxGTOdpb4lt6HYtqw9HetA/Rf6gDGaMPlw==
17801780
dependencies:
1781-
"@typescript-eslint/types" "7.14.1"
1782-
"@typescript-eslint/visitor-keys" "7.14.1"
1781+
"@typescript-eslint/types" "7.15.0"
1782+
"@typescript-eslint/visitor-keys" "7.15.0"
17831783

17841784
"@typescript-eslint/[email protected]":
17851785
version "7.2.0"
@@ -1789,33 +1789,33 @@
17891789
"@typescript-eslint/types" "7.2.0"
17901790
"@typescript-eslint/visitor-keys" "7.2.0"
17911791

1792-
"@typescript-eslint/type-utils@7.14.1":
1793-
version "7.14.1"
1794-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz#c183f2f28c4c8578eb80aebc4ac9ace400160af6"
1795-
integrity sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==
1792+
"@typescript-eslint/type-utils@7.15.0":
1793+
version "7.15.0"
1794+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.15.0.tgz#5b83c904c6de91802fb399305a50a56d10472c39"
1795+
integrity sha512-SkgriaeV6PDvpA6253PDVep0qCqgbO1IOBiycjnXsszNTVQe5flN5wR5jiczoEoDEnAqYFSFFc9al9BSGVltkg==
17961796
dependencies:
1797-
"@typescript-eslint/typescript-estree" "7.14.1"
1798-
"@typescript-eslint/utils" "7.14.1"
1797+
"@typescript-eslint/typescript-estree" "7.15.0"
1798+
"@typescript-eslint/utils" "7.15.0"
17991799
debug "^4.3.4"
18001800
ts-api-utils "^1.3.0"
18011801

1802-
"@typescript-eslint/types@7.14.1":
1803-
version "7.14.1"
1804-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.14.1.tgz#a43a540dbe5df7f2a11269683d777fc50b4350aa"
1805-
integrity sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==
1802+
"@typescript-eslint/types@7.15.0":
1803+
version "7.15.0"
1804+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.15.0.tgz#fb894373a6e3882cbb37671ffddce44f934f62fc"
1805+
integrity sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw==
18061806

18071807
"@typescript-eslint/[email protected]":
18081808
version "7.2.0"
18091809
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
18101810
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
18111811

1812-
"@typescript-eslint/typescript-estree@7.14.1":
1813-
version "7.14.1"
1814-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz#ba7c9bac8744487749d19569e254d057754a1575"
1815-
integrity sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==
1812+
"@typescript-eslint/typescript-estree@7.15.0":
1813+
version "7.15.0"
1814+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.15.0.tgz#e323bfa3966e1485b638ce751f219fc1f31eba37"
1815+
integrity sha512-gjyB/rHAopL/XxfmYThQbXbzRMGhZzGw6KpcMbfe8Q3nNQKStpxnUKeXb0KiN/fFDR42Z43szs6rY7eHk0zdGQ==
18161816
dependencies:
1817-
"@typescript-eslint/types" "7.14.1"
1818-
"@typescript-eslint/visitor-keys" "7.14.1"
1817+
"@typescript-eslint/types" "7.15.0"
1818+
"@typescript-eslint/visitor-keys" "7.15.0"
18191819
debug "^4.3.4"
18201820
globby "^11.1.0"
18211821
is-glob "^4.0.3"
@@ -1837,22 +1837,22 @@
18371837
semver "^7.5.4"
18381838
ts-api-utils "^1.0.1"
18391839

1840-
"@typescript-eslint/utils@7.14.1":
1841-
version "7.14.1"
1842-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.14.1.tgz#3307b8226f99103dca2133d0ebcae38419d82c9d"
1843-
integrity sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==
1840+
"@typescript-eslint/utils@7.15.0":
1841+
version "7.15.0"
1842+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.15.0.tgz#9e6253c4599b6e7da2fb64ba3f549c73eb8c1960"
1843+
integrity sha512-hfDMDqaqOqsUVGiEPSMLR/AjTSCsmJwjpKkYQRo1FNbmW4tBwBspYDwO9eh7sKSTwMQgBw9/T4DHudPaqshRWA==
18441844
dependencies:
18451845
"@eslint-community/eslint-utils" "^4.4.0"
1846-
"@typescript-eslint/scope-manager" "7.14.1"
1847-
"@typescript-eslint/types" "7.14.1"
1848-
"@typescript-eslint/typescript-estree" "7.14.1"
1846+
"@typescript-eslint/scope-manager" "7.15.0"
1847+
"@typescript-eslint/types" "7.15.0"
1848+
"@typescript-eslint/typescript-estree" "7.15.0"
18491849

1850-
"@typescript-eslint/visitor-keys@7.14.1":
1851-
version "7.14.1"
1852-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz#cc79b5ea154aea734b2a13b983670749f5742274"
1853-
integrity sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==
1850+
"@typescript-eslint/visitor-keys@7.15.0":
1851+
version "7.15.0"
1852+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.15.0.tgz#1da0726201a859343fe6a05742a7c1792fff5b66"
1853+
integrity sha512-Hqgy/ETgpt2L5xueA/zHHIl4fJI2O4XUE9l4+OIfbJIRSnTJb/QscncdqqZzofQegIJugRIF57OJea1khw2SDw==
18541854
dependencies:
1855-
"@typescript-eslint/types" "7.14.1"
1855+
"@typescript-eslint/types" "7.15.0"
18561856
eslint-visitor-keys "^3.4.3"
18571857

18581858
"@typescript-eslint/[email protected]":
@@ -2576,17 +2576,17 @@ cssesc@^3.0.0:
25762576
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
25772577
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
25782578

2579-
cssnano-preset-default@^7.0.3:
2580-
version "7.0.3"
2581-
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-7.0.3.tgz#dd554e4d5bef3da50e40d725c7ba0b49053a993c"
2582-
integrity sha512-dQ3Ba1p/oewICp/szF1XjFFgql8OlOBrI2YNBUUwhHQnJNoMOcQTa+Bi7jSJN8r/eM1egW0Ud1se/S7qlduWKA==
2579+
cssnano-preset-default@^7.0.4:
2580+
version "7.0.4"
2581+
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-7.0.4.tgz#9cfcd25f85bfedc84367b881dad56b75a0f976b5"
2582+
integrity sha512-jQ6zY9GAomQX7/YNLibMEsRZguqMUGuupXcEk2zZ+p3GUxwCAsobqPYE62VrJ9qZ0l9ltrv2rgjwZPBIFIjYtw==
25832583
dependencies:
25842584
browserslist "^4.23.1"
25852585
css-declaration-sorter "^7.2.0"
25862586
cssnano-utils "^5.0.0"
25872587
postcss-calc "^10.0.0"
25882588
postcss-colormin "^7.0.1"
2589-
postcss-convert-values "^7.0.1"
2589+
postcss-convert-values "^7.0.2"
25902590
postcss-discard-comments "^7.0.1"
25912591
postcss-discard-duplicates "^7.0.0"
25922592
postcss-discard-empty "^7.0.0"
@@ -2617,12 +2617,12 @@ cssnano-utils@^5.0.0:
26172617
resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-5.0.0.tgz#b53a0343dd5d21012911882db6ae7d2eae0e3687"
26182618
integrity sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==
26192619

2620-
cssnano@^7.0.3:
2621-
version "7.0.3"
2622-
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-7.0.3.tgz#f7ea770931c84ffd4e7c07fbd1993cee602e4dd1"
2623-
integrity sha512-lsekJctOTqdCn4cNrtrSwsuMR/fHC+oiVMHkp/OugBWtwjH8XJag1/OtGaYJGtz0un1fQcRy4ryfYTQsfh+KSQ==
2620+
cssnano@^7.0.4:
2621+
version "7.0.4"
2622+
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-7.0.4.tgz#13a4fb4dd14f3b1ee0cd51e6404ae4656f8ad9a0"
2623+
integrity sha512-rQgpZra72iFjiheNreXn77q1haS2GEy69zCMbu4cpXCFPMQF+D4Ik5V7ktMzUF/sA7xCIgcqHwGPnCD+0a1vHg==
26242624
dependencies:
2625-
cssnano-preset-default "^7.0.3"
2625+
cssnano-preset-default "^7.0.4"
26262626
lilconfig "^3.1.2"
26272627

26282628
csso@^5.0.5:
@@ -4556,10 +4556,10 @@ postcss-colormin@^7.0.1:
45564556
colord "^2.9.3"
45574557
postcss-value-parser "^4.2.0"
45584558

4559-
postcss-convert-values@^7.0.1:
4560-
version "7.0.1"
4561-
resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-7.0.1.tgz#df84dab80a03b30a4b4dba68b348fb07e649a3c3"
4562-
integrity sha512-9x2ofb+hYPwHWMlWAzyWys2yMDZYGfkX9LodbaVTmLdlupmtH2AGvj8Up95wzzNPRDEzPIxQIkUaPJew3bT6xA==
4559+
postcss-convert-values@^7.0.2:
4560+
version "7.0.2"
4561+
resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-7.0.2.tgz#8a33265f5f1decfc93328e2a23e03e8491a3d9ae"
4562+
integrity sha512-MuZIF6HJ4izko07Q0TgW6pClalI4al6wHRNPkFzqQdwAwG7hPn0lA58VZdxyb2Vl5AYjJ1piO+jgF9EnTjQwQQ==
45634563
dependencies:
45644564
browserslist "^4.23.1"
45654565
postcss-value-parser "^4.2.0"
@@ -5749,10 +5749,10 @@ typed-array-length@^1.0.6:
57495749
is-typed-array "^1.1.13"
57505750
possible-typed-array-names "^1.0.0"
57515751

5752-
typescript@^5.5.2:
5753-
version "5.5.2"
5754-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
5755-
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
5752+
typescript@^5.5.3:
5753+
version "5.5.3"
5754+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
5755+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
57565756

57575757
unbox-primitive@^1.0.2:
57585758
version "1.0.2"

0 commit comments

Comments
 (0)