diff --git a/components/Icon/react/package.json b/components/Icon/react/package.json
index 8d97091dd..a94529bd5 100644
--- a/components/Icon/react/package.json
+++ b/components/Icon/react/package.json
@@ -26,7 +26,7 @@
},
"devDependencies": {
"@cypress-design/rollup-plugin-tailwind-keep": "*",
- "@types/lodash": "^4.14.200",
+ "@types/lodash": "^4.14.201",
"lodash": "^4.17.21",
"dedent": "^1.5.1"
},
diff --git a/components/Icon/vue/package.json b/components/Icon/vue/package.json
index d35cb7db0..b7f46e209 100644
--- a/components/Icon/vue/package.json
+++ b/components/Icon/vue/package.json
@@ -25,7 +25,7 @@
},
"devDependencies": {
"@cypress-design/rollup-plugin-tailwind-keep": "*",
- "@types/lodash": "^4.14.200",
+ "@types/lodash": "^4.14.201",
"lodash": "^4.17.21",
"dedent": "^1.5.1"
},
diff --git a/components/Tooltip/react/Tooltip.tsx b/components/Tooltip/react/Tooltip.tsx
index 22cd7ac4b..14bdc92f0 100644
--- a/components/Tooltip/react/Tooltip.tsx
+++ b/components/Tooltip/react/Tooltip.tsx
@@ -226,7 +226,7 @@ export const Tooltip: React.FC<
colors.background,
)}
>
- Tooltip:
+ Tooltip:
{popper}
diff --git a/css/package.json b/css/package.json
index 01a5a3d4a..e20a2d488 100644
--- a/css/package.json
+++ b/css/package.json
@@ -40,7 +40,7 @@
"tailwindcss": "^3.3.5"
},
"devDependencies": {
- "@types/lodash": "^4.14.200",
+ "@types/lodash": "^4.14.201",
"typescript": "5.2.2",
"color-string": "1.9.1"
},
diff --git a/icon-registry/package.json b/icon-registry/package.json
index 6a0993f75..b48e739db 100644
--- a/icon-registry/package.json
+++ b/icon-registry/package.json
@@ -25,11 +25,11 @@
"@cypress-design/css": "*"
},
"devDependencies": {
- "@types/lodash": "^4.14.200",
+ "@types/lodash": "^4.14.201",
"dedent": "^1.5.1",
- "globby": "^13.2.2",
+ "globby": "^14.0.0",
"lodash": "^4.17.21",
- "svg-to-ts": "^11.0.0",
+ "svg-to-ts": "^11.0.1",
"wait-cli": "^1.0.0"
},
"svg-to-ts": {
diff --git a/package.json b/package.json
index 836b45743..9b2e2a0fb 100644
--- a/package.json
+++ b/package.json
@@ -48,27 +48,27 @@
"@rollup/plugin-sucrase": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.5",
"@testing-library/cypress": "^10.0.1",
- "@types/chroma-js": "^2.4.2",
- "@types/dedent": "^0.7.1",
- "@types/flat": "5.0.4",
+ "@types/chroma-js": "^2.4.3",
+ "@types/dedent": "^0.7.2",
+ "@types/flat": "5.0.5",
"@types/react": "18",
"@types/react-dom": "18",
- "@typescript-eslint/eslint-plugin": "^6.9.1",
- "@typescript-eslint/parser": "^6.9.1",
- "@vitejs/plugin-vue": "^4.4.0",
- "@vitejs/plugin-vue-jsx": "^3.0.2",
+ "@typescript-eslint/eslint-plugin": "^6.11.0",
+ "@typescript-eslint/parser": "^6.11.0",
+ "@vitejs/plugin-vue": "^4.5.0",
+ "@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/tsconfig": "^0.4.0",
- "@vueuse/integrations": "^10.5.0",
+ "@vueuse/integrations": "^10.6.1",
"autoprefixer": "^10.4.16",
"axe-core": "^4.8.2",
"chokidar": "^3.5.3",
"chroma-js": "^2.4.2",
"concurrently": "^8.2.2",
- "cypress": "^13.4.0",
+ "cypress": "^13.5.1",
"cypress-axe": "^1.5.0",
"cypress-real-events": "^1.11.0",
"dedent": "^1.5.1",
- "es-module-lexer": "^1.3.1",
+ "es-module-lexer": "^1.4.1",
"esbuild": "^0.19.5",
"eslint": "^8.53.0",
"eslint-import-resolver-typescript": "^3.6.1",
@@ -76,25 +76,25 @@
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^8.0.1",
"flat": "^6.0.1",
- "globby": "^13.2.2",
+ "globby": "^14.0.0",
"husky": "^8.0.3",
"hygen": "^6.2.11",
"lint-staged": ">=15",
"postcss": "^8.4.31",
- "prettier": "^3.0.3",
+ "prettier": "^3.1.0",
"react": "18",
"react-docgen-typescript": "^2.2.2",
"react-dom": "18",
"react-live-runner": "^1.0.5",
"rimraf": "^5.0.5",
- "rollup": "^4.3.0",
+ "rollup": "^4.4.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"turbo": "^1.10.16",
"typescript": "5.2.2",
"universal-cookie": "^6.1.1",
- "vite": "4.5.0",
- "vitepress": "1.0.0-rc.25",
+ "vite": "5.0.0",
+ "vitepress": "1.0.0-rc.26",
"vitest": "^0.34.6",
"vue": "3.3.8",
"vue-component-meta": "^1.8.22",
diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json
index 3a1015ad2..d9dcfbac3 100644
--- a/packages/eslint-plugin/package.json
+++ b/packages/eslint-plugin/package.json
@@ -27,7 +27,7 @@
},
"devDependencies": {
"eslint": "^8.53.0",
- "eslint-doc-generator": "^1.5.4",
+ "eslint-doc-generator": "^1.6.1",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-node": "^11.1.0",
"mocha": "^10.2.0",
diff --git a/packages/rollup-plugin-tailwind-keep/package.json b/packages/rollup-plugin-tailwind-keep/package.json
index 25d550a8a..90e1f3400 100644
--- a/packages/rollup-plugin-tailwind-keep/package.json
+++ b/packages/rollup-plugin-tailwind-keep/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"@cypress-design/css": "0.16.0",
"tailwindcss": "3.3.5",
- "vite": "4.5.0"
+ "vite": "5.0.0"
}
}
\ No newline at end of file
diff --git a/test/react-app/package.json b/test/react-app/package.json
index 0efa72f54..0ff7d35e0 100644
--- a/test/react-app/package.json
+++ b/test/react-app/package.json
@@ -24,9 +24,9 @@
"@cypress-design/css": "^0.16.0",
"@types/react": "18",
"@types/react-dom": "18",
- "@vitejs/plugin-react": "^4.1.1",
+ "@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.2.2",
- "vite": "^4.5.0"
+ "vite": "^5.0.0"
},
"license": "MIT"
}
\ No newline at end of file
diff --git a/test/vue-app/package.json b/test/vue-app/package.json
index 603bf0e5f..f0b0de6ac 100644
--- a/test/vue-app/package.json
+++ b/test/vue-app/package.json
@@ -23,9 +23,9 @@
"devDependencies": {
"@cypress-design/css": "*",
"@vue/tsconfig": "^0.4.0",
- "@vitejs/plugin-vue": "^4.4.0",
+ "@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.2.2",
- "vite": "^4.5.0",
+ "vite": "^5.0.0",
"vue-tsc": "*"
}
}
\ No newline at end of file
diff --git a/yarn.lock b/yarn.lock
index 83df0d6f9..af0916e15 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -164,7 +164,7 @@
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.3.tgz"
integrity sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==
-"@babel/core@^7.22.10", "@babel/core@^7.23.2":
+"@babel/core@^7.23.3":
version "7.23.3"
resolved "https://registry.npmjs.org/@babel/core/-/core-7.23.3.tgz"
integrity sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==
@@ -367,21 +367,21 @@
dependencies:
"@babel/helper-plugin-utils" "^7.22.5"
-"@babel/plugin-transform-react-jsx-self@^7.22.5":
- version "7.22.5"
- resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.22.5.tgz"
- integrity sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==
+"@babel/plugin-transform-react-jsx-self@^7.23.3":
+ version "7.23.3"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.23.3.tgz#ed3e7dadde046cce761a8e3cf003a13d1a7972d9"
+ integrity sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==
dependencies:
"@babel/helper-plugin-utils" "^7.22.5"
-"@babel/plugin-transform-react-jsx-source@^7.22.5":
- version "7.22.5"
- resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.22.5.tgz"
- integrity sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==
+"@babel/plugin-transform-react-jsx-source@^7.23.3":
+ version "7.23.3"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.23.3.tgz#03527006bdc8775247a78643c51d4e715fe39a3e"
+ integrity sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==
dependencies:
"@babel/helper-plugin-utils" "^7.22.5"
-"@babel/plugin-transform-typescript@^7.22.10":
+"@babel/plugin-transform-typescript@^7.23.3":
version "7.23.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.3.tgz#ce806e6cb485d468c48c4f717696719678ab0138"
integrity sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw==
@@ -1405,6 +1405,11 @@
resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz"
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
+"@sindresorhus/merge-streams@^1.0.0":
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-1.0.0.tgz#9cd84cc15bc865a5ca35fcaae198eb899f7b5c90"
+ integrity sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw==
+
"@testing-library/cypress@^10.0.1":
version "10.0.1"
resolved "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.1.tgz"
@@ -1437,9 +1442,9 @@
resolved "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz"
integrity sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==
-"@types/babel__core@^7.20.3":
+"@types/babel__core@^7.20.4":
version "7.20.4"
- resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.4.tgz"
+ resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.4.tgz#26a87347e6c6f753b3668398e34496d6d9ac6ac0"
integrity sha512-mLnSC22IC4vcWiuObSRjrLd9XcBTGf59vUSoq2jkQDJ/QQ8PMI9rSuzE+aEV8karUMbskw07bKYoUJCKTUaygg==
dependencies:
"@babel/parser" "^7.20.7"
@@ -1482,9 +1487,9 @@
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.10.tgz#2ad2959d1767edee5b0e4efb1a0cd2b500747317"
integrity sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==
-"@types/chroma-js@^2.4.2":
+"@types/chroma-js@^2.4.3":
version "2.4.3"
- resolved "https://registry.npmjs.org/@types/chroma-js/-/chroma-js-2.4.3.tgz"
+ resolved "https://registry.yarnpkg.com/@types/chroma-js/-/chroma-js-2.4.3.tgz#2f10bd16483a87d8ead68764fc439550e9c4cbb6"
integrity sha512-1ly5ly/7S/YF8aD7MxUQnFOZxdegimuOunJl0xDsLlguu5JrwuSTVGVH3UpIUlh6YauI0RMNT4cqjBonhgbdIQ==
"@types/cookie@^0.5.1":
@@ -1492,9 +1497,9 @@
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.5.4.tgz#7e70a20cd695bc48d46b08c2505874cd68b760e0"
integrity sha512-7z/eR6O859gyWIAjuvBWFzNURmf2oPBmJlfVWkwehU5nzIyjwBsTh7WMmEEV4JFnHuQ3ex4oyTvfKzcyJVDBNA==
-"@types/dedent@^0.7.1":
+"@types/dedent@^0.7.2":
version "0.7.2"
- resolved "https://registry.npmjs.org/@types/dedent/-/dedent-0.7.2.tgz"
+ resolved "https://registry.yarnpkg.com/@types/dedent/-/dedent-0.7.2.tgz#878b5286877ec68e68e89f16b1014411c8e10814"
integrity sha512-kRiitIeUg1mPV9yH4VUJ/1uk2XjyANfeL8/7rH1tsjvHeO9PJLBHJIYsFWmAvmGj5u8rj+1TZx7PZzW2qLw3Lw==
"@types/estree@*", "@types/estree@^1.0.0":
@@ -1507,10 +1512,10 @@
resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz"
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
-"@types/flat@5.0.4":
- version "5.0.4"
- resolved "https://registry.npmjs.org/@types/flat/-/flat-5.0.4.tgz"
- integrity sha512-Qy8SOE+x5F40jebCj4vPoA/Y6J2Zd6h9ihMPYP8U8//dDEOK4Yu0ShOTKqEmWPR+4AdV4sls/VCaR6azEFvKKg==
+"@types/flat@5.0.5":
+ version "5.0.5"
+ resolved "https://registry.yarnpkg.com/@types/flat/-/flat-5.0.5.tgz#2304df0b2b1e6dde50d81f029593e0a1bc2474d3"
+ integrity sha512-nPLljZQKSnac53KDUDzuzdRfGI0TDb5qPrb+SrQyN3MtdQrOnGsKniHN1iYZsJEBIVQve94Y6gNz22sgISZq+Q==
"@types/is-ci@^3.0.0":
version "3.0.4"
@@ -1529,14 +1534,14 @@
resolved "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-3.0.5.tgz"
integrity sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==
-"@types/lodash@^4.14.200":
+"@types/lodash@^4.14.201":
version "4.14.201"
- resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.201.tgz"
+ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.201.tgz#76f47cb63124e806824b6c18463daf3e1d480239"
integrity sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==
-"@types/markdown-it@^13.0.4":
+"@types/markdown-it@^13.0.6":
version "13.0.6"
- resolved "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.6.tgz"
+ resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-13.0.6.tgz#5aedafc4ab60adc66397d2b2f622e44b6a938a12"
integrity sha512-0VqpvusJn1/lwRegCxcHVdmLfF+wIsprsKMC9xW8UPcTxhFcQtoN/fBU1zMe8pH7D/RuueMh2CaBaNv+GrLqTw==
dependencies:
"@types/linkify-it" "*"
@@ -1644,9 +1649,9 @@
dependencies:
"@types/node" "*"
-"@typescript-eslint/eslint-plugin@^6.9.1":
+"@typescript-eslint/eslint-plugin@^6.11.0":
version "6.11.0"
- resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
integrity sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==
dependencies:
"@eslint-community/regexpp" "^4.5.1"
@@ -1661,9 +1666,9 @@
semver "^7.5.4"
ts-api-utils "^1.0.1"
-"@typescript-eslint/parser@^6.9.1":
+"@typescript-eslint/parser@^6.11.0":
version "6.11.0"
- resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.11.0.tgz"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.11.0.tgz#9640d9595d905f3be4f278bf515130e6129b202e"
integrity sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==
dependencies:
"@typescript-eslint/scope-manager" "6.11.0"
@@ -1782,35 +1787,30 @@
resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
-"@vitejs/plugin-react@^4.1.1":
- version "4.1.1"
- resolved "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.1.1.tgz"
- integrity sha512-Jie2HERK+uh27e+ORXXwEP5h0Y2lS9T2PRGbfebiHGlwzDO0dEnd2aNtOR/qjBlPb1YgxwAONeblL1xqLikLag==
+"@vitejs/plugin-react@^4.2.0":
+ version "4.2.0"
+ resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.2.0.tgz#d71352b1a443c09c7aae8f278dd071ab3d9d8490"
+ integrity sha512-+MHTH/e6H12kRp5HUkzOGqPMksezRMmW+TNzlh/QXfI8rRf6l2Z2yH/v12no1UvTwhZgEDMuQ7g7rrfMseU6FQ==
dependencies:
- "@babel/core" "^7.23.2"
- "@babel/plugin-transform-react-jsx-self" "^7.22.5"
- "@babel/plugin-transform-react-jsx-source" "^7.22.5"
- "@types/babel__core" "^7.20.3"
+ "@babel/core" "^7.23.3"
+ "@babel/plugin-transform-react-jsx-self" "^7.23.3"
+ "@babel/plugin-transform-react-jsx-source" "^7.23.3"
+ "@types/babel__core" "^7.20.4"
react-refresh "^0.14.0"
-"@vitejs/plugin-vue-jsx@^3.0.2":
- version "3.0.2"
- resolved "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.0.2.tgz"
- integrity sha512-obF26P2Z4Ogy3cPp07B4VaW6rpiu0ue4OT2Y15UxT5BZZ76haUY9guOsZV3uWh/I6xc+VeiW+ZVabRE82FyzWw==
+"@vitejs/plugin-vue-jsx@^3.1.0":
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.1.0.tgz#9953fd9456539e1f0f253bf0fcd1289e66c67cd1"
+ integrity sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==
dependencies:
- "@babel/core" "^7.22.10"
- "@babel/plugin-transform-typescript" "^7.22.10"
+ "@babel/core" "^7.23.3"
+ "@babel/plugin-transform-typescript" "^7.23.3"
"@vue/babel-plugin-jsx" "^1.1.5"
-"@vitejs/plugin-vue@4.3.1":
- version "4.3.1"
- resolved "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.3.1.tgz"
- integrity sha512-tUBEtWcF7wFtII7ayNiLNDTCE1X1afySEo+XNVMNkFXaThENyCowIEX095QqbJZGTgoOcSVDJGlnde2NG4jtbQ==
-
-"@vitejs/plugin-vue@^4.4.0":
- version "4.4.1"
- resolved "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.4.1.tgz"
- integrity sha512-HCQG8VDFDM7YDAdcj5QI5DvUi+r6xvo9LgvYdk7LSkUNwdpempdB5horkMSZsbdey9Ywsf5aaU8kEPw9M5kREA==
+"@vitejs/plugin-vue@^4.5.0":
+ version "4.5.0"
+ resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-4.5.0.tgz#b4569fcb1faac054eba4f5efc1aaf4d39f4379e5"
+ integrity sha512-a2WSpP8X8HTEww/U00bU4mX1QpLINNuz/2KMNpLsdu3BzOpak3AGI1CJYBTXcc4SPhaD0eNRUp7IyQK405L5dQ==
"@vitest/expect@0.34.6":
version "0.34.6"
@@ -2011,7 +2011,7 @@
resolved "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.4.0.tgz"
integrity sha512-CPuIReonid9+zOG/CGTT05FXrPYATEqoDGNrEaqS4hwcw5BUNM2FguC0mOwJD4Jr16UpRVl9N0pY3P+srIbqmg==
-"@vueuse/core@10.6.1", "@vueuse/core@^10.5.0":
+"@vueuse/core@10.6.1", "@vueuse/core@^10.6.1":
version "10.6.1"
resolved "https://registry.npmjs.org/@vueuse/core/-/core-10.6.1.tgz"
integrity sha512-Pc26IJbqgC9VG1u6VY/xrXXfxD33hnvxBnKrLlA2LJlyHII+BSrRoTPJgGYq7qZOu61itITFUnm6QbacwZ4H8Q==
@@ -2021,9 +2021,9 @@
"@vueuse/shared" "10.6.1"
vue-demi ">=0.14.6"
-"@vueuse/integrations@^10.5.0":
+"@vueuse/integrations@^10.6.1":
version "10.6.1"
- resolved "https://registry.npmjs.org/@vueuse/integrations/-/integrations-10.6.1.tgz"
+ resolved "https://registry.yarnpkg.com/@vueuse/integrations/-/integrations-10.6.1.tgz#8358ced20d1a976422693ae3711ad29b70948504"
integrity sha512-mPDupuofMJ4DPmtX/FfP1MajmWRzYDv8WSaTCo8LQ5kFznjWgmUQ16ApjYqgMquqffNY6+IRMdMgosLDRZOSZA==
dependencies:
"@vueuse/core" "10.6.1"
@@ -3153,9 +3153,9 @@ cypress-real-events@^1.11.0:
resolved "https://registry.npmjs.org/cypress-real-events/-/cypress-real-events-1.11.0.tgz"
integrity sha512-4LXVRsyq+xBh5TmlEyO1ojtBXtN7xw720Pwb9rEE9rkJuXmeH3VyoR1GGayMGr+Itqf11eEjfDewtDmcx6PWPQ==
-cypress@^13.4.0:
+cypress@^13.5.1:
version "13.5.1"
- resolved "https://registry.npmjs.org/cypress/-/cypress-13.5.1.tgz"
+ resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.5.1.tgz#8b19bf0b9f31ea43f78980b2479bd3f25197d5cc"
integrity sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==
dependencies:
"@cypress/request" "^3.0.0"
@@ -3617,9 +3617,9 @@ es-get-iterator@^1.1.3:
isarray "^2.0.5"
stop-iteration-iterator "^1.0.0"
-es-module-lexer@^1.3.1:
+es-module-lexer@^1.4.1:
version "1.4.1"
- resolved "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz"
+ resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.4.1.tgz#41ea21b43908fe6a287ffcbe4300f790555331f5"
integrity sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==
es-set-tostringtag@^2.0.1:
@@ -3675,9 +3675,9 @@ esbuild@^0.18.10:
"@esbuild/win32-ia32" "0.18.20"
"@esbuild/win32-x64" "0.18.20"
-esbuild@^0.19.5:
+esbuild@^0.19.3, esbuild@^0.19.5:
version "0.19.5"
- resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.19.5.tgz"
+ resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.19.5.tgz#53a0e19dfbf61ba6c827d51a80813cf071239a8c"
integrity sha512-bUxalY7b1g8vNhQKdB24QDmHeY4V4tw/s6Ak5z+jJX9laP5MoQseTOMemAr0gxssjNcH0MCViG8ONI2kksvfFQ==
optionalDependencies:
"@esbuild/android-arm" "0.19.5"
@@ -3718,10 +3718,10 @@ escape-string-regexp@^1.0.5:
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
-eslint-doc-generator@^1.5.4:
- version "1.6.0"
- resolved "https://registry.npmjs.org/eslint-doc-generator/-/eslint-doc-generator-1.6.0.tgz"
- integrity sha512-s1AZjHbRdQoGLvdNoukeitxE1P2MF4V6ebSQGMNkZA8Q2MshyHViO5qnnZqUmHAbi2eDykGpU9zF8AhkKGyhJw==
+eslint-doc-generator@^1.6.1:
+ version "1.6.1"
+ resolved "https://registry.yarnpkg.com/eslint-doc-generator/-/eslint-doc-generator-1.6.1.tgz#ed192a35592232a740dff210559fb7bc8a3bc503"
+ integrity sha512-X9NmwwUBxIUSS5CVXJ/vjz/eRD2H/NMhi4ZrnBRSuiAEQO5tjaQeSuHZ3wrUt8cZj0KaXWw8d7xI38JszGpSUw==
dependencies:
"@typescript-eslint/utils" "^5.38.1"
ajv "^8.11.2"
@@ -4053,7 +4053,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
-fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.1:
+fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.1, fast-glob@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -4254,7 +4254,7 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
-fsevents@~2.3.2:
+fsevents@~2.3.2, fsevents@~2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
@@ -4467,16 +4467,17 @@ globby@^11.0.0, globby@^11.1.0:
merge2 "^1.4.1"
slash "^3.0.0"
-globby@^13.2.2:
- version "13.2.2"
- resolved "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz"
- integrity sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==
+globby@^14.0.0:
+ version "14.0.0"
+ resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.0.tgz#ea9c062a3614e33f516804e778590fcf055256b9"
+ integrity sha512-/1WM/LNHRAOH9lZta77uGbq0dAEQM+XjNesWwhlERDVenqothRbnzTrL3/LrIoEPPjeUHC3vrS6TwoyxeHs7MQ==
dependencies:
- dir-glob "^3.0.1"
- fast-glob "^3.3.0"
+ "@sindresorhus/merge-streams" "^1.0.0"
+ fast-glob "^3.3.2"
ignore "^5.2.4"
- merge2 "^1.4.1"
- slash "^4.0.0"
+ path-type "^5.0.0"
+ slash "^5.1.0"
+ unicorn-magic "^0.1.0"
gopd@^1.0.1:
version "1.0.1"
@@ -5650,7 +5651,7 @@ minimist@^1.2.8:
resolved "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz"
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
-minisearch@^6.1.0:
+minisearch@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/minisearch/-/minisearch-6.2.0.tgz#310b50508551f22e10815f5baedeeeded03a6b5d"
integrity sha512-BECkorDF1TY2rGKt9XHdSeP9TP29yUbrAaCh/C03wpyf1vx3uYcP/+8XlMcpTkgoU0rBVnHMAOaP83Rc9Tm+TQ==
@@ -6116,6 +6117,11 @@ path-type@^4.0.0:
resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
+path-type@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8"
+ integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
+
pathe@^1.1.0, pathe@^1.1.1:
version "1.1.1"
resolved "https://registry.npmjs.org/pathe/-/pathe-1.1.1.tgz"
@@ -6527,10 +6533,10 @@ prettier@^2.7.1, prettier@^2.8.4:
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
-prettier@^3.0.3:
- version "3.0.3"
- resolved "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz"
- integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==
+prettier@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
+ integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
pretty-bytes@^5.6.0:
version "5.6.0"
@@ -7048,9 +7054,9 @@ rollup@^3.27.1:
optionalDependencies:
fsevents "~2.3.2"
-rollup@^4.3.0:
+rollup@^4.2.0, rollup@^4.4.1:
version "4.4.1"
- resolved "https://registry.npmjs.org/rollup/-/rollup-4.4.1.tgz"
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.4.1.tgz#2f85169f23d13dabb3d9b846d753965757353820"
integrity sha512-idZzrUpWSblPJX66i+GzrpjKE3vbYrlWirUHteoAbjKReZwa0cohAErOYA5efoMmNCdvG9yrJS+w9Kl6csaH4w==
optionalDependencies:
"@rollup/rollup-android-arm-eabi" "4.4.1"
@@ -7262,10 +7268,10 @@ slash@^3.0.0:
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
-slash@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz"
- integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
+slash@^5.1.0:
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce"
+ integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==
slice-ansi@^3.0.0:
version "3.0.0"
@@ -7606,9 +7612,9 @@ svg-tags@^1.0.0:
resolved "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz"
integrity sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==
-svg-to-ts@^11.0.0:
+svg-to-ts@^11.0.1:
version "11.0.1"
- resolved "https://registry.npmjs.org/svg-to-ts/-/svg-to-ts-11.0.1.tgz"
+ resolved "https://registry.yarnpkg.com/svg-to-ts/-/svg-to-ts-11.0.1.tgz#13e4d9b601354e74df3642f3119337a4e944d542"
integrity sha512-9APRUSyrLtnx2ezj92HrVRDd8Q/gG61WsOGHgNGE9ZmOz+HCyrKMPeGN8izMjkksMWcrDhGvOOlZYtJlTmwgMA==
dependencies:
chalk "^3.0.0"
@@ -8033,6 +8039,11 @@ undici-types@~5.26.4:
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
+unicorn-magic@^0.1.0:
+ version "0.1.0"
+ resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
+ integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
+
universal-cookie@^6.1.1:
version "6.1.1"
resolved "https://registry.npmjs.org/universal-cookie/-/universal-cookie-6.1.1.tgz"
@@ -8151,7 +8162,18 @@ vite-node@0.34.6:
picocolors "^1.0.0"
vite "^3.0.0 || ^4.0.0 || ^5.0.0-0"
-vite@4.5.0, "vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0", vite@^4.5.0:
+vite@5.0.0, vite@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.0.tgz#3bfb65acda2a97127e4fa240156664a1f234ce08"
+ integrity sha512-ESJVM59mdyGpsiNAeHQOR/0fqNoOyWPYesFto8FFZugfmhdHx8Fzd8sF3Q/xkVhZsyOxHfdM7ieiVAorI9RjFw==
+ dependencies:
+ esbuild "^0.19.3"
+ postcss "^8.4.31"
+ rollup "^4.2.0"
+ optionalDependencies:
+ fsevents "~2.3.3"
+
+"vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0":
version "4.5.0"
resolved "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz"
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
@@ -8162,24 +8184,24 @@ vite@4.5.0, "vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.
optionalDependencies:
fsevents "~2.3.2"
-vitepress@1.0.0-rc.25:
- version "1.0.0-rc.25"
- resolved "https://registry.npmjs.org/vitepress/-/vitepress-1.0.0-rc.25.tgz"
- integrity sha512-1dqWiHNThNrVZ08ixmfEDBEH+764KOgnev9oXga/x6cN++Vb9pnuu8p3K6DQP+KZrYcG+WiX7jxal0iSNpAWuQ==
+vitepress@1.0.0-rc.26:
+ version "1.0.0-rc.26"
+ resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.0-rc.26.tgz#7add094b00c665a9eb07f0a50369aab5201913d9"
+ integrity sha512-bAeph87NheD7bM/+E1AsJx8N6bGnP+5k0gZmtXbSgKAzNSFZBgAPcl7CoWzETST5pPpH/ZGRPhWSefcBX9Yfjg==
dependencies:
"@docsearch/css" "^3.5.2"
"@docsearch/js" "^3.5.2"
- "@types/markdown-it" "^13.0.4"
- "@vitejs/plugin-vue" "4.3.1"
+ "@types/markdown-it" "^13.0.6"
+ "@vitejs/plugin-vue" "^4.5.0"
"@vue/devtools-api" "^6.5.1"
- "@vueuse/core" "^10.5.0"
- "@vueuse/integrations" "^10.5.0"
+ "@vueuse/core" "^10.6.1"
+ "@vueuse/integrations" "^10.6.1"
focus-trap "^7.5.4"
mark.js "8.11.1"
- minisearch "^6.1.0"
+ minisearch "^6.2.0"
shiki "^0.14.5"
- vite "^4.5.0"
- vue "^3.3.6"
+ vite "^5.0.0"
+ vue "^3.3.8"
vitest@^0.34.6:
version "0.34.6"
@@ -8367,9 +8389,9 @@ vue-tsc@*, vue-tsc@^1.8.22:
"@vue/language-core" "1.8.22"
semver "^7.5.4"
-vue@3.3, vue@3.3.8, vue@^3.3.6:
+vue@3.3, vue@3.3.8, vue@^3.3.8:
version "3.3.8"
- resolved "https://registry.npmjs.org/vue/-/vue-3.3.8.tgz"
+ resolved "https://registry.yarnpkg.com/vue/-/vue-3.3.8.tgz#532ff071af24f6a69e5ecc53a66858a9ee874ffc"
integrity sha512-5VSX/3DabBikOXMsxzlW8JyfeLKlG9mzqnWgLQLty88vdZL7ZJgrdgBOmrArwxiLtmS+lNNpPcBYqrhE6TQW5w==
dependencies:
"@vue/compiler-dom" "3.3.8"