Bump dependencies (#13741)

* bump dependencies

* update tests to reflect Lightning CSS change
This commit is contained in:
Robin Malfait 2024-05-25 14:43:59 +02:00 committed by GitHub
parent 0e92310caf
commit 2fedbe0194
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 404 additions and 407 deletions

View File

@ -31,7 +31,7 @@
"dependencies": {
"@parcel/watcher": "^2.4.1",
"@tailwindcss/oxide": "workspace:^",
"lightningcss": "^1.25.0",
"lightningcss": "^1.25.1",
"mri": "^1.2.0",
"picocolors": "^1.0.1",
"postcss": "8.4.24",

View File

@ -31,7 +31,7 @@
},
"dependencies": {
"@tailwindcss/oxide": "workspace:^",
"lightningcss": "^1.25.0",
"lightningcss": "^1.25.1",
"postcss-import": "^16.1.0",
"tailwindcss": "workspace:^"
},

View File

@ -29,7 +29,7 @@
},
"dependencies": {
"@tailwindcss/oxide": "workspace:^",
"lightningcss": "^1.25.0",
"lightningcss": "^1.25.1",
"tailwindcss": "workspace:^"
},
"devDependencies": {

View File

@ -65,6 +65,6 @@
"devDependencies": {
"@tailwindcss/oxide": "workspace:^",
"@types/node": "^20.12.12",
"lightningcss": "^1.25.0"
"lightningcss": "^1.25.1"
}
}

View File

@ -412,9 +412,9 @@ exports[`compiling CSS > \`@tailwind utilities\` is replaced by utilities using
}
.shadow {
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
--tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
@media (width >= 40rem) {

View File

@ -184,10 +184,10 @@ describe('@apply', () => {
}
.foo {
--tw-translate-x: 100%;
translate: var(--tw-translate-x) var(--tw-translate-y);
animation: var(--animate-spin, spin 1s linear infinite);
background-color: var(--color-red-500, #ef4444);
--tw-translate-x: 100%;
text-decoration-line: underline;
}
@ -262,9 +262,9 @@ describe('@apply', () => {
`),
).toMatchInlineSnapshot(`
".foo, .bar {
content: var(--tw-content);
content: var(--tw-content);
--tw-content: "b";
content: var(--tw-content);
content: var(--tw-content);
}
@supports (-moz-orient: inline) {

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"bun": "^1.1.9",
"bun": "^1.1.10",
"vite": "^5.2.11",
"vite-plugin-handlebars": "^2.0.0"
}

503
pnpm-lock.yaml generated
View File

@ -16,7 +16,7 @@ importers:
version: 20.12.12
'@vitest/coverage-v8':
specifier: ^1.6.0
version: 1.6.0(vitest@1.6.0(@types/node@20.12.12)(lightningcss@1.25.0))
version: 1.6.0(vitest@1.6.0(@types/node@20.12.12)(lightningcss@1.25.1))
postcss:
specifier: 8.4.24
version: 8.4.24
@ -40,7 +40,7 @@ importers:
version: 5.4.5
vitest:
specifier: ^1.6.0
version: 1.6.0(@types/node@20.12.12)(lightningcss@1.25.0)
version: 1.6.0(@types/node@20.12.12)(lightningcss@1.25.1)
crates/node:
optionalDependencies:
@ -110,8 +110,8 @@ importers:
specifier: workspace:^
version: link:../../crates/node
lightningcss:
specifier: ^1.25.0
version: 1.25.0
specifier: ^1.25.1
version: 1.25.1
mri:
specifier: ^1.2.0
version: 1.2.0
@ -138,8 +138,8 @@ importers:
specifier: workspace:^
version: link:../../crates/node
lightningcss:
specifier: ^1.25.0
version: 1.25.0
specifier: ^1.25.1
version: 1.25.1
postcss-import:
specifier: ^16.1.0
version: 16.1.0(postcss@8.4.24)
@ -163,8 +163,8 @@ importers:
specifier: workspace:^
version: link:../../crates/node
lightningcss:
specifier: ^1.25.0
version: 1.25.0
specifier: ^1.25.1
version: 1.25.1
tailwindcss:
specifier: workspace:^
version: link:../tailwindcss
@ -174,7 +174,7 @@ importers:
version: 20.12.12
vite:
specifier: ^5.2.11
version: 5.2.11(@types/node@20.12.12)(lightningcss@1.25.0)
version: 5.2.11(@types/node@20.12.12)(lightningcss@1.25.1)
packages/tailwindcss:
devDependencies:
@ -185,8 +185,8 @@ importers:
specifier: ^20.12.12
version: 20.12.12
lightningcss:
specifier: ^1.25.0
version: 1.25.0
specifier: ^1.25.1
version: 1.25.1
playgrounds/nextjs:
dependencies:
@ -235,7 +235,7 @@ importers:
version: link:../../packages/@tailwindcss-vite
'@vitejs/plugin-react':
specifier: ^4.3.0
version: 4.3.0(vite@5.2.11(@types/node@20.12.12)(lightningcss@1.25.0))
version: 4.3.0(vite@5.2.11(@types/node@20.12.12)(lightningcss@1.25.1))
react:
specifier: ^18.3.1
version: 18.3.1
@ -253,14 +253,14 @@ importers:
specifier: ^18.3.0
version: 18.3.0
bun:
specifier: ^1.1.9
version: 1.1.9
specifier: ^1.1.10
version: 1.1.10
vite:
specifier: ^5.2.11
version: 5.2.11(@types/node@20.12.12)(lightningcss@1.25.0)
version: 5.2.11(@types/node@20.12.12)(lightningcss@1.25.1)
vite-plugin-handlebars:
specifier: ^2.0.0
version: 2.0.0(@types/node@20.12.12)(lightningcss@1.25.0)
version: 2.0.0(@types/node@20.12.12)(lightningcss@1.25.1)
packages:
@ -268,111 +268,111 @@ packages:
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
'@babel/code-frame@7.24.2':
resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==}
'@babel/code-frame@7.24.6':
resolution: {integrity: sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==}
engines: {node: '>=6.9.0'}
'@babel/compat-data@7.24.4':
resolution: {integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==}
'@babel/compat-data@7.24.6':
resolution: {integrity: sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==}
engines: {node: '>=6.9.0'}
'@babel/core@7.24.5':
resolution: {integrity: sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==}
'@babel/core@7.24.6':
resolution: {integrity: sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==}
engines: {node: '>=6.9.0'}
'@babel/generator@7.24.5':
resolution: {integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==}
'@babel/generator@7.24.6':
resolution: {integrity: sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==}
engines: {node: '>=6.9.0'}
'@babel/helper-compilation-targets@7.23.6':
resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==}
'@babel/helper-compilation-targets@7.24.6':
resolution: {integrity: sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==}
engines: {node: '>=6.9.0'}
'@babel/helper-environment-visitor@7.22.20':
resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==}
'@babel/helper-environment-visitor@7.24.6':
resolution: {integrity: sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==}
engines: {node: '>=6.9.0'}
'@babel/helper-function-name@7.23.0':
resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==}
'@babel/helper-function-name@7.24.6':
resolution: {integrity: sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==}
engines: {node: '>=6.9.0'}
'@babel/helper-hoist-variables@7.22.5':
resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
'@babel/helper-hoist-variables@7.24.6':
resolution: {integrity: sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==}
engines: {node: '>=6.9.0'}
'@babel/helper-module-imports@7.24.3':
resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==}
'@babel/helper-module-imports@7.24.6':
resolution: {integrity: sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==}
engines: {node: '>=6.9.0'}
'@babel/helper-module-transforms@7.24.5':
resolution: {integrity: sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==}
'@babel/helper-module-transforms@7.24.6':
resolution: {integrity: sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
'@babel/helper-plugin-utils@7.24.5':
resolution: {integrity: sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==}
'@babel/helper-plugin-utils@7.24.6':
resolution: {integrity: sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==}
engines: {node: '>=6.9.0'}
'@babel/helper-simple-access@7.24.5':
resolution: {integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==}
'@babel/helper-simple-access@7.24.6':
resolution: {integrity: sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==}
engines: {node: '>=6.9.0'}
'@babel/helper-split-export-declaration@7.24.5':
resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==}
'@babel/helper-split-export-declaration@7.24.6':
resolution: {integrity: sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==}
engines: {node: '>=6.9.0'}
'@babel/helper-string-parser@7.24.1':
resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==}
'@babel/helper-string-parser@7.24.6':
resolution: {integrity: sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==}
engines: {node: '>=6.9.0'}
'@babel/helper-validator-identifier@7.24.5':
resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==}
'@babel/helper-validator-identifier@7.24.6':
resolution: {integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==}
engines: {node: '>=6.9.0'}
'@babel/helper-validator-option@7.23.5':
resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==}
'@babel/helper-validator-option@7.24.6':
resolution: {integrity: sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==}
engines: {node: '>=6.9.0'}
'@babel/helpers@7.24.5':
resolution: {integrity: sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==}
'@babel/helpers@7.24.6':
resolution: {integrity: sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==}
engines: {node: '>=6.9.0'}
'@babel/highlight@7.24.5':
resolution: {integrity: sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==}
'@babel/highlight@7.24.6':
resolution: {integrity: sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==}
engines: {node: '>=6.9.0'}
'@babel/parser@7.24.5':
resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==}
'@babel/parser@7.24.6':
resolution: {integrity: sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==}
engines: {node: '>=6.0.0'}
hasBin: true
'@babel/plugin-transform-react-jsx-self@7.24.5':
resolution: {integrity: sha512-RtCJoUO2oYrYwFPtR1/jkoBEcFuI1ae9a9IMxeyAVa3a1Ap4AnxmyIKG2b2FaJKqkidw/0cxRbWN+HOs6ZWd1w==}
'@babel/plugin-transform-react-jsx-self@7.24.6':
resolution: {integrity: sha512-FfZfHXtQ5jYPQsCRyLpOv2GeLIIJhs8aydpNh39vRDjhD411XcfWDni5i7OjP/Rs8GAtTn7sWFFELJSHqkIxYg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-transform-react-jsx-source@7.24.1':
resolution: {integrity: sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==}
'@babel/plugin-transform-react-jsx-source@7.24.6':
resolution: {integrity: sha512-BQTBCXmFRreU3oTUXcGKuPOfXAGb1liNY4AvvFKsOBAJ89RKcTsIrSsnMYkj59fNa66OFKnSa4AJZfy5Y4B9WA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/runtime@7.24.5':
resolution: {integrity: sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==}
'@babel/runtime@7.24.6':
resolution: {integrity: sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==}
engines: {node: '>=6.9.0'}
'@babel/template@7.24.0':
resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==}
'@babel/template@7.24.6':
resolution: {integrity: sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==}
engines: {node: '>=6.9.0'}
'@babel/traverse@7.24.5':
resolution: {integrity: sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==}
'@babel/traverse@7.24.6':
resolution: {integrity: sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==}
engines: {node: '>=6.9.0'}
'@babel/types@7.24.5':
resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==}
'@babel/types@7.24.6':
resolution: {integrity: sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==}
engines: {node: '>=6.9.0'}
'@bcoe/v8-coverage@0.2.3':
@ -790,43 +790,43 @@ packages:
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
engines: {node: '>= 8'}
'@oven/bun-darwin-aarch64@1.1.9':
resolution: {integrity: sha512-t5YimxcRKx/pKO8mqifIOvI97xgQtlNFmuYmZnYdv5CJjagiBN3xv+a5LAQsYS/TPmP4sbKel9vB7SrYRekToA==}
'@oven/bun-darwin-aarch64@1.1.10':
resolution: {integrity: sha512-5x6QGEzTurmCPZM3OLosIJE0QynhKfKZZ6uSVl7C36mNPFAZfTXjK64LgbM+4P9Kr0PyEQnZweLlScl+HaEJcw==}
cpu: [arm64]
os: [darwin]
'@oven/bun-darwin-x64-baseline@1.1.9':
resolution: {integrity: sha512-agY30jyGM86EJ13PkvYIMBBVXxFyTf0N3PvYrJE6723Hr//R6j9i7UOvdWIqeE9YRjsJbPLhCjtViBSsJ2hPaw==}
'@oven/bun-darwin-x64-baseline@1.1.10':
resolution: {integrity: sha512-a/P612tHH86gpBiITwHmrpFMLT9Z/v6VxBKpPK+FgejIgLDGvzfIOxbNtBeGygWbZaAFDQfRRQJFGpVHvjwGQA==}
cpu: [x64]
os: [darwin]
'@oven/bun-darwin-x64@1.1.9':
resolution: {integrity: sha512-58gCtFrf1PCU++Om6qH4WKhcGvDrRqnH6KQQHaxmFqlJegeTu6q9cArulhD6xuEl7U6dIdZQrv2KHoEU/wJylw==}
'@oven/bun-darwin-x64@1.1.10':
resolution: {integrity: sha512-DYbp2koaATwWikMIyeWLq2LhLZtvxzr4WuFIBe4+KwoWLGXJEC8uK9QsTwis/tCLPH45ov9DMwDmBA31oX+0iA==}
cpu: [x64]
os: [darwin]
'@oven/bun-linux-aarch64@1.1.9':
resolution: {integrity: sha512-R0eiTHD2Po+uUfXQiqNvw0CuVuBMlAGLQ6UeYTx+60mkLLKJkws1+kq8VhBWYt40fg+BYlWcIoLsZ1sTNFlCNg==}
'@oven/bun-linux-aarch64@1.1.10':
resolution: {integrity: sha512-iR7TRUWtVtrPe+iZu1ISQNbz7M6HxMRtn4PCr/a6dswuPkIhvXxTJUD6WTpHnHxsgioS5GHG9eonu03PTeBY0Q==}
cpu: [arm64]
os: [linux]
'@oven/bun-linux-x64-baseline@1.1.9':
resolution: {integrity: sha512-vi/CKnXi1uzmFpI9TsSRwnXuf+fR6ZmzULyj4dKY/PGo09BIUc6iJ2fmTc2lXa519t7XEjP0MMYivb/HQp70Lw==}
'@oven/bun-linux-x64-baseline@1.1.10':
resolution: {integrity: sha512-TjBH/KIyI/4Ms3PJYRm2QEgI7HOyV5fXdwqwB/40SCPXND6wq0u4voHDIINc9rdHDRXpmO8RPUFWsKNuN3Mf5w==}
cpu: [x64]
os: [linux]
'@oven/bun-linux-x64@1.1.9':
resolution: {integrity: sha512-GpXZKKmVTJp1zZFlBJp6v3aAcy9s2FlbdBSy2c3kNv8C7Vyn0ROi1N9/zU8Ug44my7fLImtTJA1wVjxdSHy+8g==}
'@oven/bun-linux-x64@1.1.10':
resolution: {integrity: sha512-pUgLdu/5Yn+hV8aIwZE0x2H/t2QQRIPWUibnUdDLglnNtGjaqNUyST9iVN5TD7NdMk1p342GDc9rouA8VxAHHA==}
cpu: [x64]
os: [linux]
'@oven/bun-windows-x64-baseline@1.1.9':
resolution: {integrity: sha512-Noorqymq+AcEpbF0hIBSLVhEnLuXOw/pqxZx1adNxmkuVQqq0xhm7bI1dV88vH6aBFa1Ii7gfBxV9SaPh6ndTQ==}
'@oven/bun-windows-x64-baseline@1.1.10':
resolution: {integrity: sha512-+q2pDLq9VCXYJ89pcT5AevXUTGdDoqgq+scE3qlKLclSxtSR25K18C61D9rpqgiueC6jLrxIN13w5qOi4B3LfQ==}
cpu: [x64]
os: [win32]
'@oven/bun-windows-x64@1.1.9':
resolution: {integrity: sha512-7qgAkj/20m2GSd9JYAV1w3WoXKb+2i8Dc9STKdpBV14nEcHAcO0X/WfKvHLS+xnhFJ629TQioXXMPDHmWYjyFA==}
'@oven/bun-windows-x64@1.1.10':
resolution: {integrity: sha512-+KiITh1xyrDGoRXM3HLHyO9iweaMZ9T41KP4cbov92D78SKxR5jpq1LDLPhWK668a0aNX/r9PGePkPNt4yg/HA==}
cpu: [x64]
os: [win32]
@ -1228,8 +1228,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
bun@1.1.9:
resolution: {integrity: sha512-imtKSi5ieJYZ8H/YJIUy1xY91izXTV0iE28399vKiq3vjNaVz9/kzEHqZKDZcofYtknfnc5Izo4qaB5kpmQ+Yg==}
bun@1.1.10:
resolution: {integrity: sha512-qOJXrQZSzJ5DbJMt47GZGWtUSmIkbwD7fPSN/XS/T46D4cTTnPK46QDHlyC8VD+Anvs6uKNwuwKIyB31kUdHmQ==}
cpu: [arm64, x64]
os: [darwin, linux, win32]
hasBin: true
@ -1389,8 +1389,8 @@ packages:
eastasianwidth@0.2.0:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
electron-to-chromium@1.4.781:
resolution: {integrity: sha512-aBI40ltvcWJQDW+V803FY6HjXAfi5xCWzpa3vSM/NGg7GfKEvI7ftzW4Gb2XKTRO4WsxDG7YG8ykrr/pG9bkKQ==}
electron-to-chromium@1.4.783:
resolution: {integrity: sha512-bT0jEz/Xz1fahQpbZ1D7LgmPYZ3iHVY39NcWWro1+hA2IvjiPeaXtfSqrQ+nXjApMvQRE2ASt1itSLRrebHMRQ==}
emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@ -1671,8 +1671,8 @@ packages:
engines: {node: '>=16 || 14 >=14.17'}
hasBin: true
glob@10.3.16:
resolution: {integrity: sha512-JDKXl1DiuuHJ6fVS2FXjownaavciiHNUU4mOvV/B793RLh05vZL1rcPnCSaOgv1hDT6RDlY7AB7ZUvFYAtPgAw==}
glob@10.4.1:
resolution: {integrity: sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==}
engines: {node: '>=16 || 14 >=14.18'}
hasBin: true
@ -1977,62 +1977,62 @@ packages:
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
engines: {node: '>= 0.8.0'}
lightningcss-darwin-arm64@1.25.0:
resolution: {integrity: sha512-neCU5PrQUAec/b2mpXv13rrBWObQVaG/y0yhGKzAqN9cj7lOv13Wegnpiro0M66XAxx/cIkZfmJstRfriOR2SQ==}
lightningcss-darwin-arm64@1.25.1:
resolution: {integrity: sha512-G4Dcvv85bs5NLENcu/s1f7ehzE3D5ThnlWSDwE190tWXRQCQaqwcuHe+MGSVI/slm0XrxnaayXY+cNl3cSricw==}
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [darwin]
lightningcss-darwin-x64@1.25.0:
resolution: {integrity: sha512-h1XBxDHdED7TY4/1V30UNjiqXceGbcL8ARhUfbf8CWAEhD7wMKK/4UqMHi94RDl31ko4LTmt9fS2u1uyeWYE6g==}
lightningcss-darwin-x64@1.25.1:
resolution: {integrity: sha512-dYWuCzzfqRueDSmto6YU5SoGHvZTMU1Em9xvhcdROpmtOQLorurUZz8+xFxZ51lCO2LnYbfdjZ/gCqWEkwixNg==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [darwin]
lightningcss-freebsd-x64@1.25.0:
resolution: {integrity: sha512-f7v6QwrqCFtQOG1Y7iZ4P1/EAmMsyUyRBrYbSmDxihMzdsL7xyTM753H2138/oCpam+maw2RZrXe/NA1r/I5cQ==}
lightningcss-freebsd-x64@1.25.1:
resolution: {integrity: sha512-hXoy2s9A3KVNAIoKz+Fp6bNeY+h9c3tkcx1J3+pS48CqAt+5bI/R/YY4hxGL57fWAIquRjGKW50arltD6iRt/w==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [freebsd]
lightningcss-linux-arm-gnueabihf@1.25.0:
resolution: {integrity: sha512-7KSVcjci9apHxUKNjiLKXn8hVQJqCtwFg5YNvTeKi/BM91A9lQTuO57RpmpPbRIb20Qm8vR7fZtL1iL5Yo3j9A==}
lightningcss-linux-arm-gnueabihf@1.25.1:
resolution: {integrity: sha512-tWyMgHFlHlp1e5iW3EpqvH5MvsgoN7ZkylBbG2R2LWxnvH3FuWCJOhtGcYx9Ks0Kv0eZOBud789odkYLhyf1ng==}
engines: {node: '>= 12.0.0'}
cpu: [arm]
os: [linux]
lightningcss-linux-arm64-gnu@1.25.0:
resolution: {integrity: sha512-1+6tuAsUyMVG5N2rzgwaOOf84yEU+Gjl71b+wLcz26lyM/ohgFgeqPWeB/Dor0wyUnq7vg184l8goGT26cRxoQ==}
lightningcss-linux-arm64-gnu@1.25.1:
resolution: {integrity: sha512-Xjxsx286OT9/XSnVLIsFEDyDipqe4BcLeB4pXQ/FEA5+2uWCCuAEarUNQumRucnj7k6ftkAHUEph5r821KBccQ==}
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [linux]
lightningcss-linux-arm64-musl@1.25.0:
resolution: {integrity: sha512-4kw3ZnGQzxD8KkaB4doqfi32hP5h3o04OlrdfZ7T9VLTbUxeh3YZUKcJmhINV2rdMOOmVODqaRw1kuvvF16Q+Q==}
lightningcss-linux-arm64-musl@1.25.1:
resolution: {integrity: sha512-IhxVFJoTW8wq6yLvxdPvyHv4NjzcpN1B7gjxrY3uaykQNXPHNIpChLB52+wfH+yS58zm1PL4LemUp8u9Cfp6Bw==}
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [linux]
lightningcss-linux-x64-gnu@1.25.0:
resolution: {integrity: sha512-oVEP5rBrFQB5V7fRIPYkDxKLmd2fAbz9VagKWIRu1TlYDUFWXK4F3KztAtAKuD7tLMBSGGi1LMUueFzVe+cZbw==}
lightningcss-linux-x64-gnu@1.25.1:
resolution: {integrity: sha512-RXIaru79KrREPEd6WLXfKfIp4QzoppZvD3x7vuTKkDA64PwTzKJ2jaC43RZHRt8BmyIkRRlmywNhTRMbmkPYpA==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [linux]
lightningcss-linux-x64-musl@1.25.0:
resolution: {integrity: sha512-7ssY6HwCvmPDohqtXuZG2Mh9q32LbVBhiF/SS/VMj2jUcXcsBilUEviq/zFDzhZMxl5f1lXi5/+mCuSGrMir1A==}
lightningcss-linux-x64-musl@1.25.1:
resolution: {integrity: sha512-TdcNqFsAENEEFr8fJWg0Y4fZ/nwuqTRsIr7W7t2wmDUlA8eSXVepeeONYcb+gtTj1RaXn/WgNLB45SFkz+XBZA==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [linux]
lightningcss-win32-x64-msvc@1.25.0:
resolution: {integrity: sha512-DUVxj1S6dCQkixQ5qiHcYojamxE02bgmSpc4p6lejPwW7WRd/pvDPDAr+BvZWAkX5MRphxB7ei6+93+42ZtvmQ==}
lightningcss-win32-x64-msvc@1.25.1:
resolution: {integrity: sha512-9KZZkmmy9oGDSrnyHuxP6iMhbsgChUiu/NSgOx+U1I/wTngBStDf2i2aGRCHvFqj19HqqBEI4WuGVQBa2V6e0A==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [win32]
lightningcss@1.25.0:
resolution: {integrity: sha512-B08o6QQikGaY4rPuQohtFVE+X2++mm/QemwAJ/1sgnMgTwwUnafJbTmSSBWC8Tv4JPfhelXZB6sWA0Y/6eYJmQ==}
lightningcss@1.25.1:
resolution: {integrity: sha512-V0RMVZzK1+rCHpymRv4URK2lNhIRyO8g7U7zOFwVAhJuat74HtkjIQpQRKNCwFEYkRGpafOpmXXLoaoBcyVtBg==}
engines: {node: '>= 12.0.0'}
lilconfig@3.1.1:
@ -2117,8 +2117,8 @@ packages:
minimist@1.2.8:
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
minipass@7.1.1:
resolution: {integrity: sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==}
minipass@7.1.2:
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
engines: {node: '>=16 || 14 >=14.17'}
mlly@1.7.0:
@ -2911,25 +2911,25 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
'@babel/code-frame@7.24.2':
'@babel/code-frame@7.24.6':
dependencies:
'@babel/highlight': 7.24.5
'@babel/highlight': 7.24.6
picocolors: 1.0.1
'@babel/compat-data@7.24.4': {}
'@babel/compat-data@7.24.6': {}
'@babel/core@7.24.5':
'@babel/core@7.24.6':
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.24.2
'@babel/generator': 7.24.5
'@babel/helper-compilation-targets': 7.23.6
'@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5)
'@babel/helpers': 7.24.5
'@babel/parser': 7.24.5
'@babel/template': 7.24.0
'@babel/traverse': 7.24.5
'@babel/types': 7.24.5
'@babel/code-frame': 7.24.6
'@babel/generator': 7.24.6
'@babel/helper-compilation-targets': 7.24.6
'@babel/helper-module-transforms': 7.24.6(@babel/core@7.24.6)
'@babel/helpers': 7.24.6
'@babel/parser': 7.24.6
'@babel/template': 7.24.6
'@babel/traverse': 7.24.6
'@babel/types': 7.24.6
convert-source-map: 2.0.0
debug: 4.3.4
gensync: 1.0.0-beta.2
@ -2938,119 +2938,116 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@babel/generator@7.24.5':
'@babel/generator@7.24.6':
dependencies:
'@babel/types': 7.24.5
'@babel/types': 7.24.6
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 2.5.2
'@babel/helper-compilation-targets@7.23.6':
'@babel/helper-compilation-targets@7.24.6':
dependencies:
'@babel/compat-data': 7.24.4
'@babel/helper-validator-option': 7.23.5
'@babel/compat-data': 7.24.6
'@babel/helper-validator-option': 7.24.6
browserslist: 4.23.0
lru-cache: 5.1.1
semver: 6.3.1
'@babel/helper-environment-visitor@7.22.20': {}
'@babel/helper-environment-visitor@7.24.6': {}
'@babel/helper-function-name@7.23.0':
'@babel/helper-function-name@7.24.6':
dependencies:
'@babel/template': 7.24.0
'@babel/types': 7.24.5
'@babel/template': 7.24.6
'@babel/types': 7.24.6
'@babel/helper-hoist-variables@7.22.5':
'@babel/helper-hoist-variables@7.24.6':
dependencies:
'@babel/types': 7.24.5
'@babel/types': 7.24.6
'@babel/helper-module-imports@7.24.3':
'@babel/helper-module-imports@7.24.6':
dependencies:
'@babel/types': 7.24.5
'@babel/types': 7.24.6
'@babel/helper-module-transforms@7.24.5(@babel/core@7.24.5)':
'@babel/helper-module-transforms@7.24.6(@babel/core@7.24.6)':
dependencies:
'@babel/core': 7.24.5
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-module-imports': 7.24.3
'@babel/helper-simple-access': 7.24.5
'@babel/helper-split-export-declaration': 7.24.5
'@babel/helper-validator-identifier': 7.24.5
'@babel/core': 7.24.6
'@babel/helper-environment-visitor': 7.24.6
'@babel/helper-module-imports': 7.24.6
'@babel/helper-simple-access': 7.24.6
'@babel/helper-split-export-declaration': 7.24.6
'@babel/helper-validator-identifier': 7.24.6
'@babel/helper-plugin-utils@7.24.5': {}
'@babel/helper-plugin-utils@7.24.6': {}
'@babel/helper-simple-access@7.24.5':
'@babel/helper-simple-access@7.24.6':
dependencies:
'@babel/types': 7.24.5
'@babel/types': 7.24.6
'@babel/helper-split-export-declaration@7.24.5':
'@babel/helper-split-export-declaration@7.24.6':
dependencies:
'@babel/types': 7.24.5
'@babel/types': 7.24.6
'@babel/helper-string-parser@7.24.1': {}
'@babel/helper-string-parser@7.24.6': {}
'@babel/helper-validator-identifier@7.24.5': {}
'@babel/helper-validator-identifier@7.24.6': {}
'@babel/helper-validator-option@7.23.5': {}
'@babel/helper-validator-option@7.24.6': {}
'@babel/helpers@7.24.5':
'@babel/helpers@7.24.6':
dependencies:
'@babel/template': 7.24.0
'@babel/traverse': 7.24.5
'@babel/types': 7.24.5
transitivePeerDependencies:
- supports-color
'@babel/template': 7.24.6
'@babel/types': 7.24.6
'@babel/highlight@7.24.5':
'@babel/highlight@7.24.6':
dependencies:
'@babel/helper-validator-identifier': 7.24.5
'@babel/helper-validator-identifier': 7.24.6
chalk: 2.4.2
js-tokens: 4.0.0
picocolors: 1.0.1
'@babel/parser@7.24.5':
'@babel/parser@7.24.6':
dependencies:
'@babel/types': 7.24.5
'@babel/types': 7.24.6
'@babel/plugin-transform-react-jsx-self@7.24.5(@babel/core@7.24.5)':
'@babel/plugin-transform-react-jsx-self@7.24.6(@babel/core@7.24.6)':
dependencies:
'@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.5
'@babel/core': 7.24.6
'@babel/helper-plugin-utils': 7.24.6
'@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.24.5)':
'@babel/plugin-transform-react-jsx-source@7.24.6(@babel/core@7.24.6)':
dependencies:
'@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.5
'@babel/core': 7.24.6
'@babel/helper-plugin-utils': 7.24.6
'@babel/runtime@7.24.5':
'@babel/runtime@7.24.6':
dependencies:
regenerator-runtime: 0.14.1
'@babel/template@7.24.0':
'@babel/template@7.24.6':
dependencies:
'@babel/code-frame': 7.24.2
'@babel/parser': 7.24.5
'@babel/types': 7.24.5
'@babel/code-frame': 7.24.6
'@babel/parser': 7.24.6
'@babel/types': 7.24.6
'@babel/traverse@7.24.5':
'@babel/traverse@7.24.6':
dependencies:
'@babel/code-frame': 7.24.2
'@babel/generator': 7.24.5
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-function-name': 7.23.0
'@babel/helper-hoist-variables': 7.22.5
'@babel/helper-split-export-declaration': 7.24.5
'@babel/parser': 7.24.5
'@babel/types': 7.24.5
'@babel/code-frame': 7.24.6
'@babel/generator': 7.24.6
'@babel/helper-environment-visitor': 7.24.6
'@babel/helper-function-name': 7.24.6
'@babel/helper-hoist-variables': 7.24.6
'@babel/helper-split-export-declaration': 7.24.6
'@babel/parser': 7.24.6
'@babel/types': 7.24.6
debug: 4.3.4
globals: 11.12.0
transitivePeerDependencies:
- supports-color
'@babel/types@7.24.5':
'@babel/types@7.24.6':
dependencies:
'@babel/helper-string-parser': 7.24.1
'@babel/helper-validator-identifier': 7.24.5
'@babel/helper-string-parser': 7.24.6
'@babel/helper-validator-identifier': 7.24.6
to-fast-properties: 2.0.0
'@bcoe/v8-coverage@0.2.3': {}
@ -3307,28 +3304,28 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.17.1
'@oven/bun-darwin-aarch64@1.1.9':
'@oven/bun-darwin-aarch64@1.1.10':
optional: true
'@oven/bun-darwin-x64-baseline@1.1.9':
'@oven/bun-darwin-x64-baseline@1.1.10':
optional: true
'@oven/bun-darwin-x64@1.1.9':
'@oven/bun-darwin-x64@1.1.10':
optional: true
'@oven/bun-linux-aarch64@1.1.9':
'@oven/bun-linux-aarch64@1.1.10':
optional: true
'@oven/bun-linux-x64-baseline@1.1.9':
'@oven/bun-linux-x64-baseline@1.1.10':
optional: true
'@oven/bun-linux-x64@1.1.9':
'@oven/bun-linux-x64@1.1.10':
optional: true
'@oven/bun-windows-x64-baseline@1.1.9':
'@oven/bun-windows-x64-baseline@1.1.10':
optional: true
'@oven/bun-windows-x64@1.1.9':
'@oven/bun-windows-x64@1.1.10':
optional: true
'@parcel/watcher-android-arm64@2.4.1':
@ -3452,24 +3449,24 @@ snapshots:
'@types/babel__core@7.20.5':
dependencies:
'@babel/parser': 7.24.5
'@babel/types': 7.24.5
'@babel/parser': 7.24.6
'@babel/types': 7.24.6
'@types/babel__generator': 7.6.8
'@types/babel__template': 7.4.4
'@types/babel__traverse': 7.20.6
'@types/babel__generator@7.6.8':
dependencies:
'@babel/types': 7.24.5
'@babel/types': 7.24.6
'@types/babel__template@7.4.4':
dependencies:
'@babel/parser': 7.24.5
'@babel/types': 7.24.5
'@babel/parser': 7.24.6
'@babel/types': 7.24.6
'@types/babel__traverse@7.20.6':
dependencies:
'@babel/types': 7.24.5
'@babel/types': 7.24.6
'@types/estree@1.0.5': {}
@ -3536,18 +3533,18 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
'@vitejs/plugin-react@4.3.0(vite@5.2.11(@types/node@20.12.12)(lightningcss@1.25.0))':
'@vitejs/plugin-react@4.3.0(vite@5.2.11(@types/node@20.12.12)(lightningcss@1.25.1))':
dependencies:
'@babel/core': 7.24.5
'@babel/plugin-transform-react-jsx-self': 7.24.5(@babel/core@7.24.5)
'@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.5)
'@babel/core': 7.24.6
'@babel/plugin-transform-react-jsx-self': 7.24.6(@babel/core@7.24.6)
'@babel/plugin-transform-react-jsx-source': 7.24.6(@babel/core@7.24.6)
'@types/babel__core': 7.20.5
react-refresh: 0.14.2
vite: 5.2.11(@types/node@20.12.12)(lightningcss@1.25.0)
vite: 5.2.11(@types/node@20.12.12)(lightningcss@1.25.1)
transitivePeerDependencies:
- supports-color
'@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@20.12.12)(lightningcss@1.25.0))':
'@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@20.12.12)(lightningcss@1.25.1))':
dependencies:
'@ampproject/remapping': 2.3.0
'@bcoe/v8-coverage': 0.2.3
@ -3562,7 +3559,7 @@ snapshots:
std-env: 3.7.0
strip-literal: 2.1.0
test-exclude: 6.0.0
vitest: 1.6.0(@types/node@20.12.12)(lightningcss@1.25.0)
vitest: 1.6.0(@types/node@20.12.12)(lightningcss@1.25.1)
transitivePeerDependencies:
- supports-color
@ -3747,20 +3744,20 @@ snapshots:
browserslist@4.23.0:
dependencies:
caniuse-lite: 1.0.30001621
electron-to-chromium: 1.4.781
electron-to-chromium: 1.4.783
node-releases: 2.0.14
update-browserslist-db: 1.0.16(browserslist@4.23.0)
bun@1.1.9:
bun@1.1.10:
optionalDependencies:
'@oven/bun-darwin-aarch64': 1.1.9
'@oven/bun-darwin-x64': 1.1.9
'@oven/bun-darwin-x64-baseline': 1.1.9
'@oven/bun-linux-aarch64': 1.1.9
'@oven/bun-linux-x64': 1.1.9
'@oven/bun-linux-x64-baseline': 1.1.9
'@oven/bun-windows-x64': 1.1.9
'@oven/bun-windows-x64-baseline': 1.1.9
'@oven/bun-darwin-aarch64': 1.1.10
'@oven/bun-darwin-x64': 1.1.10
'@oven/bun-darwin-x64-baseline': 1.1.10
'@oven/bun-linux-aarch64': 1.1.10
'@oven/bun-linux-x64': 1.1.10
'@oven/bun-linux-x64-baseline': 1.1.10
'@oven/bun-windows-x64': 1.1.10
'@oven/bun-windows-x64-baseline': 1.1.10
bundle-require@4.1.0(esbuild@0.19.12):
dependencies:
@ -3918,7 +3915,7 @@ snapshots:
eastasianwidth@0.2.0: {}
electron-to-chromium@1.4.781: {}
electron-to-chromium@1.4.783: {}
emoji-regex@8.0.0: {}
@ -4162,7 +4159,7 @@ snapshots:
eslint-plugin-jsx-a11y@6.8.0(eslint@8.57.0):
dependencies:
'@babel/runtime': 7.24.5
'@babel/runtime': 7.24.6
aria-query: 5.3.0
array-includes: 3.1.8
array.prototype.flatmap: 1.3.2
@ -4408,15 +4405,15 @@ snapshots:
foreground-child: 3.1.1
jackspeak: 2.3.6
minimatch: 9.0.4
minipass: 7.1.1
minipass: 7.1.2
path-scurry: 1.11.1
glob@10.3.16:
glob@10.4.1:
dependencies:
foreground-child: 3.1.1
jackspeak: 3.1.2
minimatch: 9.0.4
minipass: 7.1.1
minipass: 7.1.2
path-scurry: 1.11.1
glob@7.2.3:
@ -4708,46 +4705,46 @@ snapshots:
prelude-ls: 1.2.1
type-check: 0.4.0
lightningcss-darwin-arm64@1.25.0:
lightningcss-darwin-arm64@1.25.1:
optional: true
lightningcss-darwin-x64@1.25.0:
lightningcss-darwin-x64@1.25.1:
optional: true
lightningcss-freebsd-x64@1.25.0:
lightningcss-freebsd-x64@1.25.1:
optional: true
lightningcss-linux-arm-gnueabihf@1.25.0:
lightningcss-linux-arm-gnueabihf@1.25.1:
optional: true
lightningcss-linux-arm64-gnu@1.25.0:
lightningcss-linux-arm64-gnu@1.25.1:
optional: true
lightningcss-linux-arm64-musl@1.25.0:
lightningcss-linux-arm64-musl@1.25.1:
optional: true
lightningcss-linux-x64-gnu@1.25.0:
lightningcss-linux-x64-gnu@1.25.1:
optional: true
lightningcss-linux-x64-musl@1.25.0:
lightningcss-linux-x64-musl@1.25.1:
optional: true
lightningcss-win32-x64-msvc@1.25.0:
lightningcss-win32-x64-msvc@1.25.1:
optional: true
lightningcss@1.25.0:
lightningcss@1.25.1:
dependencies:
detect-libc: 1.0.3
optionalDependencies:
lightningcss-darwin-arm64: 1.25.0
lightningcss-darwin-x64: 1.25.0
lightningcss-freebsd-x64: 1.25.0
lightningcss-linux-arm-gnueabihf: 1.25.0
lightningcss-linux-arm64-gnu: 1.25.0
lightningcss-linux-arm64-musl: 1.25.0
lightningcss-linux-x64-gnu: 1.25.0
lightningcss-linux-x64-musl: 1.25.0
lightningcss-win32-x64-msvc: 1.25.0
lightningcss-darwin-arm64: 1.25.1
lightningcss-darwin-x64: 1.25.1
lightningcss-freebsd-x64: 1.25.1
lightningcss-linux-arm-gnueabihf: 1.25.1
lightningcss-linux-arm64-gnu: 1.25.1
lightningcss-linux-arm64-musl: 1.25.1
lightningcss-linux-x64-gnu: 1.25.1
lightningcss-linux-x64-musl: 1.25.1
lightningcss-win32-x64-msvc: 1.25.1
lilconfig@3.1.1: {}
@ -4788,8 +4785,8 @@ snapshots:
magicast@0.3.4:
dependencies:
'@babel/parser': 7.24.5
'@babel/types': 7.24.5
'@babel/parser': 7.24.6
'@babel/types': 7.24.6
source-map-js: 1.2.0
make-dir@4.0.0:
@ -4823,7 +4820,7 @@ snapshots:
minimist@1.2.8: {}
minipass@7.1.1: {}
minipass@7.1.2: {}
mlly@1.7.0:
dependencies:
@ -4983,7 +4980,7 @@ snapshots:
path-scurry@1.11.1:
dependencies:
lru-cache: 10.2.2
minipass: 7.1.1
minipass: 7.1.2
path-type@4.0.0: {}
@ -5314,7 +5311,7 @@ snapshots:
dependencies:
'@jridgewell/gen-mapping': 0.3.5
commander: 4.1.1
glob: 10.3.16
glob: 10.4.1
lines-and-columns: 1.2.4
mz: 2.7.0
pirates: 4.0.6
@ -5497,13 +5494,13 @@ snapshots:
dependencies:
punycode: 2.3.1
vite-node@1.6.0(@types/node@20.12.12)(lightningcss@1.25.0):
vite-node@1.6.0(@types/node@20.12.12)(lightningcss@1.25.1):
dependencies:
cac: 6.7.14
debug: 4.3.4
pathe: 1.1.2
picocolors: 1.0.1
vite: 5.2.11(@types/node@20.12.12)(lightningcss@1.25.0)
vite: 5.2.11(@types/node@20.12.12)(lightningcss@1.25.1)
transitivePeerDependencies:
- '@types/node'
- less
@ -5514,10 +5511,10 @@ snapshots:
- supports-color
- terser
vite-plugin-handlebars@2.0.0(@types/node@20.12.12)(lightningcss@1.25.0):
vite-plugin-handlebars@2.0.0(@types/node@20.12.12)(lightningcss@1.25.1):
dependencies:
handlebars: 4.7.8
vite: 5.2.11(@types/node@20.12.12)(lightningcss@1.25.0)
vite: 5.2.11(@types/node@20.12.12)(lightningcss@1.25.1)
transitivePeerDependencies:
- '@types/node'
- less
@ -5527,7 +5524,7 @@ snapshots:
- sugarss
- terser
vite@5.2.11(@types/node@20.12.12)(lightningcss@1.25.0):
vite@5.2.11(@types/node@20.12.12)(lightningcss@1.25.1):
dependencies:
esbuild: 0.20.2
postcss: 8.4.38
@ -5535,9 +5532,9 @@ snapshots:
optionalDependencies:
'@types/node': 20.12.12
fsevents: 2.3.3
lightningcss: 1.25.0
lightningcss: 1.25.1
vitest@1.6.0(@types/node@20.12.12)(lightningcss@1.25.0):
vitest@1.6.0(@types/node@20.12.12)(lightningcss@1.25.1):
dependencies:
'@vitest/expect': 1.6.0
'@vitest/runner': 1.6.0
@ -5556,8 +5553,8 @@ snapshots:
strip-literal: 2.1.0
tinybench: 2.8.0
tinypool: 0.8.4
vite: 5.2.11(@types/node@20.12.12)(lightningcss@1.25.0)
vite-node: 1.6.0(@types/node@20.12.12)(lightningcss@1.25.0)
vite: 5.2.11(@types/node@20.12.12)(lightningcss@1.25.1)
vite-node: 1.6.0(@types/node@20.12.12)(lightningcss@1.25.1)
why-is-node-running: 2.2.2
optionalDependencies:
'@types/node': 20.12.12