diff --git a/.github/workflows/tagpr.yml b/.github/workflows/tagpr.yml
index 6f45633..e9c625e 100644
--- a/.github/workflows/tagpr.yml
+++ b/.github/workflows/tagpr.yml
@@ -11,15 +11,15 @@ jobs:
steps:
- name: Generate Token
id: generate-token
- uses: actions/create-github-app-token@v1.9.3
+ uses: actions/create-github-app-token@v1.10.1
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Check out source code
- uses: actions/checkout@v4.1.1
+ uses: actions/checkout@v4.1.7
with:
token: ${{ steps.generate-token.outputs.token }}
- name: Run tagpr
- uses: Songmu/tagpr@v1.2.0
+ uses: Songmu/tagpr@v1.3.0
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e1b63af..3fbc078 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4.1.1
+ - uses: actions/checkout@v4.1.7
- name: Cache pnpm modules
uses: actions/cache@v4.0.2
with:
diff --git a/.node-version b/.node-version
index 1eba3d7..ec84250 100644
--- a/.node-version
+++ b/.node-version
@@ -1,2 +1,2 @@
-20.12.2
+20.14.0
diff --git a/package.json b/package.json
index 6fca438..178ae93 100644
--- a/package.json
+++ b/package.json
@@ -20,42 +20,42 @@
"generate": "tcm -p 'src/**/*.module.css'",
"format": "prettier --write src/**/*.{ts,tsx}"
},
- "packageManager": "pnpm@9.1.3",
+ "packageManager": "pnpm@9.3.0",
"dependencies": {
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@plasmohq/messaging": "0.6.2",
"@plasmohq/storage": "1.10.0",
- "plasmo": "0.85.2",
- "react": "18.2.0",
+ "plasmo": "0.87.2",
+ "react": "18.3.1",
"react-colorful": "5.6.1",
- "react-dom": "18.2.0"
+ "react-dom": "18.3.1"
},
"devDependencies": {
"@eslint/js": "8.57.0",
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@markuplint/jsx-parser": "4.6.1",
"@markuplint/react-spec": "4.4.1",
- "@types/chrome": "0.0.266",
- "@types/node": "20.12.7",
- "@types/react": "18.2.79",
- "@types/react-dom": "18.2.25",
- "@typescript-eslint/eslint-plugin": "7.7.0",
- "@typescript-eslint/parser": "7.7.0",
+ "@types/chrome": "0.0.268",
+ "@types/node": "20.14.2",
+ "@types/react": "18.3.3",
+ "@types/react-dom": "18.3.0",
+ "@typescript-eslint/eslint-plugin": "7.13.0",
+ "@typescript-eslint/parser": "7.13.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
- "eslint-plugin-react": "7.34.1",
- "eslint-plugin-react-hooks": "4.6.0",
- "globals": "15.0.0",
+ "eslint-plugin-react": "7.34.2",
+ "eslint-plugin-react-hooks": "4.6.2",
+ "globals": "15.5.0",
"markuplint": "4.6.1",
"postcss": "8.4.38",
- "prettier": "3.2.5",
- "tailwindcss": "3.4.3",
- "ts-pattern": "5.1.1",
+ "prettier": "3.3.2",
+ "tailwindcss": "3.4.4",
+ "ts-pattern": "5.2.0",
"typed-css-modules": "0.9.1",
"typescript": "5.4.5",
- "vitest": "1.5.0"
+ "vitest": "1.6.0"
},
"manifest": {
"host_permissions": [
@@ -68,10 +68,5 @@
"strict_min_version": "57.0"
}
}
- },
- "pnpm": {
- "patchedDependencies": {
- "react-dom@18.2.0": "patches/react-dom@18.2.0.patch"
- }
}
}
diff --git a/patches/react-dom@18.2.0.patch b/patches/react-dom@18.2.0.patch
deleted file mode 100644
index 7a0a709..0000000
--- a/patches/react-dom@18.2.0.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-diff --git a/cjs/react-dom.development.js b/cjs/react-dom.development.js
-index e4ed5aecb725ca7db6a2e8780270f1edc45d0ba8..fdaa718330523353942213e2eeb3d2d2f42d2ca1 100644
---- a/cjs/react-dom.development.js
-+++ b/cjs/react-dom.development.js
-@@ -2425,29 +2425,6 @@ var reusableSVGContainer;
- */
-
- var setInnerHTML = createMicrosoftUnsafeLocalFunction(function (node, html) {
-- if (node.namespaceURI === SVG_NAMESPACE) {
--
-- if (!('innerHTML' in node)) {
-- // IE does not have innerHTML for SVG nodes, so instead we inject the
-- // new markup in a temp node and then move the child nodes across into
-- // the target node
-- reusableSVGContainer = reusableSVGContainer || document.createElement('div');
-- reusableSVGContainer.innerHTML = '';
-- var svgNode = reusableSVGContainer.firstChild;
--
-- while (node.firstChild) {
-- node.removeChild(node.firstChild);
-- }
--
-- while (svgNode.firstChild) {
-- node.appendChild(svgNode.firstChild);
-- }
--
-- return;
-- }
-- }
--
-- node.innerHTML = html;
- });
-
- /**
-diff --git a/cjs/react-dom.production.min.js b/cjs/react-dom.production.min.js
-index 7bbc786deca6afaee7c96ed87fcdcfbbea03f11e..ee2aaa462420174613931dc36a6c2a1f096aea84 100644
---- a/cjs/react-dom.production.min.js
-+++ b/cjs/react-dom.production.min.js
-@@ -42,7 +42,7 @@ function fb(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e"+b.valueOf().toString()+"";for(b=mb.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild)}});
-+var mb,nb=function(a){return"undefined"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(b,c,d,e){MSApp.execUnsafeLocalFunction(function(){return a(b,c,d,e)})}:a}(function(a,b){});
- function ob(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return}}a.textContent=b}
- var pb={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,
- zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},qb=["Webkit","ms","Moz","O"];Object.keys(pb).forEach(function(a){qb.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);pb[b]=pb[a]})});function rb(a,b,c){return null==b||"boolean"===typeof b||""===b?"":c||"number"!==typeof b||0===b||pb.hasOwnProperty(a)&&pb[a]?(""+b).trim():b+"px"}
\ No newline at end of file
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 7140256..9cc4b19 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -4,49 +4,44 @@ settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
-patchedDependencies:
- react-dom@18.2.0:
- hash: dmvxeb6c5lh6tttdk5najzccki
- path: patches/react-dom@18.2.0.patch
-
importers:
.:
dependencies:
'@dnd-kit/core':
specifier: 6.1.0
- version: 6.1.0(react-dom@18.2.0)(react@18.2.0)
+ version: 6.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@dnd-kit/sortable':
specifier: 8.0.0
- version: 8.0.0(@dnd-kit/core@6.1.0)(react@18.2.0)
+ version: 8.0.0(@dnd-kit/core@6.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
'@dnd-kit/utilities':
specifier: 3.2.2
- version: 3.2.2(react@18.2.0)
+ version: 3.2.2(react@18.3.1)
'@plasmohq/messaging':
specifier: 0.6.2
- version: 0.6.2(react@18.2.0)
+ version: 0.6.2(react@18.3.1)
'@plasmohq/storage':
specifier: 1.10.0
- version: 1.10.0(react@18.2.0)
+ version: 1.10.0(react@18.3.1)
plasmo:
- specifier: 0.85.2
- version: 0.85.2(postcss@8.4.38)(react-dom@18.2.0)(react@18.2.0)
+ specifier: 0.87.2
+ version: 0.87.2(@swc/core@1.3.82(@swc/helpers@0.5.1))(@swc/helpers@0.5.1)(lodash@4.17.21)(mustache@4.2.0)(postcss@8.4.38)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(srcset@4.0.0)
react:
- specifier: 18.2.0
- version: 18.2.0
+ specifier: 18.3.1
+ version: 18.3.1
react-colorful:
specifier: 5.6.1
- version: 5.6.1(react-dom@18.2.0)(react@18.2.0)
+ version: 5.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
react-dom:
- specifier: 18.2.0
- version: 18.2.0(patch_hash=dmvxeb6c5lh6tttdk5najzccki)(react@18.2.0)
+ specifier: 18.3.1
+ version: 18.3.1(react@18.3.1)
devDependencies:
'@eslint/js':
specifier: 8.57.0
version: 8.57.0
'@ianvs/prettier-plugin-sort-imports':
specifier: 4.2.1
- version: 4.2.1(prettier@3.2.5)
+ version: 4.2.1(@vue/compiler-sfc@3.3.4)(prettier@3.3.2)
'@markuplint/jsx-parser':
specifier: 4.6.1
version: 4.6.1(typescript@5.4.5)
@@ -54,23 +49,23 @@ importers:
specifier: 4.4.1
version: 4.4.1
'@types/chrome':
- specifier: 0.0.266
- version: 0.0.266
+ specifier: 0.0.268
+ version: 0.0.268
'@types/node':
- specifier: 20.12.7
- version: 20.12.7
+ specifier: 20.14.2
+ version: 20.14.2
'@types/react':
- specifier: 18.2.79
- version: 18.2.79
+ specifier: 18.3.3
+ version: 18.3.3
'@types/react-dom':
- specifier: 18.2.25
- version: 18.2.25
+ specifier: 18.3.0
+ version: 18.3.0
'@typescript-eslint/eslint-plugin':
- specifier: 7.7.0
- version: 7.7.0(@typescript-eslint/parser@7.7.0)(eslint@8.57.0)(typescript@5.4.5)
+ specifier: 7.13.0
+ version: 7.13.0(@typescript-eslint/parser@7.13.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/parser':
- specifier: 7.7.0
- version: 7.7.0(eslint@8.57.0)(typescript@5.4.5)
+ specifier: 7.13.0
+ version: 7.13.0(eslint@8.57.0)(typescript@5.4.5)
autoprefixer:
specifier: 10.4.19
version: 10.4.19(postcss@8.4.38)
@@ -78,14 +73,14 @@ importers:
specifier: 8.57.0
version: 8.57.0
eslint-plugin-react:
- specifier: 7.34.1
- version: 7.34.1(eslint@8.57.0)
+ specifier: 7.34.2
+ version: 7.34.2(eslint@8.57.0)
eslint-plugin-react-hooks:
- specifier: 4.6.0
- version: 4.6.0(eslint@8.57.0)
+ specifier: 4.6.2
+ version: 4.6.2(eslint@8.57.0)
globals:
- specifier: 15.0.0
- version: 15.0.0
+ specifier: 15.5.0
+ version: 15.5.0
markuplint:
specifier: 4.6.1
version: 4.6.1(typescript@5.4.5)
@@ -93,14 +88,14 @@ importers:
specifier: 8.4.38
version: 8.4.38
prettier:
- specifier: 3.2.5
- version: 3.2.5
+ specifier: 3.3.2
+ version: 3.3.2
tailwindcss:
- specifier: 3.4.3
- version: 3.4.3
+ specifier: 3.4.4
+ version: 3.4.4
ts-pattern:
- specifier: 5.1.1
- version: 5.1.1
+ specifier: 5.2.0
+ version: 5.2.0
typed-css-modules:
specifier: 0.9.1
version: 0.9.1
@@ -108,8 +103,8 @@ importers:
specifier: 5.4.5
version: 5.4.5
vitest:
- specifier: 1.5.0
- version: 1.5.0(@types/node@20.12.7)
+ specifier: 1.6.0
+ version: 1.6.0(@types/node@20.14.2)(less@4.1.3)(lightningcss@1.21.8)(sass@1.62.1)
packages:
@@ -129,36 +124,18 @@ packages:
resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==}
engines: {node: '>=6.9.0'}
- '@babel/compat-data@7.22.9':
- resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==}
- engines: {node: '>=6.9.0'}
-
'@babel/compat-data@7.24.4':
resolution: {integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.22.9':
- resolution: {integrity: sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==}
- engines: {node: '>=6.9.0'}
-
'@babel/core@7.24.4':
resolution: {integrity: sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.22.9':
- resolution: {integrity: sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==}
- engines: {node: '>=6.9.0'}
-
'@babel/generator@7.24.4':
resolution: {integrity: sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-compilation-targets@7.22.9':
- resolution: {integrity: sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0
-
'@babel/helper-compilation-targets@7.23.6':
resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==}
engines: {node: '>=6.9.0'}
@@ -167,14 +144,6 @@ packages:
resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-environment-visitor@7.22.5':
- resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-function-name@7.22.5':
- resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==}
- engines: {node: '>=6.9.0'}
-
'@babel/helper-function-name@7.23.0':
resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==}
engines: {node: '>=6.9.0'}
@@ -183,20 +152,10 @@ packages:
resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-imports@7.22.5':
- resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==}
- engines: {node: '>=6.9.0'}
-
'@babel/helper-module-imports@7.24.3':
resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-transforms@7.22.9':
- resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0
-
'@babel/helper-module-transforms@7.23.3':
resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==}
engines: {node: '>=6.9.0'}
@@ -211,10 +170,6 @@ packages:
resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
engines: {node: '>=6.9.0'}
- '@babel/helper-string-parser@7.22.5':
- resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==}
- engines: {node: '>=6.9.0'}
-
'@babel/helper-string-parser@7.24.1':
resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==}
engines: {node: '>=6.9.0'}
@@ -223,22 +178,10 @@ packages:
resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-identifier@7.22.5':
- resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-validator-option@7.22.5':
- resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==}
- engines: {node: '>=6.9.0'}
-
'@babel/helper-validator-option@7.23.5':
resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.22.6':
- resolution: {integrity: sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==}
- engines: {node: '>=6.9.0'}
-
'@babel/helpers@7.24.4':
resolution: {integrity: sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==}
engines: {node: '>=6.9.0'}
@@ -247,11 +190,6 @@ packages:
resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.22.7':
- resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==}
- engines: {node: '>=6.0.0'}
- hasBin: true
-
'@babel/parser@7.24.4':
resolution: {integrity: sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==}
engines: {node: '>=6.0.0'}
@@ -261,26 +199,14 @@ packages:
resolution: {integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==}
engines: {node: '>=6.9.0'}
- '@babel/template@7.22.5':
- resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==}
- engines: {node: '>=6.9.0'}
-
'@babel/template@7.24.0':
resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.22.8':
- resolution: {integrity: sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==}
- engines: {node: '>=6.9.0'}
-
'@babel/traverse@7.24.1':
resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.22.5':
- resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==}
- engines: {node: '>=6.9.0'}
-
'@babel/types@7.24.0':
resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==}
engines: {node: '>=6.9.0'}
@@ -1364,12 +1290,12 @@ packages:
resolution: {integrity: sha512-QCMmmfic514CfdXMJ7JMWUnqDzIHKVKyYeqPpUDsXON6JvA1yTmO5mEQSls8+5u/HpocP9QmTskQOHu3RCNX9A==}
engines: {node: '>= 16.0.0', parcel: '>= 2.7.0'}
- '@plasmohq/parcel-compressor-utf8@0.0.6':
- resolution: {integrity: sha512-dtbZXi2gAHyVhxqxF2SvJtwDOy02QYRjwCJYOFsQR79qwAiuUBaeQ47p++vFrqNX86mo1lUtZniJl63xNQi08w==}
+ '@plasmohq/parcel-compressor-utf8@0.1.0':
+ resolution: {integrity: sha512-UxljXY+cUVO0ZdszoQRfQjbRjyWYIhGKCjFD48yOcnbSkOZmS5MPPhKrT79x+PMGSK5T6fUXaDjzqbnMb45MZw==}
engines: {parcel: '>= 2.8.0'}
- '@plasmohq/parcel-config@0.40.5':
- resolution: {integrity: sha512-2uXGCURaKazxG8UKGnwZCQ0cfi9sns9JkyC5ERVQJqTmjE81Rwzd/QxjuoufQ2/kvcg3klb3952X1znmD7prlQ==}
+ '@plasmohq/parcel-config@0.40.11':
+ resolution: {integrity: sha512-QmdIrbC3xqusPKD0wNvozejhO01YvQ6qEKLZIxmEDjCUFF7xv1DwkqwmoCyd0BAwgflOZbZQ9f0aBTtLKnvkag==}
'@plasmohq/parcel-core@0.1.8':
resolution: {integrity: sha512-kMWuazvf925ZAn2yHzzrb4Zsje1titFmvi/C5cXrI0TH58eT7n6GUiRXiOYP4JgGDHs/pEygx3WPuyWVTNF2HQ==}
@@ -1399,8 +1325,8 @@ packages:
resolution: {integrity: sha512-OPGFiv2SxDEJl9sNPKfjkQ3QaqKOzSDx8E85Bq9FCOKCj+EWTPfoeUOAuMkHY/ArcvDBhWAo3Zu66f2U7iPEGQ==}
engines: {parcel: '>= 2.7.0'}
- '@plasmohq/parcel-runtime@0.23.1':
- resolution: {integrity: sha512-EiBjAJcJjVFarUmiIqywKd+MHGIThWTkcZe5IYfR7ecaJRNhhZF1B/gPgoAwv1nLcxfvRIC2CF9z9frwQvrOYQ==}
+ '@plasmohq/parcel-runtime@0.24.2':
+ resolution: {integrity: sha512-Y20s9vFkpkFIheeSfoeLkY41lPTGYnJ+nST9v40HkoSUk0hf/dsUYiK/DXWbhsZKNVOSsnCNjlIjYj8yTJ+rlQ==}
engines: {parcel: '>= 2.7.0'}
'@plasmohq/parcel-transformer-inject-env@0.2.11':
@@ -1411,12 +1337,12 @@ packages:
resolution: {integrity: sha512-EUSwEowFNSgC/F1q/V4H4NXJ23wwLzlmRI6lvIr6S0mIuG/FCga+lAV3IZ+yAuXqUM2VexX6JyYYpNVidrMSxw==}
engines: {parcel: '>= 2.7.0'}
- '@plasmohq/parcel-transformer-manifest@0.18.0':
- resolution: {integrity: sha512-6X6ubo37Ic7u1y3MjY+vt23Gb3ULtOsH1MbKw3jZMiG8nLGXqXRfiHSyNxJWAdpk7N7ASE8dHnZ+5g3E57bldA==}
+ '@plasmohq/parcel-transformer-manifest@0.19.0':
+ resolution: {integrity: sha512-cDmca0jPVFVnRQPqCWcsPPwre27/yAGxSF1+JmPVUeXZYMCrg5wdNepRDSw+/dDBO2VmNHh/Tv+Hgj1fLIM8CQ==}
engines: {parcel: '>= 2.7.0'}
- '@plasmohq/parcel-transformer-svelte@0.5.2':
- resolution: {integrity: sha512-kZevkKYgYB7KZqi1+8k5ELqrSNKakqBwuTLnIT0BOx/8VKTJ6fwkzW0SR1OFsDJIACRFbMLO77u+erwHkodBEA==}
+ '@plasmohq/parcel-transformer-svelte@0.6.0':
+ resolution: {integrity: sha512-5lZW6NBtzhJaCyjpKaZF1/YzY9CF+kbfNknvASJB/Cf6uJPJlrgdxoWiVJ8IWMs3DyLgAnJXTdIU+uwjwXP1wg==}
engines: {parcel: '>= 2.7.0'}
'@plasmohq/parcel-transformer-vue@0.5.0':
@@ -1672,8 +1598,8 @@ packages:
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
engines: {node: '>=10.13.0'}
- '@types/chrome@0.0.266':
- resolution: {integrity: sha512-QSQWJTL7NjZElvq/6/E5C1+pHgEP8UAJzwoz7M4vSJ7AECt6NNehJ+tU6snnvuTqZOBjFCivvitYo5+8tNPmhg==}
+ '@types/chrome@0.0.268':
+ resolution: {integrity: sha512-7N1QH9buudSJ7sI8Pe4mBHJr5oZ48s0hcanI9w3wgijAlv1OZNUZve9JR4x42dn5lJ5Sm87V1JNfnoh10EnQlA==}
'@types/css-tree@2.3.7':
resolution: {integrity: sha512-LUlutQBpR2TgqZJdvXCPOx9EME7a4PHSEo2Y2c8POFpj1E9a6V94PUZNwjVdfHWyb8RQZoNHTYOKs980+sOi+g==}
@@ -1696,9 +1622,6 @@ packages:
'@types/http-cache-semantics@4.0.1':
resolution: {integrity: sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==}
- '@types/json-schema@7.0.12':
- resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==}
-
'@types/json-schema@7.0.15':
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
@@ -1708,8 +1631,8 @@ packages:
'@types/mustache@4.2.5':
resolution: {integrity: sha512-PLwiVvTBg59tGFL/8VpcGvqOu3L4OuveNvPi0EYbWchRdEVP++yRUXJPFl+CApKEq13017/4Nf7aQ5lTtHUNsA==}
- '@types/node@20.12.7':
- resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==}
+ '@types/node@20.14.2':
+ resolution: {integrity: sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==}
'@types/parse-json@4.0.0':
resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==}
@@ -1717,14 +1640,14 @@ packages:
'@types/prop-types@15.7.5':
resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
- '@types/react-dom@18.2.25':
- resolution: {integrity: sha512-o/V48vf4MQh7juIKZU2QGDfli6p1+OOi5oXx36Hffpc9adsHeXjVp8rHuPkjd8VT8sOJ2Zp05HR7CdpGTIUFUA==}
+ '@types/react-dom@18.3.0':
+ resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==}
- '@types/react@18.2.79':
- resolution: {integrity: sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==}
+ '@types/react@18.3.3':
+ resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==}
- '@types/semver@7.5.8':
- resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==}
+ '@types/trusted-types@2.0.7':
+ resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
'@types/uuid@9.0.8':
resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==}
@@ -1732,8 +1655,8 @@ packages:
'@types/whatwg-mimetype@3.0.2':
resolution: {integrity: sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==}
- '@typescript-eslint/eslint-plugin@7.7.0':
- resolution: {integrity: sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==}
+ '@typescript-eslint/eslint-plugin@7.13.0':
+ resolution: {integrity: sha512-FX1X6AF0w8MdVFLSdqwqN/me2hyhuQg4ykN6ZpVhh1ij/80pTvDKclX1sZB9iqex8SjQfVhwMKs3JtnnMLzG9w==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
'@typescript-eslint/parser': ^7.0.0
@@ -1743,8 +1666,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/parser@7.7.0':
- resolution: {integrity: sha512-fNcDm3wSwVM8QYL4HKVBggdIPAy9Q41vcvC/GtDobw3c4ndVT3K6cqudUmjHPw8EAp4ufax0o58/xvWaP2FmTg==}
+ '@typescript-eslint/parser@7.13.0':
+ resolution: {integrity: sha512-EjMfl69KOS9awXXe83iRN7oIEXy9yYdqWfqdrFAYAAr6syP8eLEFI7ZE4939antx2mNgPRW/o1ybm2SFYkbTVA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -1753,12 +1676,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/scope-manager@7.7.0':
- resolution: {integrity: sha512-/8INDn0YLInbe9Wt7dK4cXLDYp0fNHP5xKLHvZl3mOT5X17rK/YShXaiNmorl+/U4VKCVIjJnx4Ri5b0y+HClw==}
+ '@typescript-eslint/scope-manager@7.13.0':
+ resolution: {integrity: sha512-ZrMCe1R6a01T94ilV13egvcnvVJ1pxShkE0+NDjDzH4nvG1wXpwsVI5bZCvE7AEDH1mXEx5tJSVR68bLgG7Dng==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/type-utils@7.7.0':
- resolution: {integrity: sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==}
+ '@typescript-eslint/type-utils@7.13.0':
+ resolution: {integrity: sha512-xMEtMzxq9eRkZy48XuxlBFzpVMDurUAfDu5Rz16GouAtXm0TaAoTFzqWUFPPuQYXI/CDaH/Bgx/fk/84t/Bc9A==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -1767,10 +1690,23 @@ packages:
typescript:
optional: true
+ '@typescript-eslint/types@7.13.0':
+ resolution: {integrity: sha512-QWuwm9wcGMAuTsxP+qz6LBBd3Uq8I5Nv8xb0mk54jmNoCyDspnMvVsOxI6IsMmway5d1S9Su2+sCKv1st2l6eA==}
+ engines: {node: ^18.18.0 || >=20.0.0}
+
'@typescript-eslint/types@7.7.0':
resolution: {integrity: sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==}
engines: {node: ^18.18.0 || >=20.0.0}
+ '@typescript-eslint/typescript-estree@7.13.0':
+ resolution: {integrity: sha512-cAvBvUoobaoIcoqox1YatXOnSl3gx92rCZoMRPzMNisDiM12siGilSM4+dJAekuuHTibI2hVC2fYK79iSFvWjw==}
+ engines: {node: ^18.18.0 || >=20.0.0}
+ peerDependencies:
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
'@typescript-eslint/typescript-estree@7.7.0':
resolution: {integrity: sha512-8p71HQPE6CbxIBy2kWHqM1KGrC07pk6RJn40n0DSc6bMOBBREZxSDJ+BmRzc8B5OdaMh1ty3mkuWRg4sCFiDQQ==}
engines: {node: ^18.18.0 || >=20.0.0}
@@ -1780,12 +1716,16 @@ packages:
typescript:
optional: true
- '@typescript-eslint/utils@7.7.0':
- resolution: {integrity: sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==}
+ '@typescript-eslint/utils@7.13.0':
+ resolution: {integrity: sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
+ '@typescript-eslint/visitor-keys@7.13.0':
+ resolution: {integrity: sha512-nxn+dozQx+MK61nn/JP+M4eCkHDSxSLDpgE3WcQo0+fkjEolnaB5jswvIKC4K56By8MMgIho7f1PVxERHEo8rw==}
+ engines: {node: ^18.18.0 || >=20.0.0}
+
'@typescript-eslint/visitor-keys@7.7.0':
resolution: {integrity: sha512-h0WHOj8MhdhY8YWkzIF30R379y0NqyOHExI9N9KCzvmu05EgG4FumeYa3ccfKUSphyWkWQE1ybVrgz/Pbam6YA==}
engines: {node: ^18.18.0 || >=20.0.0}
@@ -1793,20 +1733,20 @@ packages:
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
- '@vitest/expect@1.5.0':
- resolution: {integrity: sha512-0pzuCI6KYi2SIC3LQezmxujU9RK/vwC1U9R0rLuGlNGcOuDWxqWKu6nUdFsX9tH1WU0SXtAxToOsEjeUn1s3hA==}
+ '@vitest/expect@1.6.0':
+ resolution: {integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==}
- '@vitest/runner@1.5.0':
- resolution: {integrity: sha512-7HWwdxXP5yDoe7DTpbif9l6ZmDwCzcSIK38kTSIt6CFEpMjX4EpCgT6wUmS0xTXqMI6E/ONmfgRKmaujpabjZQ==}
+ '@vitest/runner@1.6.0':
+ resolution: {integrity: sha512-P4xgwPjwesuBiHisAVz/LSSZtDjOTPYZVmNAnpHHSR6ONrf8eCJOFRvUwdHn30F5M1fxhqtl7QZQUk2dprIXAg==}
- '@vitest/snapshot@1.5.0':
- resolution: {integrity: sha512-qpv3fSEuNrhAO3FpH6YYRdaECnnRjg9VxbhdtPwPRnzSfHVXnNzzrpX4cJxqiwgRMo7uRMWDFBlsBq4Cr+rO3A==}
+ '@vitest/snapshot@1.6.0':
+ resolution: {integrity: sha512-+Hx43f8Chus+DCmygqqfetcAZrDJwvTj0ymqjQq4CvmpKFSTVteEOBzCusu1x2tt4OJcvBflyHUE0DZSLgEMtQ==}
- '@vitest/spy@1.5.0':
- resolution: {integrity: sha512-vu6vi6ew5N5MMHJjD5PoakMRKYdmIrNJmyfkhRpQt5d9Ewhw9nZ5Aqynbi3N61bvk9UvZ5UysMT6ayIrZ8GA9w==}
+ '@vitest/spy@1.6.0':
+ resolution: {integrity: sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==}
- '@vitest/utils@1.5.0':
- resolution: {integrity: sha512-BDU0GNL8MWkRkSRdNFvCUCAVOeHaUlVJ9Tx0TYBZyXaaOTmGtUFObzchCivIBrIwKzvZA7A9sCejVhXM2aY98A==}
+ '@vitest/utils@1.6.0':
+ resolution: {integrity: sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==}
'@vue/compiler-core@3.3.4':
resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==}
@@ -1908,9 +1848,6 @@ packages:
aria-query@5.3.0:
resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
- array-buffer-byte-length@1.0.0:
- resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==}
-
array-buffer-byte-length@1.0.1:
resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==}
engines: {node: '>= 0.4'}
@@ -1937,10 +1874,6 @@ packages:
array.prototype.tosorted@1.1.3:
resolution: {integrity: sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==}
- arraybuffer.prototype.slice@1.0.2:
- resolution: {integrity: sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==}
- engines: {node: '>= 0.4'}
-
arraybuffer.prototype.slice@1.0.3:
resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==}
engines: {node: '>= 0.4'}
@@ -1955,10 +1888,6 @@ packages:
peerDependencies:
postcss: ^8.1.0
- available-typed-arrays@1.0.5:
- resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==}
- engines: {node: '>= 0.4'}
-
available-typed-arrays@1.0.7:
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
engines: {node: '>= 0.4'}
@@ -2043,9 +1972,6 @@ packages:
resolution: {integrity: sha512-v6WB+Epm/qO4Hdlio/sfUn69r5Shgh39SsE9DSd4bIezP0mblOlObI+I0kUEM7J0JFc+I7pSeMeYaOYtX1N/VQ==}
engines: {node: '>=14.16'}
- call-bind@1.0.2:
- resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==}
-
call-bind@1.0.7:
resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==}
engines: {node: '>= 0.4'}
@@ -2177,9 +2103,6 @@ packages:
resolution: {integrity: sha512-NNJS8XPnx3OKr/CUOSwDSJw+lWTrZMYnclLKj0Y9CYOfJNJTWLFGPg3u2hYgbXMXKVRkZR2fbyReNQ1mUff/Qg==}
engines: {node: '>=8.0.0'}
- convert-source-map@1.9.0:
- resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==}
-
convert-source-map@2.0.0:
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
@@ -2308,10 +2231,6 @@ packages:
resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
engines: {node: '>= 0.4'}
- define-properties@1.2.0:
- resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==}
- engines: {node: '>= 0.4'}
-
define-properties@1.2.1:
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
engines: {node: '>= 0.4'}
@@ -2430,10 +2349,6 @@ packages:
error-ex@1.3.2:
resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==}
- es-abstract@1.22.1:
- resolution: {integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==}
- engines: {node: '>= 0.4'}
-
es-abstract@1.23.3:
resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==}
engines: {node: '>= 0.4'}
@@ -2446,25 +2361,18 @@ packages:
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
engines: {node: '>= 0.4'}
- es-iterator-helpers@1.0.18:
- resolution: {integrity: sha512-scxAJaewsahbqTYrGKJihhViaM6DDZDDoucfvzNbK0pOren1g/daDQ3IAhzn+1G14rBG7w+i5N+qul60++zlKA==}
+ es-iterator-helpers@1.0.19:
+ resolution: {integrity: sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==}
engines: {node: '>= 0.4'}
es-object-atoms@1.0.0:
resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==}
engines: {node: '>= 0.4'}
- es-set-tostringtag@2.0.1:
- resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==}
- engines: {node: '>= 0.4'}
-
es-set-tostringtag@2.0.3:
resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==}
engines: {node: '>= 0.4'}
- es-shim-unscopables@1.0.0:
- resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==}
-
es-shim-unscopables@1.0.2:
resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==}
@@ -2511,14 +2419,14 @@ packages:
resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
engines: {node: '>=12'}
- eslint-plugin-react-hooks@4.6.0:
- resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==}
+ eslint-plugin-react-hooks@4.6.2:
+ resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==}
engines: {node: '>=10'}
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
- eslint-plugin-react@7.34.1:
- resolution: {integrity: sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==}
+ eslint-plugin-react@7.34.2:
+ resolution: {integrity: sha512-2HCmrU+/JNigDN6tg55cRDKCQWicYAPB38JGSFDQt95jDm8rrvSUo7YPkOIm5l6ts1j1zCvysNcasvfTMQzUOw==}
engines: {node: '>=4'}
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
@@ -2681,16 +2589,9 @@ packages:
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
- function-bind@1.1.1:
- resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
-
function-bind@1.1.2:
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
- function.prototype.name@1.1.5:
- resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==}
- engines: {node: '>= 0.4'}
-
function.prototype.name@1.1.6:
resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==}
engines: {node: '>= 0.4'}
@@ -2712,9 +2613,6 @@ packages:
get-installed-path@2.1.1:
resolution: {integrity: sha512-Qkn9eq6tW5/q9BDVdMpB8tOHljX9OSP0jRC5TRNVA4qRc839t4g8KQaR8t0Uv0EFVL0MlyG7m/ofjEgAROtYsA==}
- get-intrinsic@1.2.1:
- resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==}
-
get-intrinsic@1.2.4:
resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==}
engines: {node: '>= 0.4'}
@@ -2735,10 +2633,6 @@ packages:
resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
engines: {node: '>=16'}
- get-symbol-description@1.0.0:
- resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==}
- engines: {node: '>= 0.4'}
-
get-symbol-description@1.0.2:
resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==}
engines: {node: '>= 0.4'}
@@ -2786,8 +2680,8 @@ packages:
resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
engines: {node: '>=8'}
- globals@15.0.0:
- resolution: {integrity: sha512-m/C/yR4mjO6pXDTm9/R/SpYTAIyaUB4EOzcaaMEl7mds7Mshct9GfejiJNQGjHHbdMPey13Kpu4TMbYi9ex1pw==}
+ globals@15.5.0:
+ resolution: {integrity: sha512-r7/9tQj5RylGxt/BKGv0D2SvehYvRFYg4ukSNk+EuZxvWI7uK/MJFmOCLq8aKvgh3EVBYFbBlOMAtaITXZr80w==}
engines: {node: '>=18'}
globalthis@1.0.3:
@@ -2836,16 +2730,9 @@ packages:
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
engines: {node: '>=8'}
- has-property-descriptors@1.0.0:
- resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==}
-
has-property-descriptors@1.0.2:
resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
- has-proto@1.0.1:
- resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==}
- engines: {node: '>= 0.4'}
-
has-proto@1.0.3:
resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==}
engines: {node: '>= 0.4'}
@@ -2854,10 +2741,6 @@ packages:
resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
engines: {node: '>= 0.4'}
- has-tostringtag@1.0.0:
- resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==}
- engines: {node: '>= 0.4'}
-
has-tostringtag@1.0.2:
resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
engines: {node: '>= 0.4'}
@@ -2866,10 +2749,6 @@ packages:
resolution: {integrity: sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- has@1.0.3:
- resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==}
- engines: {node: '>= 0.4.0'}
-
hasown@2.0.2:
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
engines: {node: '>= 0.4'}
@@ -2985,10 +2864,6 @@ packages:
resolution: {integrity: sha512-mg3Fh9g2zfuVWJn6lhST0O7x4n03k7G8Tx5nvikJkbq8/CK47WDVm+UznF0G6s5Zi0KcyUisr6DU8T67N5U+1Q==}
engines: {node: '>=14.18.0'}
- internal-slot@1.0.5:
- resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==}
- engines: {node: '>= 0.4'}
-
internal-slot@1.0.7:
resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==}
engines: {node: '>= 0.4'}
@@ -3003,9 +2878,6 @@ packages:
is-alphanumerical@2.0.1:
resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==}
- is-array-buffer@3.0.2:
- resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==}
-
is-array-buffer@3.0.4:
resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==}
engines: {node: '>= 0.4'}
@@ -3035,9 +2907,6 @@ packages:
resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
engines: {node: '>= 0.4'}
- is-core-module@2.12.0:
- resolution: {integrity: sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==}
-
is-core-module@2.13.1:
resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
@@ -3081,10 +2950,6 @@ packages:
is-map@2.0.2:
resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==}
- is-negative-zero@2.0.2:
- resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==}
- engines: {node: '>= 0.4'}
-
is-negative-zero@2.0.3:
resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==}
engines: {node: '>= 0.4'}
@@ -3122,9 +2987,6 @@ packages:
is-set@2.0.2:
resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==}
- is-shared-array-buffer@1.0.2:
- resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==}
-
is-shared-array-buffer@1.0.3:
resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==}
engines: {node: '>= 0.4'}
@@ -3148,10 +3010,6 @@ packages:
is-there@4.5.1:
resolution: {integrity: sha512-vIZ7HTXAoRoIwYSsTnxb0sg9L6rth+JOulNcavsbskQkCIWoSM2cjFOWZs4wGziGZER+Xgs/HXiCQZgiL8ppxQ==}
- is-typed-array@1.1.10:
- resolution: {integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==}
- engines: {node: '>= 0.4'}
-
is-typed-array@1.1.13:
resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==}
engines: {node: '>= 0.4'}
@@ -3626,9 +3484,6 @@ packages:
resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
engines: {node: '>= 6'}
- object-inspect@1.12.3:
- resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==}
-
object-inspect@1.13.1:
resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==}
@@ -3636,10 +3491,6 @@ packages:
resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
engines: {node: '>= 0.4'}
- object.assign@4.1.4:
- resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==}
- engines: {node: '>= 0.4'}
-
object.assign@4.1.5:
resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==}
engines: {node: '>= 0.4'}
@@ -3799,8 +3650,8 @@ packages:
pkg-types@1.0.3:
resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==}
- plasmo@0.85.2:
- resolution: {integrity: sha512-qf9mONnb0JV0quYMM3qi23wuAIabzlhsDmHw4HMuBXjDp0ysruzGoOiFQmAbEMK7lMMFFepPkcDftu0c8MNhBw==}
+ plasmo@0.87.2:
+ resolution: {integrity: sha512-a+8OIhuU13Zg+iyBkPPqk88uai+Ji4aiE4d75cww7h1aar9PL5IHH666V3NhX9x+F1tbOwdioBY59pv+CRHzJQ==}
hasBin: true
possible-typed-array-names@1.0.0:
@@ -3901,8 +3752,8 @@ packages:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'}
- prettier@3.2.5:
- resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==}
+ prettier@3.3.2:
+ resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==}
engines: {node: '>=14'}
hasBin: true
@@ -3950,10 +3801,10 @@ packages:
react: '>=16.8.0'
react-dom: '>=16.8.0'
- react-dom@18.2.0:
- resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==}
+ react-dom@18.3.1:
+ resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
peerDependencies:
- react: ^18.2.0
+ react: ^18.3.1
react-error-overlay@6.0.9:
resolution: {integrity: sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==}
@@ -3972,8 +3823,8 @@ packages:
resolution: {integrity: sha512-Gvzk7OZpiqKSkxsQvO/mbTN1poglhmAV7gR/DdIrRrSMXraRQQlfikRJOr3Nb9GTMPC5kof948Zy6jJZIFtDvQ==}
engines: {node: '>=0.10.0'}
- react@18.2.0:
- resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==}
+ react@18.3.1:
+ resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
engines: {node: '>=0.10.0'}
read-cache@1.0.0:
@@ -3994,10 +3845,6 @@ packages:
regenerator-runtime@0.13.11:
resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==}
- regexp.prototype.flags@1.5.0:
- resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==}
- engines: {node: '>= 0.4'}
-
regexp.prototype.flags@1.5.2:
resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==}
engines: {node: '>= 0.4'}
@@ -4073,10 +3920,6 @@ packages:
rxjs@7.8.1:
resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==}
- safe-array-concat@1.0.1:
- resolution: {integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==}
- engines: {node: '>=0.4'}
-
safe-array-concat@1.1.2:
resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==}
engines: {node: '>=0.4'}
@@ -4084,9 +3927,6 @@ packages:
safe-buffer@5.2.1:
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
- safe-regex-test@1.0.0:
- resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==}
-
safe-regex-test@1.0.3:
resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==}
engines: {node: '>= 0.4'}
@@ -4102,8 +3942,8 @@ packages:
sax@1.2.4:
resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==}
- scheduler@0.23.0:
- resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==}
+ scheduler@0.23.2:
+ resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
semver@5.7.1:
resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==}
@@ -4143,9 +3983,6 @@ packages:
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
engines: {node: '>=8'}
- side-channel@1.0.4:
- resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
-
side-channel@1.0.6:
resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==}
engines: {node: '>= 0.4'}
@@ -4217,23 +4054,13 @@ packages:
resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==}
engines: {node: '>= 0.4'}
- string.prototype.trim@1.2.7:
- resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==}
- engines: {node: '>= 0.4'}
-
string.prototype.trim@1.2.9:
resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==}
engines: {node: '>= 0.4'}
- string.prototype.trimend@1.0.6:
- resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==}
-
string.prototype.trimend@1.0.8:
resolution: {integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==}
- string.prototype.trimstart@1.0.6:
- resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==}
-
string.prototype.trimstart@1.0.8:
resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==}
engines: {node: '>= 0.4'}
@@ -4289,8 +4116,8 @@ packages:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
- svelte@4.0.1:
- resolution: {integrity: sha512-7n2u7A5cu8xCY6MBiXh/Mg6Lh3+Mw2qXlTDBYhzvCvmSM4L4gc4MVo540UtGcjqBiA48E1VDW+EUpBr7iuBlPg==}
+ svelte@4.2.2:
+ resolution: {integrity: sha512-My2tytF2e2NnHSpn2M7/3VdXT4JdTglYVUuSuK/mXL2XtulPYbeBfl8Dm1QiaKRn0zoULRnL+EtfZHHP0k4H3A==}
engines: {node: '>=16'}
svg-parser@2.0.4:
@@ -4301,8 +4128,8 @@ packages:
engines: {node: '>=10.13.0'}
hasBin: true
- tailwindcss@3.4.3:
- resolution: {integrity: sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==}
+ tailwindcss@3.4.4:
+ resolution: {integrity: sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -4385,8 +4212,8 @@ packages:
ts-interface-checker@0.1.13:
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
- ts-pattern@5.1.1:
- resolution: {integrity: sha512-i+owkHr5RYdQxj8olUgRrqpiWH9x27PuWVfXwDmJ/n/CoF/SAa7WW1i2oUpPDMQpJ4U+bGRUcZkVq7i1m3zFCg==}
+ ts-pattern@5.2.0:
+ resolution: {integrity: sha512-aGaSpOlDcns7ZoeG/OMftWyQG1KqPVhgplhJxNCvyIXqWrumM5uIoOSarw/hmmi/T1PnuQ/uD8NaFHvLpHicDg==}
tslib@2.6.2:
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
@@ -4444,33 +4271,18 @@ packages:
type@2.7.2:
resolution: {integrity: sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==}
- typed-array-buffer@1.0.0:
- resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==}
- engines: {node: '>= 0.4'}
-
typed-array-buffer@1.0.2:
resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==}
engines: {node: '>= 0.4'}
- typed-array-byte-length@1.0.0:
- resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==}
- engines: {node: '>= 0.4'}
-
typed-array-byte-length@1.0.1:
resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==}
engines: {node: '>= 0.4'}
- typed-array-byte-offset@1.0.0:
- resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==}
- engines: {node: '>= 0.4'}
-
typed-array-byte-offset@1.0.2:
resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==}
engines: {node: '>= 0.4'}
- typed-array-length@1.0.4:
- resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==}
-
typed-array-length@1.0.6:
resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==}
engines: {node: '>= 0.4'}
@@ -4527,8 +4339,8 @@ packages:
resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==}
hasBin: true
- vite-node@1.5.0:
- resolution: {integrity: sha512-tV8h6gMj6vPzVCa7l+VGq9lwoJjW8Y79vst8QZZGiuRAfijU+EEWuc0kFpmndQrWhMMhet1jdSF+40KSZUqIIw==}
+ vite-node@1.6.0:
+ resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
@@ -4560,15 +4372,15 @@ packages:
terser:
optional: true
- vitest@1.5.0:
- resolution: {integrity: sha512-d8UKgR0m2kjdxDWX6911uwxout6GHS0XaGH1cksSIVVG8kRlE7G7aBw7myKQCvDI5dT4j7ZMa+l706BIORMDLw==}
+ vitest@1.6.0:
+ resolution: {integrity: sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@types/node': ^18.0.0 || >=20.0.0
- '@vitest/browser': 1.5.0
- '@vitest/ui': 1.5.0
+ '@vitest/browser': 1.6.0
+ '@vitest/ui': 1.6.0
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
@@ -4614,10 +4426,6 @@ packages:
which-collection@1.0.1:
resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==}
- which-typed-array@1.1.11:
- resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==}
- engines: {node: '>= 0.4'}
-
which-typed-array@1.1.15:
resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==}
engines: {node: '>= 0.4'}
@@ -4704,30 +4512,8 @@ snapshots:
'@babel/highlight': 7.24.2
picocolors: 1.0.0
- '@babel/compat-data@7.22.9': {}
-
'@babel/compat-data@7.24.4': {}
- '@babel/core@7.22.9':
- dependencies:
- '@ampproject/remapping': 2.2.1
- '@babel/code-frame': 7.24.2
- '@babel/generator': 7.22.9
- '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9)
- '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9)
- '@babel/helpers': 7.22.6
- '@babel/parser': 7.22.7
- '@babel/template': 7.22.5
- '@babel/traverse': 7.22.8
- '@babel/types': 7.22.5
- convert-source-map: 1.9.0
- debug: 4.3.4
- gensync: 1.0.0-beta.2
- json5: 2.2.3
- semver: 6.3.1
- transitivePeerDependencies:
- - supports-color
-
'@babel/core@7.24.4':
dependencies:
'@ampproject/remapping': 2.2.1
@@ -4748,13 +4534,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.22.9':
- dependencies:
- '@babel/types': 7.22.5
- '@jridgewell/gen-mapping': 0.3.3
- '@jridgewell/trace-mapping': 0.3.18
- jsesc: 2.5.2
-
'@babel/generator@7.24.4':
dependencies:
'@babel/types': 7.24.0
@@ -4762,15 +4541,6 @@ snapshots:
'@jridgewell/trace-mapping': 0.3.25
jsesc: 2.5.2
- '@babel/helper-compilation-targets@7.22.9(@babel/core@7.22.9)':
- dependencies:
- '@babel/compat-data': 7.22.9
- '@babel/core': 7.22.9
- '@babel/helper-validator-option': 7.22.5
- browserslist: 4.22.2
- lru-cache: 5.1.1
- semver: 6.3.1
-
'@babel/helper-compilation-targets@7.23.6':
dependencies:
'@babel/compat-data': 7.24.4
@@ -4781,13 +4551,6 @@ snapshots:
'@babel/helper-environment-visitor@7.22.20': {}
- '@babel/helper-environment-visitor@7.22.5': {}
-
- '@babel/helper-function-name@7.22.5':
- dependencies:
- '@babel/template': 7.22.5
- '@babel/types': 7.22.5
-
'@babel/helper-function-name@7.23.0':
dependencies:
'@babel/template': 7.24.0
@@ -4797,23 +4560,10 @@ snapshots:
dependencies:
'@babel/types': 7.24.0
- '@babel/helper-module-imports@7.22.5':
- dependencies:
- '@babel/types': 7.22.5
-
'@babel/helper-module-imports@7.24.3':
dependencies:
'@babel/types': 7.24.0
- '@babel/helper-module-transforms@7.22.9(@babel/core@7.22.9)':
- dependencies:
- '@babel/core': 7.22.9
- '@babel/helper-environment-visitor': 7.22.5
- '@babel/helper-module-imports': 7.22.5
- '@babel/helper-simple-access': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
- '@babel/helper-validator-identifier': 7.22.5
-
'@babel/helper-module-transforms@7.23.3(@babel/core@7.24.4)':
dependencies:
'@babel/core': 7.24.4
@@ -4831,26 +4581,12 @@ snapshots:
dependencies:
'@babel/types': 7.24.0
- '@babel/helper-string-parser@7.22.5': {}
-
'@babel/helper-string-parser@7.24.1': {}
'@babel/helper-validator-identifier@7.22.20': {}
- '@babel/helper-validator-identifier@7.22.5': {}
-
- '@babel/helper-validator-option@7.22.5': {}
-
'@babel/helper-validator-option@7.23.5': {}
- '@babel/helpers@7.22.6':
- dependencies:
- '@babel/template': 7.22.5
- '@babel/traverse': 7.22.8
- '@babel/types': 7.22.5
- transitivePeerDependencies:
- - supports-color
-
'@babel/helpers@7.24.4':
dependencies:
'@babel/template': 7.24.0
@@ -4866,10 +4602,6 @@ snapshots:
js-tokens: 4.0.0
picocolors: 1.0.0
- '@babel/parser@7.22.7':
- dependencies:
- '@babel/types': 7.22.5
-
'@babel/parser@7.24.4':
dependencies:
'@babel/types': 7.24.0
@@ -4878,33 +4610,12 @@ snapshots:
dependencies:
regenerator-runtime: 0.13.11
- '@babel/template@7.22.5':
- dependencies:
- '@babel/code-frame': 7.24.2
- '@babel/parser': 7.22.7
- '@babel/types': 7.22.5
-
'@babel/template@7.24.0':
dependencies:
'@babel/code-frame': 7.24.2
'@babel/parser': 7.24.4
'@babel/types': 7.24.0
- '@babel/traverse@7.22.8':
- dependencies:
- '@babel/code-frame': 7.24.2
- '@babel/generator': 7.22.9
- '@babel/helper-environment-visitor': 7.22.5
- '@babel/helper-function-name': 7.22.5
- '@babel/helper-hoist-variables': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
- '@babel/parser': 7.22.7
- '@babel/types': 7.22.5
- debug: 4.3.4
- globals: 11.12.0
- transitivePeerDependencies:
- - supports-color
-
'@babel/traverse@7.24.1':
dependencies:
'@babel/code-frame': 7.24.2
@@ -4920,41 +4631,35 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/types@7.22.5':
- dependencies:
- '@babel/helper-string-parser': 7.22.5
- '@babel/helper-validator-identifier': 7.22.5
- to-fast-properties: 2.0.0
-
'@babel/types@7.24.0':
dependencies:
'@babel/helper-string-parser': 7.24.1
'@babel/helper-validator-identifier': 7.22.20
to-fast-properties: 2.0.0
- '@dnd-kit/accessibility@3.1.0(react@18.2.0)':
+ '@dnd-kit/accessibility@3.1.0(react@18.3.1)':
dependencies:
- react: 18.2.0
+ react: 18.3.1
tslib: 2.6.2
- '@dnd-kit/core@6.1.0(react-dom@18.2.0)(react@18.2.0)':
+ '@dnd-kit/core@6.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@dnd-kit/accessibility': 3.1.0(react@18.2.0)
- '@dnd-kit/utilities': 3.2.2(react@18.2.0)
- react: 18.2.0
- react-dom: 18.2.0(patch_hash=dmvxeb6c5lh6tttdk5najzccki)(react@18.2.0)
+ '@dnd-kit/accessibility': 3.1.0(react@18.3.1)
+ '@dnd-kit/utilities': 3.2.2(react@18.3.1)
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
tslib: 2.6.2
- '@dnd-kit/sortable@8.0.0(@dnd-kit/core@6.1.0)(react@18.2.0)':
+ '@dnd-kit/sortable@8.0.0(@dnd-kit/core@6.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)':
dependencies:
- '@dnd-kit/core': 6.1.0(react-dom@18.2.0)(react@18.2.0)
- '@dnd-kit/utilities': 3.2.2(react@18.2.0)
- react: 18.2.0
+ '@dnd-kit/core': 6.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@dnd-kit/utilities': 3.2.2(react@18.3.1)
+ react: 18.3.1
tslib: 2.6.2
- '@dnd-kit/utilities@3.2.2(react@18.2.0)':
+ '@dnd-kit/utilities@3.2.2(react@18.3.1)':
dependencies:
- react: 18.2.0
+ react: 18.3.1
tslib: 2.6.2
'@esbuild/android-arm64@0.18.10':
@@ -5130,15 +4835,17 @@ snapshots:
'@humanwhocodes/object-schema@2.0.3': {}
- '@ianvs/prettier-plugin-sort-imports@4.2.1(prettier@3.2.5)':
+ '@ianvs/prettier-plugin-sort-imports@4.2.1(@vue/compiler-sfc@3.3.4)(prettier@3.3.2)':
dependencies:
'@babel/core': 7.24.4
'@babel/generator': 7.24.4
'@babel/parser': 7.24.4
'@babel/traverse': 7.24.1
'@babel/types': 7.24.0
- prettier: 3.2.5
+ prettier: 3.3.2
semver: 7.5.4
+ optionalDependencies:
+ '@vue/compiler-sfc': 3.3.4
transitivePeerDependencies:
- supports-color
@@ -5195,7 +4902,7 @@ snapshots:
'@ljharb/through@2.3.11':
dependencies:
- call-bind: 1.0.2
+ call-bind: 1.0.7
'@lmdb/lmdb-darwin-arm64@2.5.2':
optional: true
@@ -5476,17 +5183,17 @@ snapshots:
transitivePeerDependencies:
- '@parcel/core'
- '@parcel/config-default@2.9.3(@parcel/core@2.9.3)(postcss@8.4.38)(typescript@5.2.2)':
+ '@parcel/config-default@2.9.3(@parcel/core@2.9.3)(@swc/helpers@0.5.1)(postcss@8.4.38)(srcset@4.0.0)(typescript@5.2.2)':
dependencies:
'@parcel/bundler-default': 2.9.3(@parcel/core@2.9.3)
'@parcel/compressor-raw': 2.9.3(@parcel/core@2.9.3)
'@parcel/core': 2.9.3
'@parcel/namer-default': 2.9.3(@parcel/core@2.9.3)
'@parcel/optimizer-css': 2.9.3(@parcel/core@2.9.3)
- '@parcel/optimizer-htmlnano': 2.9.3(@parcel/core@2.9.3)(postcss@8.4.38)(typescript@5.2.2)
+ '@parcel/optimizer-htmlnano': 2.9.3(@parcel/core@2.9.3)(postcss@8.4.38)(srcset@4.0.0)(typescript@5.2.2)
'@parcel/optimizer-image': 2.9.3(@parcel/core@2.9.3)
'@parcel/optimizer-svgo': 2.9.3(@parcel/core@2.9.3)
- '@parcel/optimizer-swc': 2.9.3(@parcel/core@2.9.3)
+ '@parcel/optimizer-swc': 2.9.3(@parcel/core@2.9.3)(@swc/helpers@0.5.1)
'@parcel/packager-css': 2.9.3(@parcel/core@2.9.3)
'@parcel/packager-html': 2.9.3(@parcel/core@2.9.3)
'@parcel/packager-js': 2.9.3(@parcel/core@2.9.3)
@@ -5539,7 +5246,7 @@ snapshots:
'@parcel/workers': 2.9.3(@parcel/core@2.9.3)
abortcontroller-polyfill: 1.7.5
base-x: 3.0.9
- browserslist: 4.22.2
+ browserslist: 4.23.0
clone: 2.1.2
dotenv: 7.0.0
dotenv-expand: 5.1.0
@@ -5642,7 +5349,7 @@ snapshots:
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/source-map': 2.1.1
'@parcel/utils': 2.9.3
- browserslist: 4.22.2
+ browserslist: 4.23.0
lightningcss: 1.21.8
nullthrows: 1.1.1
transitivePeerDependencies:
@@ -5657,10 +5364,10 @@ snapshots:
transitivePeerDependencies:
- '@parcel/core'
- '@parcel/optimizer-htmlnano@2.9.3(@parcel/core@2.9.3)(postcss@8.4.38)(typescript@5.2.2)':
+ '@parcel/optimizer-htmlnano@2.9.3(@parcel/core@2.9.3)(postcss@8.4.38)(srcset@4.0.0)(typescript@5.2.2)':
dependencies:
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
- htmlnano: 2.0.4(postcss@8.4.38)(svgo@2.8.0)(typescript@5.2.2)
+ htmlnano: 2.0.4(postcss@8.4.38)(srcset@4.0.0)(svgo@2.8.0)(typescript@5.2.2)
nullthrows: 1.1.1
posthtml: 0.16.6
svgo: 2.8.0
@@ -5692,13 +5399,13 @@ snapshots:
transitivePeerDependencies:
- '@parcel/core'
- '@parcel/optimizer-swc@2.9.3(@parcel/core@2.9.3)':
+ '@parcel/optimizer-swc@2.9.3(@parcel/core@2.9.3)(@swc/helpers@0.5.1)':
dependencies:
'@parcel/diagnostic': 2.9.3
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/source-map': 2.1.1
'@parcel/utils': 2.9.3
- '@swc/core': 1.3.82
+ '@swc/core': 1.3.82(@swc/helpers@0.5.1)
nullthrows: 1.1.1
transitivePeerDependencies:
- '@parcel/core'
@@ -5863,7 +5570,7 @@ snapshots:
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/source-map': 2.1.1
'@parcel/utils': 2.9.3
- browserslist: 4.22.2
+ browserslist: 4.23.0
json5: 2.2.3
nullthrows: 1.1.1
semver: 7.6.0
@@ -5876,7 +5583,7 @@ snapshots:
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/source-map': 2.1.1
'@parcel/utils': 2.9.3
- browserslist: 4.22.2
+ browserslist: 4.23.0
lightningcss: 1.21.8
nullthrows: 1.1.1
transitivePeerDependencies:
@@ -5927,7 +5634,7 @@ snapshots:
'@parcel/utils': 2.9.3
'@parcel/workers': 2.9.3(@parcel/core@2.9.3)
'@swc/helpers': 0.5.1
- browserslist: 4.22.2
+ browserslist: 4.23.0
nullthrows: 1.1.1
regenerator-runtime: 0.13.11
semver: 7.6.0
@@ -6140,18 +5847,22 @@ snapshots:
'@pkgjs/parseargs@0.11.0':
optional: true
- '@plasmohq/consolidate@0.17.0(react-dom@18.2.0)(react@18.2.0)':
+ '@plasmohq/consolidate@0.17.0(lodash@4.17.21)(mustache@4.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
bluebird: 3.7.2
- react: 18.2.0
- react-dom: 18.2.0(patch_hash=dmvxeb6c5lh6tttdk5najzccki)(react@18.2.0)
+ optionalDependencies:
+ lodash: 4.17.21
+ mustache: 4.2.0
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
'@plasmohq/init@0.7.0': {}
- '@plasmohq/messaging@0.6.2(react@18.2.0)':
+ '@plasmohq/messaging@0.6.2(react@18.3.1)':
dependencies:
nanoid: 5.0.3
- react: 18.2.0
+ optionalDependencies:
+ react: 18.3.1
'@plasmohq/parcel-bundler@0.5.5':
dependencies:
@@ -6163,16 +5874,16 @@ snapshots:
'@parcel/utils': 2.9.3
nullthrows: 1.1.1
- '@plasmohq/parcel-compressor-utf8@0.0.6(@parcel/core@2.9.3)':
+ '@plasmohq/parcel-compressor-utf8@0.1.0(@parcel/core@2.9.3)':
dependencies:
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
transitivePeerDependencies:
- '@parcel/core'
- '@plasmohq/parcel-config@0.40.5(postcss@8.4.38)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)':
+ '@plasmohq/parcel-config@0.40.11(@swc/core@1.3.82(@swc/helpers@0.5.1))(@swc/helpers@0.5.1)(lodash@4.17.21)(mustache@4.2.0)(postcss@8.4.38)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(srcset@4.0.0)(typescript@5.2.2)':
dependencies:
'@parcel/compressor-raw': 2.9.3(@parcel/core@2.9.3)
- '@parcel/config-default': 2.9.3(@parcel/core@2.9.3)(postcss@8.4.38)(typescript@5.2.2)
+ '@parcel/config-default': 2.9.3(@parcel/core@2.9.3)(@swc/helpers@0.5.1)(postcss@8.4.38)(srcset@4.0.0)(typescript@5.2.2)
'@parcel/core': 2.9.3
'@parcel/optimizer-data-url': 2.9.3(@parcel/core@2.9.3)
'@parcel/reporter-bundle-buddy': 2.9.3(@parcel/core@2.9.3)
@@ -6193,19 +5904,19 @@ snapshots:
'@parcel/transformer-svg-react': 2.9.3(@parcel/core@2.9.3)
'@parcel/transformer-worklet': 2.9.3(@parcel/core@2.9.3)
'@plasmohq/parcel-bundler': 0.5.5
- '@plasmohq/parcel-compressor-utf8': 0.0.6(@parcel/core@2.9.3)
+ '@plasmohq/parcel-compressor-utf8': 0.1.0(@parcel/core@2.9.3)
'@plasmohq/parcel-namer-manifest': 0.3.12
'@plasmohq/parcel-optimizer-encapsulate': 0.0.7
- '@plasmohq/parcel-optimizer-es': 0.4.0
+ '@plasmohq/parcel-optimizer-es': 0.4.0(@swc/helpers@0.5.1)
'@plasmohq/parcel-packager': 0.6.14
'@plasmohq/parcel-resolver': 0.14.0
- '@plasmohq/parcel-resolver-post': 0.4.4(postcss@8.4.38)
- '@plasmohq/parcel-runtime': 0.23.1
+ '@plasmohq/parcel-resolver-post': 0.4.4(@swc/core@1.3.82(@swc/helpers@0.5.1))(postcss@8.4.38)
+ '@plasmohq/parcel-runtime': 0.24.2
'@plasmohq/parcel-transformer-inject-env': 0.2.11
'@plasmohq/parcel-transformer-inline-css': 0.3.11
- '@plasmohq/parcel-transformer-manifest': 0.18.0
- '@plasmohq/parcel-transformer-svelte': 0.5.2
- '@plasmohq/parcel-transformer-vue': 0.5.0(react-dom@18.2.0)(react@18.2.0)
+ '@plasmohq/parcel-transformer-manifest': 0.19.0
+ '@plasmohq/parcel-transformer-svelte': 0.6.0
+ '@plasmohq/parcel-transformer-vue': 0.5.0(lodash@4.17.21)(mustache@4.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
transitivePeerDependencies:
- '@swc/core'
- '@swc/helpers'
@@ -6300,13 +6011,13 @@ snapshots:
'@parcel/source-map': 2.1.1
'@parcel/types': 2.9.3(@parcel/core@2.9.3)
- '@plasmohq/parcel-optimizer-es@0.4.0':
+ '@plasmohq/parcel-optimizer-es@0.4.0(@swc/helpers@0.5.1)':
dependencies:
'@parcel/core': 2.9.3
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/source-map': 2.1.1
'@parcel/utils': 2.9.3
- '@swc/core': 1.3.82
+ '@swc/core': 1.3.82(@swc/helpers@0.5.1)
nullthrows: 1.1.1
transitivePeerDependencies:
- '@swc/helpers'
@@ -6319,14 +6030,14 @@ snapshots:
'@parcel/utils': 2.9.3
nullthrows: 1.1.1
- '@plasmohq/parcel-resolver-post@0.4.4(postcss@8.4.38)':
+ '@plasmohq/parcel-resolver-post@0.4.4(@swc/core@1.3.82(@swc/helpers@0.5.1))(postcss@8.4.38)':
dependencies:
'@parcel/core': 2.9.3
'@parcel/hash': 2.9.3
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/types': 2.9.3(@parcel/core@2.9.3)
'@parcel/utils': 2.9.3
- tsup: 7.2.0(postcss@8.4.38)(typescript@5.2.2)
+ tsup: 7.2.0(@swc/core@1.3.82(@swc/helpers@0.5.1))(postcss@8.4.38)(typescript@5.2.2)
typescript: 5.2.2
transitivePeerDependencies:
- '@swc/core'
@@ -6344,10 +6055,11 @@ snapshots:
fs-extra: 11.1.1
got: 13.0.0
- '@plasmohq/parcel-runtime@0.23.1':
+ '@plasmohq/parcel-runtime@0.24.2':
dependencies:
'@parcel/core': 2.9.3
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
+ '@types/trusted-types': 2.0.7
react-refresh: 0.14.0
'@plasmohq/parcel-transformer-inject-env@0.2.11':
@@ -6364,7 +6076,7 @@ snapshots:
browserslist: 4.22.1
lightningcss: 1.21.8
- '@plasmohq/parcel-transformer-manifest@0.18.0':
+ '@plasmohq/parcel-transformer-manifest@0.19.0':
dependencies:
'@mischnic/json-sourcemap': 0.1.0
'@parcel/core': 2.9.3
@@ -6377,16 +6089,16 @@ snapshots:
json-schema-to-ts: 2.9.2
nullthrows: 1.1.1
- '@plasmohq/parcel-transformer-svelte@0.5.2':
+ '@plasmohq/parcel-transformer-svelte@0.6.0':
dependencies:
'@parcel/core': 2.9.3
'@parcel/diagnostic': 2.9.3
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/source-map': 2.1.1
'@parcel/utils': 2.9.3
- svelte: 4.0.1
+ svelte: 4.2.2
- '@plasmohq/parcel-transformer-vue@0.5.0(react-dom@18.2.0)(react@18.2.0)':
+ '@plasmohq/parcel-transformer-vue@0.5.0(lodash@4.17.21)(mustache@4.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
'@parcel/core': 2.9.3
'@parcel/diagnostic': 2.9.3
@@ -6394,7 +6106,7 @@ snapshots:
'@parcel/source-map': 2.1.1
'@parcel/types': 2.9.3(@parcel/core@2.9.3)
'@parcel/utils': 2.9.3
- '@plasmohq/consolidate': 0.17.0(react-dom@18.2.0)(react@18.2.0)
+ '@plasmohq/consolidate': 0.17.0(lodash@4.17.21)(mustache@4.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@vue/compiler-sfc': 3.3.4
nullthrows: 1.1.1
semver: 7.5.4
@@ -6447,10 +6159,11 @@ snapshots:
- walrus
- whiskers
- '@plasmohq/storage@1.10.0(react@18.2.0)':
+ '@plasmohq/storage@1.10.0(react@18.3.1)':
dependencies:
pify: 6.1.0
- react: 18.2.0
+ optionalDependencies:
+ react: 18.3.1
'@pnpm/config.env-replace@1.1.0': {}
@@ -6507,54 +6220,54 @@ snapshots:
'@sindresorhus/is@5.3.0': {}
- '@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.22.9)':
+ '@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.24.4)':
dependencies:
- '@babel/core': 7.22.9
+ '@babel/core': 7.24.4
- '@svgr/babel-plugin-remove-jsx-attribute@7.0.0(@babel/core@7.22.9)':
+ '@svgr/babel-plugin-remove-jsx-attribute@7.0.0(@babel/core@7.24.4)':
dependencies:
- '@babel/core': 7.22.9
+ '@babel/core': 7.24.4
- '@svgr/babel-plugin-remove-jsx-empty-expression@7.0.0(@babel/core@7.22.9)':
+ '@svgr/babel-plugin-remove-jsx-empty-expression@7.0.0(@babel/core@7.24.4)':
dependencies:
- '@babel/core': 7.22.9
+ '@babel/core': 7.24.4
- '@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(@babel/core@7.22.9)':
+ '@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(@babel/core@7.24.4)':
dependencies:
- '@babel/core': 7.22.9
+ '@babel/core': 7.24.4
- '@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.22.9)':
+ '@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.24.4)':
dependencies:
- '@babel/core': 7.22.9
+ '@babel/core': 7.24.4
- '@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.22.9)':
+ '@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.24.4)':
dependencies:
- '@babel/core': 7.22.9
+ '@babel/core': 7.24.4
- '@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.22.9)':
+ '@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.24.4)':
dependencies:
- '@babel/core': 7.22.9
+ '@babel/core': 7.24.4
- '@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.22.9)':
+ '@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.24.4)':
dependencies:
- '@babel/core': 7.22.9
+ '@babel/core': 7.24.4
- '@svgr/babel-preset@6.5.1(@babel/core@7.22.9)':
+ '@svgr/babel-preset@6.5.1(@babel/core@7.24.4)':
dependencies:
- '@babel/core': 7.22.9
- '@svgr/babel-plugin-add-jsx-attribute': 6.5.1(@babel/core@7.22.9)
- '@svgr/babel-plugin-remove-jsx-attribute': 7.0.0(@babel/core@7.22.9)
- '@svgr/babel-plugin-remove-jsx-empty-expression': 7.0.0(@babel/core@7.22.9)
- '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1(@babel/core@7.22.9)
- '@svgr/babel-plugin-svg-dynamic-title': 6.5.1(@babel/core@7.22.9)
- '@svgr/babel-plugin-svg-em-dimensions': 6.5.1(@babel/core@7.22.9)
- '@svgr/babel-plugin-transform-react-native-svg': 6.5.1(@babel/core@7.22.9)
- '@svgr/babel-plugin-transform-svg-component': 6.5.1(@babel/core@7.22.9)
+ '@babel/core': 7.24.4
+ '@svgr/babel-plugin-add-jsx-attribute': 6.5.1(@babel/core@7.24.4)
+ '@svgr/babel-plugin-remove-jsx-attribute': 7.0.0(@babel/core@7.24.4)
+ '@svgr/babel-plugin-remove-jsx-empty-expression': 7.0.0(@babel/core@7.24.4)
+ '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1(@babel/core@7.24.4)
+ '@svgr/babel-plugin-svg-dynamic-title': 6.5.1(@babel/core@7.24.4)
+ '@svgr/babel-plugin-svg-em-dimensions': 6.5.1(@babel/core@7.24.4)
+ '@svgr/babel-plugin-transform-react-native-svg': 6.5.1(@babel/core@7.24.4)
+ '@svgr/babel-plugin-transform-svg-component': 6.5.1(@babel/core@7.24.4)
'@svgr/core@6.5.1':
dependencies:
- '@babel/core': 7.22.9
- '@svgr/babel-preset': 6.5.1(@babel/core@7.22.9)
+ '@babel/core': 7.24.4
+ '@svgr/babel-preset': 6.5.1(@babel/core@7.24.4)
'@svgr/plugin-jsx': 6.5.1(@svgr/core@6.5.1)
camelcase: 6.3.0
cosmiconfig: 7.1.0
@@ -6563,13 +6276,13 @@ snapshots:
'@svgr/hast-util-to-babel-ast@6.5.1':
dependencies:
- '@babel/types': 7.22.5
+ '@babel/types': 7.24.0
entities: 4.5.0
'@svgr/plugin-jsx@6.5.1(@svgr/core@6.5.1)':
dependencies:
- '@babel/core': 7.22.9
- '@svgr/babel-preset': 6.5.1(@babel/core@7.22.9)
+ '@babel/core': 7.24.4
+ '@svgr/babel-preset': 6.5.1(@babel/core@7.24.4)
'@svgr/core': 6.5.1
'@svgr/hast-util-to-babel-ast': 6.5.1
svg-parser: 2.0.4
@@ -6613,7 +6326,7 @@ snapshots:
'@swc/core-win32-x64-msvc@1.3.82':
optional: true
- '@swc/core@1.3.82':
+ '@swc/core@1.3.82(@swc/helpers@0.5.1)':
dependencies:
'@swc/types': 0.1.4
optionalDependencies:
@@ -6627,6 +6340,7 @@ snapshots:
'@swc/core-win32-arm64-msvc': 1.3.82
'@swc/core-win32-ia32-msvc': 1.3.82
'@swc/core-win32-x64-msvc': 1.3.82
+ '@swc/helpers': 0.5.1
'@swc/helpers@0.5.1':
dependencies:
@@ -6640,7 +6354,7 @@ snapshots:
'@trysound/sax@0.2.0': {}
- '@types/chrome@0.0.266':
+ '@types/chrome@0.0.268':
dependencies:
'@types/filesystem': 0.0.32
'@types/har-format': 1.2.10
@@ -6663,15 +6377,13 @@ snapshots:
'@types/http-cache-semantics@4.0.1': {}
- '@types/json-schema@7.0.12': {}
-
'@types/json-schema@7.0.15': {}
'@types/ms@0.7.31': {}
'@types/mustache@4.2.5': {}
- '@types/node@20.12.7':
+ '@types/node@20.14.2':
dependencies:
undici-types: 5.26.5
@@ -6679,70 +6391,88 @@ snapshots:
'@types/prop-types@15.7.5': {}
- '@types/react-dom@18.2.25':
+ '@types/react-dom@18.3.0':
dependencies:
- '@types/react': 18.2.79
+ '@types/react': 18.3.3
- '@types/react@18.2.79':
+ '@types/react@18.3.3':
dependencies:
'@types/prop-types': 15.7.5
csstype: 3.1.2
- '@types/semver@7.5.8': {}
+ '@types/trusted-types@2.0.7': {}
'@types/uuid@9.0.8': {}
'@types/whatwg-mimetype@3.0.2': {}
- '@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0)(eslint@8.57.0)(typescript@5.4.5)':
+ '@typescript-eslint/eslint-plugin@7.13.0(@typescript-eslint/parser@7.13.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
'@eslint-community/regexpp': 4.10.0
- '@typescript-eslint/parser': 7.7.0(eslint@8.57.0)(typescript@5.4.5)
- '@typescript-eslint/scope-manager': 7.7.0
- '@typescript-eslint/type-utils': 7.7.0(eslint@8.57.0)(typescript@5.4.5)
- '@typescript-eslint/utils': 7.7.0(eslint@8.57.0)(typescript@5.4.5)
- '@typescript-eslint/visitor-keys': 7.7.0
- debug: 4.3.4
+ '@typescript-eslint/parser': 7.13.0(eslint@8.57.0)(typescript@5.4.5)
+ '@typescript-eslint/scope-manager': 7.13.0
+ '@typescript-eslint/type-utils': 7.13.0(eslint@8.57.0)(typescript@5.4.5)
+ '@typescript-eslint/utils': 7.13.0(eslint@8.57.0)(typescript@5.4.5)
+ '@typescript-eslint/visitor-keys': 7.13.0
eslint: 8.57.0
graphemer: 1.4.0
ignore: 5.3.1
natural-compare: 1.4.0
- semver: 7.6.0
ts-api-utils: 1.3.0(typescript@5.4.5)
+ optionalDependencies:
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.4.5)':
+ '@typescript-eslint/parser@7.13.0(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
- '@typescript-eslint/scope-manager': 7.7.0
- '@typescript-eslint/types': 7.7.0
- '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5)
- '@typescript-eslint/visitor-keys': 7.7.0
+ '@typescript-eslint/scope-manager': 7.13.0
+ '@typescript-eslint/types': 7.13.0
+ '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.4.5)
+ '@typescript-eslint/visitor-keys': 7.13.0
debug: 4.3.4
eslint: 8.57.0
+ optionalDependencies:
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@7.7.0':
+ '@typescript-eslint/scope-manager@7.13.0':
dependencies:
- '@typescript-eslint/types': 7.7.0
- '@typescript-eslint/visitor-keys': 7.7.0
+ '@typescript-eslint/types': 7.13.0
+ '@typescript-eslint/visitor-keys': 7.13.0
- '@typescript-eslint/type-utils@7.7.0(eslint@8.57.0)(typescript@5.4.5)':
+ '@typescript-eslint/type-utils@7.13.0(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
- '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5)
- '@typescript-eslint/utils': 7.7.0(eslint@8.57.0)(typescript@5.4.5)
+ '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.4.5)
+ '@typescript-eslint/utils': 7.13.0(eslint@8.57.0)(typescript@5.4.5)
debug: 4.3.4
eslint: 8.57.0
ts-api-utils: 1.3.0(typescript@5.4.5)
+ optionalDependencies:
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
+ '@typescript-eslint/types@7.13.0': {}
+
'@typescript-eslint/types@7.7.0': {}
+ '@typescript-eslint/typescript-estree@7.13.0(typescript@5.4.5)':
+ dependencies:
+ '@typescript-eslint/types': 7.13.0
+ '@typescript-eslint/visitor-keys': 7.13.0
+ debug: 4.3.4
+ globby: 11.1.0
+ is-glob: 4.0.3
+ minimatch: 9.0.4
+ semver: 7.6.0
+ ts-api-utils: 1.3.0(typescript@5.4.5)
+ optionalDependencies:
+ typescript: 5.4.5
+ transitivePeerDependencies:
+ - supports-color
+
'@typescript-eslint/typescript-estree@7.7.0(typescript@5.4.5)':
dependencies:
'@typescript-eslint/types': 7.7.0
@@ -6753,24 +6483,27 @@ snapshots:
minimatch: 9.0.4
semver: 7.6.0
ts-api-utils: 1.3.0(typescript@5.4.5)
+ optionalDependencies:
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@7.7.0(eslint@8.57.0)(typescript@5.4.5)':
+ '@typescript-eslint/utils@7.13.0(eslint@8.57.0)(typescript@5.4.5)':
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
- '@types/json-schema': 7.0.15
- '@types/semver': 7.5.8
- '@typescript-eslint/scope-manager': 7.7.0
- '@typescript-eslint/types': 7.7.0
- '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5)
+ '@typescript-eslint/scope-manager': 7.13.0
+ '@typescript-eslint/types': 7.13.0
+ '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.4.5)
eslint: 8.57.0
- semver: 7.6.0
transitivePeerDependencies:
- supports-color
- typescript
+ '@typescript-eslint/visitor-keys@7.13.0':
+ dependencies:
+ '@typescript-eslint/types': 7.13.0
+ eslint-visitor-keys: 3.4.3
+
'@typescript-eslint/visitor-keys@7.7.0':
dependencies:
'@typescript-eslint/types': 7.7.0
@@ -6778,29 +6511,29 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
- '@vitest/expect@1.5.0':
+ '@vitest/expect@1.6.0':
dependencies:
- '@vitest/spy': 1.5.0
- '@vitest/utils': 1.5.0
+ '@vitest/spy': 1.6.0
+ '@vitest/utils': 1.6.0
chai: 4.3.10
- '@vitest/runner@1.5.0':
+ '@vitest/runner@1.6.0':
dependencies:
- '@vitest/utils': 1.5.0
+ '@vitest/utils': 1.6.0
p-limit: 5.0.0
pathe: 1.1.1
- '@vitest/snapshot@1.5.0':
+ '@vitest/snapshot@1.6.0':
dependencies:
magic-string: 0.30.5
pathe: 1.1.1
pretty-format: 29.7.0
- '@vitest/spy@1.5.0':
+ '@vitest/spy@1.6.0':
dependencies:
tinyspy: 2.2.0
- '@vitest/utils@1.5.0':
+ '@vitest/utils@1.6.0':
dependencies:
diff-sequences: 29.6.3
estree-walker: 3.0.3
@@ -6809,7 +6542,7 @@ snapshots:
'@vue/compiler-core@3.3.4':
dependencies:
- '@babel/parser': 7.22.7
+ '@babel/parser': 7.24.4
'@vue/shared': 3.3.4
estree-walker: 2.0.2
source-map-js: 1.2.0
@@ -6821,7 +6554,7 @@ snapshots:
'@vue/compiler-sfc@3.3.4':
dependencies:
- '@babel/parser': 7.22.7
+ '@babel/parser': 7.24.4
'@vue/compiler-core': 3.3.4
'@vue/compiler-dom': 3.3.4
'@vue/compiler-ssr': 3.3.4
@@ -6839,7 +6572,7 @@ snapshots:
'@vue/reactivity-transform@3.3.4':
dependencies:
- '@babel/parser': 7.22.7
+ '@babel/parser': 7.24.4
'@vue/compiler-core': 3.3.4
'@vue/shared': 3.3.4
estree-walker: 2.0.2
@@ -6922,11 +6655,6 @@ snapshots:
dependencies:
dequal: 2.0.3
- array-buffer-byte-length@1.0.0:
- dependencies:
- call-bind: 1.0.2
- is-array-buffer: 3.0.2
-
array-buffer-byte-length@1.0.1:
dependencies:
call-bind: 1.0.7
@@ -6954,17 +6682,17 @@ snapshots:
array.prototype.flatmap@1.3.2:
dependencies:
- call-bind: 1.0.2
- define-properties: 1.2.0
- es-abstract: 1.22.1
- es-shim-unscopables: 1.0.0
+ call-bind: 1.0.7
+ define-properties: 1.2.1
+ es-abstract: 1.23.3
+ es-shim-unscopables: 1.0.2
array.prototype.toreversed@1.1.2:
dependencies:
- call-bind: 1.0.2
- define-properties: 1.2.0
- es-abstract: 1.22.1
- es-shim-unscopables: 1.0.0
+ call-bind: 1.0.7
+ define-properties: 1.2.1
+ es-abstract: 1.23.3
+ es-shim-unscopables: 1.0.2
array.prototype.tosorted@1.1.3:
dependencies:
@@ -6974,16 +6702,6 @@ snapshots:
es-errors: 1.3.0
es-shim-unscopables: 1.0.2
- arraybuffer.prototype.slice@1.0.2:
- dependencies:
- array-buffer-byte-length: 1.0.0
- call-bind: 1.0.2
- define-properties: 1.2.0
- es-abstract: 1.22.1
- get-intrinsic: 1.2.1
- is-array-buffer: 3.0.2
- is-shared-array-buffer: 1.0.2
-
arraybuffer.prototype.slice@1.0.3:
dependencies:
array-buffer-byte-length: 1.0.1
@@ -7007,8 +6725,6 @@ snapshots:
postcss: 8.4.38
postcss-value-parser: 4.2.0
- available-typed-arrays@1.0.5: {}
-
available-typed-arrays@1.0.7:
dependencies:
possible-typed-array-names: 1.0.0
@@ -7060,8 +6776,8 @@ snapshots:
browserslist@4.22.1:
dependencies:
- caniuse-lite: 1.0.30001580
- electron-to-chromium: 1.4.647
+ caniuse-lite: 1.0.30001610
+ electron-to-chromium: 1.4.737
node-releases: 2.0.14
update-browserslist-db: 1.0.13(browserslist@4.22.1)
@@ -7108,11 +6824,6 @@ snapshots:
normalize-url: 8.0.0
responselike: 3.0.0
- call-bind@1.0.2:
- dependencies:
- function-bind: 1.1.1
- get-intrinsic: 1.2.1
-
call-bind@1.0.7:
dependencies:
es-define-property: 1.0.0
@@ -7251,8 +6962,6 @@ snapshots:
content-security-policy-parser@0.4.1: {}
- convert-source-map@1.9.0: {}
-
convert-source-map@2.0.0: {}
copy-anything@2.0.6:
@@ -7273,6 +6982,7 @@ snapshots:
js-yaml: 4.1.0
parse-json: 5.2.0
path-type: 4.0.0
+ optionalDependencies:
typescript: 5.2.2
cosmiconfig@9.0.0(typescript@5.4.5):
@@ -7281,6 +6991,7 @@ snapshots:
import-fresh: 3.3.0
js-yaml: 4.1.0
parse-json: 5.2.0
+ optionalDependencies:
typescript: 5.4.5
cross-spawn@7.0.3:
@@ -7381,15 +7092,10 @@ snapshots:
es-errors: 1.3.0
gopd: 1.0.1
- define-properties@1.2.0:
- dependencies:
- has-property-descriptors: 1.0.0
- object-keys: 1.1.1
-
define-properties@1.2.1:
dependencies:
define-data-property: 1.1.4
- has-property-descriptors: 1.0.0
+ has-property-descriptors: 1.0.2
object-keys: 1.1.1
dequal@2.0.3: {}
@@ -7484,48 +7190,6 @@ snapshots:
dependencies:
is-arrayish: 0.2.1
- es-abstract@1.22.1:
- dependencies:
- array-buffer-byte-length: 1.0.0
- arraybuffer.prototype.slice: 1.0.2
- available-typed-arrays: 1.0.5
- call-bind: 1.0.2
- es-set-tostringtag: 2.0.1
- es-to-primitive: 1.2.1
- function.prototype.name: 1.1.5
- get-intrinsic: 1.2.1
- get-symbol-description: 1.0.0
- globalthis: 1.0.3
- gopd: 1.0.1
- has: 1.0.3
- has-property-descriptors: 1.0.0
- has-proto: 1.0.1
- has-symbols: 1.0.3
- internal-slot: 1.0.5
- is-array-buffer: 3.0.2
- is-callable: 1.2.7
- is-negative-zero: 2.0.2
- is-regex: 1.1.4
- is-shared-array-buffer: 1.0.2
- is-string: 1.0.7
- is-typed-array: 1.1.10
- is-weakref: 1.0.2
- object-inspect: 1.12.3
- object-keys: 1.1.1
- object.assign: 4.1.4
- regexp.prototype.flags: 1.5.0
- safe-array-concat: 1.0.1
- safe-regex-test: 1.0.0
- string.prototype.trim: 1.2.7
- string.prototype.trimend: 1.0.6
- string.prototype.trimstart: 1.0.6
- typed-array-buffer: 1.0.0
- typed-array-byte-length: 1.0.0
- typed-array-byte-offset: 1.0.0
- typed-array-length: 1.0.4
- unbox-primitive: 1.0.2
- which-typed-array: 1.1.11
-
es-abstract@1.23.3:
dependencies:
array-buffer-byte-length: 1.0.1
@@ -7581,7 +7245,7 @@ snapshots:
es-errors@1.3.0: {}
- es-iterator-helpers@1.0.18:
+ es-iterator-helpers@1.0.19:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
@@ -7602,22 +7266,12 @@ snapshots:
dependencies:
es-errors: 1.3.0
- es-set-tostringtag@2.0.1:
- dependencies:
- get-intrinsic: 1.2.1
- has: 1.0.3
- has-tostringtag: 1.0.0
-
es-set-tostringtag@2.0.3:
dependencies:
get-intrinsic: 1.2.4
has-tostringtag: 1.0.2
hasown: 2.0.2
- es-shim-unscopables@1.0.0:
- dependencies:
- has: 1.0.3
-
es-shim-unscopables@1.0.2:
dependencies:
hasown: 2.0.2
@@ -7711,11 +7365,11 @@ snapshots:
escape-string-regexp@5.0.0: {}
- eslint-plugin-react-hooks@4.6.0(eslint@8.57.0):
+ eslint-plugin-react-hooks@4.6.2(eslint@8.57.0):
dependencies:
eslint: 8.57.0
- eslint-plugin-react@7.34.1(eslint@8.57.0):
+ eslint-plugin-react@7.34.2(eslint@8.57.0):
dependencies:
array-includes: 3.1.8
array.prototype.findlast: 1.2.5
@@ -7723,7 +7377,7 @@ snapshots:
array.prototype.toreversed: 1.1.2
array.prototype.tosorted: 1.1.3
doctrine: 2.1.0
- es-iterator-helpers: 1.0.18
+ es-iterator-helpers: 1.0.19
eslint: 8.57.0
estraverse: 5.3.0
jsx-ast-utils: 3.3.3
@@ -7948,17 +7602,8 @@ snapshots:
fsevents@2.3.3:
optional: true
- function-bind@1.1.1: {}
-
function-bind@1.1.2: {}
- function.prototype.name@1.1.5:
- dependencies:
- call-bind: 1.0.2
- define-properties: 1.2.0
- es-abstract: 1.22.1
- functions-have-names: 1.2.3
-
function.prototype.name@1.1.6:
dependencies:
call-bind: 1.0.7
@@ -7978,18 +7623,11 @@ snapshots:
dependencies:
global-modules: 1.0.0
- get-intrinsic@1.2.1:
- dependencies:
- function-bind: 1.1.1
- has: 1.0.3
- has-proto: 1.0.1
- has-symbols: 1.0.3
-
get-intrinsic@1.2.4:
dependencies:
es-errors: 1.3.0
function-bind: 1.1.2
- has-proto: 1.0.1
+ has-proto: 1.0.3
has-symbols: 1.0.3
hasown: 2.0.2
@@ -8001,11 +7639,6 @@ snapshots:
get-stream@8.0.1: {}
- get-symbol-description@1.0.0:
- dependencies:
- call-bind: 1.0.2
- get-intrinsic: 1.2.1
-
get-symbol-description@1.0.2:
dependencies:
call-bind: 1.0.7
@@ -8076,7 +7709,7 @@ snapshots:
dependencies:
type-fest: 0.20.2
- globals@15.0.0: {}
+ globals@15.5.0: {}
globalthis@1.0.3:
dependencies:
@@ -8141,34 +7774,20 @@ snapshots:
has-flag@4.0.0: {}
- has-property-descriptors@1.0.0:
- dependencies:
- get-intrinsic: 1.2.4
-
has-property-descriptors@1.0.2:
dependencies:
es-define-property: 1.0.0
- has-proto@1.0.1: {}
-
has-proto@1.0.3: {}
has-symbols@1.0.3: {}
- has-tostringtag@1.0.0:
- dependencies:
- has-symbols: 1.0.3
-
has-tostringtag@1.0.2:
dependencies:
has-symbols: 1.0.3
has-yarn@3.0.0: {}
- has@1.0.3:
- dependencies:
- function-bind: 1.1.1
-
hasown@2.0.2:
dependencies:
function-bind: 1.1.2
@@ -8179,13 +7798,15 @@ snapshots:
html-entities@2.5.2: {}
- htmlnano@2.0.4(postcss@8.4.38)(svgo@2.8.0)(typescript@5.2.2):
+ htmlnano@2.0.4(postcss@8.4.38)(srcset@4.0.0)(svgo@2.8.0)(typescript@5.2.2):
dependencies:
cosmiconfig: 8.3.6(typescript@5.2.2)
- postcss: 8.4.38
posthtml: 0.16.6
- svgo: 2.8.0
timsort: 0.3.0
+ optionalDependencies:
+ postcss: 8.4.38
+ srcset: 4.0.0
+ svgo: 2.8.0
transitivePeerDependencies:
- typescript
@@ -8267,17 +7888,11 @@ snapshots:
strip-ansi: 6.0.1
wrap-ansi: 6.2.0
- internal-slot@1.0.5:
- dependencies:
- get-intrinsic: 1.2.1
- has: 1.0.3
- side-channel: 1.0.4
-
internal-slot@1.0.7:
dependencies:
es-errors: 1.3.0
hasown: 2.0.2
- side-channel: 1.0.4
+ side-channel: 1.0.6
invert-kv@3.0.1: {}
@@ -8288,12 +7903,6 @@ snapshots:
is-alphabetical: 2.0.1
is-decimal: 2.0.1
- is-array-buffer@3.0.2:
- dependencies:
- call-bind: 1.0.2
- get-intrinsic: 1.2.1
- is-typed-array: 1.1.10
-
is-array-buffer@3.0.4:
dependencies:
call-bind: 1.0.7
@@ -8305,7 +7914,7 @@ snapshots:
is-async-function@2.0.0:
dependencies:
- has-tostringtag: 1.0.0
+ has-tostringtag: 1.0.2
is-bigint@1.0.4:
dependencies:
@@ -8318,14 +7927,10 @@ snapshots:
is-boolean-object@1.1.2:
dependencies:
call-bind: 1.0.7
- has-tostringtag: 1.0.0
+ has-tostringtag: 1.0.2
is-callable@1.2.7: {}
- is-core-module@2.12.0:
- dependencies:
- has: 1.0.3
-
is-core-module@2.13.1:
dependencies:
hasown: 2.0.2
@@ -8336,7 +7941,7 @@ snapshots:
is-date-object@1.0.5:
dependencies:
- has-tostringtag: 1.0.0
+ has-tostringtag: 1.0.2
is-decimal@2.0.1: {}
@@ -8350,7 +7955,7 @@ snapshots:
is-generator-function@1.0.10:
dependencies:
- has-tostringtag: 1.0.0
+ has-tostringtag: 1.0.2
is-glob@4.0.3:
dependencies:
@@ -8362,13 +7967,11 @@ snapshots:
is-map@2.0.2: {}
- is-negative-zero@2.0.2: {}
-
is-negative-zero@2.0.3: {}
is-number-object@1.0.7:
dependencies:
- has-tostringtag: 1.0.0
+ has-tostringtag: 1.0.2
is-number@7.0.0: {}
@@ -8387,14 +7990,10 @@ snapshots:
is-regex@1.1.4:
dependencies:
call-bind: 1.0.7
- has-tostringtag: 1.0.0
+ has-tostringtag: 1.0.2
is-set@2.0.2: {}
- is-shared-array-buffer@1.0.2:
- dependencies:
- call-bind: 1.0.2
-
is-shared-array-buffer@1.0.3:
dependencies:
call-bind: 1.0.7
@@ -8405,7 +8004,7 @@ snapshots:
is-string@1.0.7:
dependencies:
- has-tostringtag: 1.0.0
+ has-tostringtag: 1.0.2
is-symbol@1.0.4:
dependencies:
@@ -8413,14 +8012,6 @@ snapshots:
is-there@4.5.1: {}
- is-typed-array@1.1.10:
- dependencies:
- available-typed-arrays: 1.0.5
- call-bind: 1.0.2
- for-each: 0.3.3
- gopd: 1.0.1
- has-tostringtag: 1.0.0
-
is-typed-array@1.1.13:
dependencies:
which-typed-array: 1.1.15
@@ -8487,7 +8078,7 @@ snapshots:
json-schema-to-ts@2.9.2:
dependencies:
'@babel/runtime': 7.21.5
- '@types/json-schema': 7.0.12
+ '@types/json-schema': 7.0.15
ts-algebra: 1.2.0
json-schema-traverse@0.4.1: {}
@@ -8516,7 +8107,7 @@ snapshots:
jsx-ast-utils@3.3.3:
dependencies:
array-includes: 3.1.8
- object.assign: 4.1.4
+ object.assign: 4.1.5
keyv@4.5.2:
dependencies:
@@ -8883,19 +8474,10 @@ snapshots:
object-hash@3.0.0: {}
- object-inspect@1.12.3: {}
-
object-inspect@1.13.1: {}
object-keys@1.1.1: {}
- object.assign@4.1.4:
- dependencies:
- call-bind: 1.0.2
- define-properties: 1.2.0
- has-symbols: 1.0.3
- object-keys: 1.1.1
-
object.assign@4.1.5:
dependencies:
call-bind: 1.0.7
@@ -9065,7 +8647,7 @@ snapshots:
mlly: 1.4.2
pathe: 1.1.1
- plasmo@0.85.2(postcss@8.4.38)(react-dom@18.2.0)(react@18.2.0):
+ plasmo@0.87.2(@swc/core@1.3.82(@swc/helpers@0.5.1))(@swc/helpers@0.5.1)(lodash@4.17.21)(mustache@4.2.0)(postcss@8.4.38)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(srcset@4.0.0):
dependencies:
'@expo/spawn-async': 1.7.2
'@parcel/core': 2.9.3
@@ -9073,7 +8655,7 @@ snapshots:
'@parcel/package-manager': 2.9.3(@parcel/core@2.9.3)
'@parcel/watcher': 2.2.0
'@plasmohq/init': 0.7.0
- '@plasmohq/parcel-config': 0.40.5(postcss@8.4.38)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)
+ '@plasmohq/parcel-config': 0.40.11(@swc/core@1.3.82(@swc/helpers@0.5.1))(@swc/helpers@0.5.1)(lodash@4.17.21)(mustache@4.2.0)(postcss@8.4.38)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(srcset@4.0.0)(typescript@5.2.2)
'@plasmohq/parcel-core': 0.1.8
buffer: 6.0.3
chalk: 5.3.0
@@ -9173,8 +8755,9 @@ snapshots:
postcss-load-config@4.0.1(postcss@8.4.38):
dependencies:
lilconfig: 2.1.0
- postcss: 8.4.38
yaml: 2.2.2
+ optionalDependencies:
+ postcss: 8.4.38
postcss-modules-extract-imports@3.0.0(postcss@8.4.38):
dependencies:
@@ -9200,7 +8783,7 @@ snapshots:
postcss-nested@6.0.1(postcss@8.4.38):
dependencies:
postcss: 8.4.38
- postcss-selector-parser: 6.0.15
+ postcss-selector-parser: 6.0.16
postcss-selector-parser@6.0.15:
dependencies:
@@ -9254,7 +8837,7 @@ snapshots:
prelude-ls@1.2.1: {}
- prettier@3.2.5: {}
+ prettier@3.3.2: {}
pretty-format@29.7.0:
dependencies:
@@ -9295,16 +8878,16 @@ snapshots:
minimist: 1.2.8
strip-json-comments: 2.0.1
- react-colorful@5.6.1(react-dom@18.2.0)(react@18.2.0):
+ react-colorful@5.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
dependencies:
- react: 18.2.0
- react-dom: 18.2.0(patch_hash=dmvxeb6c5lh6tttdk5najzccki)(react@18.2.0)
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
- react-dom@18.2.0(patch_hash=dmvxeb6c5lh6tttdk5najzccki)(react@18.2.0):
+ react-dom@18.3.1(react@18.3.1):
dependencies:
loose-envify: 1.4.0
- react: 18.2.0
- scheduler: 0.23.0
+ react: 18.3.1
+ scheduler: 0.23.2
react-error-overlay@6.0.9: {}
@@ -9316,7 +8899,7 @@ snapshots:
react-refresh@0.9.0: {}
- react@18.2.0:
+ react@18.3.1:
dependencies:
loose-envify: 1.4.0
@@ -9345,12 +8928,6 @@ snapshots:
regenerator-runtime@0.13.11: {}
- regexp.prototype.flags@1.5.0:
- dependencies:
- call-bind: 1.0.2
- define-properties: 1.2.0
- functions-have-names: 1.2.3
-
regexp.prototype.flags@1.5.2:
dependencies:
call-bind: 1.0.7
@@ -9381,7 +8958,7 @@ snapshots:
resolve@1.22.2:
dependencies:
- is-core-module: 2.12.0
+ is-core-module: 2.13.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
@@ -9437,13 +9014,6 @@ snapshots:
dependencies:
tslib: 2.6.2
- safe-array-concat@1.0.1:
- dependencies:
- call-bind: 1.0.2
- get-intrinsic: 1.2.1
- has-symbols: 1.0.3
- isarray: 2.0.5
-
safe-array-concat@1.1.2:
dependencies:
call-bind: 1.0.7
@@ -9453,12 +9023,6 @@ snapshots:
safe-buffer@5.2.1: {}
- safe-regex-test@1.0.0:
- dependencies:
- call-bind: 1.0.2
- get-intrinsic: 1.2.1
- is-regex: 1.1.4
-
safe-regex-test@1.0.3:
dependencies:
call-bind: 1.0.7
@@ -9476,7 +9040,7 @@ snapshots:
sax@1.2.4:
optional: true
- scheduler@0.23.0:
+ scheduler@0.23.2:
dependencies:
loose-envify: 1.4.0
@@ -9525,12 +9089,6 @@ snapshots:
shebang-regex@3.0.0: {}
- side-channel@1.0.4:
- dependencies:
- call-bind: 1.0.7
- get-intrinsic: 1.2.4
- object-inspect: 1.12.3
-
side-channel@1.0.6:
dependencies:
call-bind: 1.0.7
@@ -9608,12 +9166,6 @@ snapshots:
set-function-name: 2.0.2
side-channel: 1.0.6
- string.prototype.trim@1.2.7:
- dependencies:
- call-bind: 1.0.2
- define-properties: 1.2.0
- es-abstract: 1.22.1
-
string.prototype.trim@1.2.9:
dependencies:
call-bind: 1.0.7
@@ -9621,24 +9173,12 @@ snapshots:
es-abstract: 1.23.3
es-object-atoms: 1.0.0
- string.prototype.trimend@1.0.6:
- dependencies:
- call-bind: 1.0.2
- define-properties: 1.2.0
- es-abstract: 1.22.1
-
string.prototype.trimend@1.0.8:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
es-object-atoms: 1.0.0
- string.prototype.trimstart@1.0.6:
- dependencies:
- call-bind: 1.0.2
- define-properties: 1.2.0
- es-abstract: 1.22.1
-
string.prototype.trimstart@1.0.8:
dependencies:
call-bind: 1.0.7
@@ -9673,7 +9213,7 @@ snapshots:
sucrase@3.32.0:
dependencies:
- '@jridgewell/gen-mapping': 0.3.3
+ '@jridgewell/gen-mapping': 0.3.5
commander: 4.1.1
glob: 7.1.6
lines-and-columns: 1.2.4
@@ -9691,11 +9231,11 @@ snapshots:
supports-preserve-symlinks-flag@1.0.0: {}
- svelte@4.0.1:
+ svelte@4.2.2:
dependencies:
'@ampproject/remapping': 2.2.1
'@jridgewell/sourcemap-codec': 1.4.15
- '@jridgewell/trace-mapping': 0.3.18
+ '@jridgewell/trace-mapping': 0.3.25
acorn: 8.11.3
aria-query: 5.3.0
axobject-query: 3.2.1
@@ -9719,7 +9259,7 @@ snapshots:
picocolors: 1.0.0
stable: 0.1.8
- tailwindcss@3.4.3:
+ tailwindcss@3.4.4:
dependencies:
'@alloc/quick-lru': 5.2.0
arg: 5.0.2
@@ -9740,7 +9280,7 @@ snapshots:
postcss-js: 4.0.1(postcss@8.4.38)
postcss-load-config: 4.0.1(postcss@8.4.38)
postcss-nested: 6.0.1(postcss@8.4.38)
- postcss-selector-parser: 6.0.15
+ postcss-selector-parser: 6.0.16
resolve: 1.22.2
sucrase: 3.32.0
transitivePeerDependencies:
@@ -9829,11 +9369,11 @@ snapshots:
ts-interface-checker@0.1.13: {}
- ts-pattern@5.1.1: {}
+ ts-pattern@5.2.0: {}
tslib@2.6.2: {}
- tsup@7.2.0(postcss@8.4.38)(typescript@5.2.2):
+ tsup@7.2.0(@swc/core@1.3.82(@swc/helpers@0.5.1))(postcss@8.4.38)(typescript@5.2.2):
dependencies:
bundle-require: 4.0.1(esbuild@0.18.10)
cac: 6.7.14
@@ -9843,13 +9383,15 @@ snapshots:
execa: 5.1.1
globby: 11.1.0
joycon: 3.1.1
- postcss: 8.4.38
postcss-load-config: 4.0.1(postcss@8.4.38)
resolve-from: 5.0.0
rollup: 3.21.5
source-map: 0.8.0-beta.0
sucrase: 3.32.0
tree-kill: 1.2.2
+ optionalDependencies:
+ '@swc/core': 1.3.82(@swc/helpers@0.5.1)
+ postcss: 8.4.38
typescript: 5.2.2
transitivePeerDependencies:
- supports-color
@@ -9879,25 +9421,12 @@ snapshots:
type@2.7.2: {}
- typed-array-buffer@1.0.0:
- dependencies:
- call-bind: 1.0.2
- get-intrinsic: 1.2.1
- is-typed-array: 1.1.10
-
typed-array-buffer@1.0.2:
dependencies:
call-bind: 1.0.7
es-errors: 1.3.0
is-typed-array: 1.1.13
- typed-array-byte-length@1.0.0:
- dependencies:
- call-bind: 1.0.2
- for-each: 0.3.3
- has-proto: 1.0.1
- is-typed-array: 1.1.10
-
typed-array-byte-length@1.0.1:
dependencies:
call-bind: 1.0.7
@@ -9906,14 +9435,6 @@ snapshots:
has-proto: 1.0.3
is-typed-array: 1.1.13
- typed-array-byte-offset@1.0.0:
- dependencies:
- available-typed-arrays: 1.0.5
- call-bind: 1.0.2
- for-each: 0.3.3
- has-proto: 1.0.1
- is-typed-array: 1.1.10
-
typed-array-byte-offset@1.0.2:
dependencies:
available-typed-arrays: 1.0.7
@@ -9923,12 +9444,6 @@ snapshots:
has-proto: 1.0.3
is-typed-array: 1.1.13
- typed-array-length@1.0.4:
- dependencies:
- call-bind: 1.0.2
- for-each: 0.3.3
- is-typed-array: 1.1.10
-
typed-array-length@1.0.6:
dependencies:
call-bind: 1.0.7
@@ -10003,13 +9518,13 @@ snapshots:
uuid@9.0.1: {}
- vite-node@1.5.0(@types/node@20.12.7):
+ vite-node@1.6.0(@types/node@20.14.2)(less@4.1.3)(lightningcss@1.21.8)(sass@1.62.1):
dependencies:
cac: 6.7.14
debug: 4.3.4
pathe: 1.1.1
picocolors: 1.0.0
- vite: 5.0.8(@types/node@20.12.7)
+ vite: 5.0.8(@types/node@20.14.2)(less@4.1.3)(lightningcss@1.21.8)(sass@1.62.1)
transitivePeerDependencies:
- '@types/node'
- less
@@ -10020,23 +9535,25 @@ snapshots:
- supports-color
- terser
- vite@5.0.8(@types/node@20.12.7):
+ vite@5.0.8(@types/node@20.14.2)(less@4.1.3)(lightningcss@1.21.8)(sass@1.62.1):
dependencies:
- '@types/node': 20.12.7
esbuild: 0.19.9
postcss: 8.4.38
rollup: 4.8.0
optionalDependencies:
+ '@types/node': 20.14.2
fsevents: 2.3.3
+ less: 4.1.3
+ lightningcss: 1.21.8
+ sass: 1.62.1
- vitest@1.5.0(@types/node@20.12.7):
+ vitest@1.6.0(@types/node@20.14.2)(less@4.1.3)(lightningcss@1.21.8)(sass@1.62.1):
dependencies:
- '@types/node': 20.12.7
- '@vitest/expect': 1.5.0
- '@vitest/runner': 1.5.0
- '@vitest/snapshot': 1.5.0
- '@vitest/spy': 1.5.0
- '@vitest/utils': 1.5.0
+ '@vitest/expect': 1.6.0
+ '@vitest/runner': 1.6.0
+ '@vitest/snapshot': 1.6.0
+ '@vitest/spy': 1.6.0
+ '@vitest/utils': 1.6.0
acorn-walk: 8.3.2
chai: 4.3.10
debug: 4.3.4
@@ -10049,9 +9566,11 @@ snapshots:
strip-literal: 2.1.0
tinybench: 2.5.1
tinypool: 0.8.4
- vite: 5.0.8(@types/node@20.12.7)
- vite-node: 1.5.0(@types/node@20.12.7)
+ vite: 5.0.8(@types/node@20.14.2)(less@4.1.3)(lightningcss@1.21.8)(sass@1.62.1)
+ vite-node: 1.6.0(@types/node@20.14.2)(less@4.1.3)(lightningcss@1.21.8)(sass@1.62.1)
why-is-node-running: 2.2.2
+ optionalDependencies:
+ '@types/node': 20.14.2
transitivePeerDependencies:
- less
- lightningcss
@@ -10095,8 +9614,8 @@ snapshots:
which-builtin-type@1.1.3:
dependencies:
- function.prototype.name: 1.1.5
- has-tostringtag: 1.0.0
+ function.prototype.name: 1.1.6
+ has-tostringtag: 1.0.2
is-async-function: 2.0.0
is-date-object: 1.0.5
is-finalizationregistry: 1.0.2
@@ -10106,7 +9625,7 @@ snapshots:
isarray: 2.0.5
which-boxed-primitive: 1.0.2
which-collection: 1.0.1
- which-typed-array: 1.1.11
+ which-typed-array: 1.1.15
which-collection@1.0.1:
dependencies:
@@ -10115,14 +9634,6 @@ snapshots:
is-weakmap: 2.0.1
is-weakset: 2.0.2
- which-typed-array@1.1.11:
- dependencies:
- available-typed-arrays: 1.0.5
- call-bind: 1.0.2
- for-each: 0.3.3
- gopd: 1.0.1
- has-tostringtag: 1.0.0
-
which-typed-array@1.1.15:
dependencies:
available-typed-arrays: 1.0.7