mirror of
https://github.com/cypress-io/cypress.git
synced 2025-12-19 05:12:40 -06:00
chore: Remove unused devDependencies + add unlisted deps in frontend packages (app/frontend-shared/launchpad) (#33050)
* chore: remove unused devDeps * run all tests * remove more frontend devDeps * remove a few more deps * include entry for area where deps are included * add unlisted deps to frontend packages * update cache again * bump cache * index on remove-unused-dev-deps:9de3882c40bump cache * index on remove-unused-dev-deps:9de3882c40bump cache * index on remove-unused-dev-deps:9de3882c40bump cache * remove duplicate deps in same package * fix: make sure engine.io-client is installed to mirror socket.io-client and is nohoisted within @packages/socket * bump cache --------- Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com> Co-authored-by: Bill Glesias <bglesias@gmail.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Bump this version to force CI to re-create the cache from scratch.
|
||||
12-02-2025
|
||||
12-9-2025
|
||||
|
||||
@@ -4,7 +4,7 @@ linux-x64:
|
||||
- equal: [ develop, << pipeline.git.branch >> ]
|
||||
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
|
||||
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
|
||||
- equal: [ 'feat/add_zoneless_angular_harness', << pipeline.git.branch >> ]
|
||||
- equal: [ 'remove-unused-dev-deps', << pipeline.git.branch >> ]
|
||||
- matches:
|
||||
pattern: /^release\/\d+\.\d+\.\d+$/
|
||||
value: << pipeline.git.branch >>
|
||||
|
||||
@@ -80,7 +80,6 @@
|
||||
"@types/mocha": "8.0.3",
|
||||
"@types/sinon": "9.0.9",
|
||||
"@types/sinon-chai": "3.2.12",
|
||||
"cross-env": "7.0.3",
|
||||
"dtslint": "4.2.1",
|
||||
"eslint": "^9.31.0",
|
||||
"execa-wrap": "1.4.0",
|
||||
|
||||
27
knip.json
27
knip.json
@@ -27,10 +27,13 @@
|
||||
"src/router/router.ts",
|
||||
"src/pages/**/*.vue",
|
||||
"src/layouts/**/*.vue",
|
||||
"src/**/*.cy.{ts,tsx,js,jsx}"
|
||||
"src/**/*.cy.{ts,tsx,js,jsx}",
|
||||
"src/generated/**/*.ts",
|
||||
"cypress/**/*.{ts,tsx,js,jsx}"
|
||||
],
|
||||
"project": [
|
||||
"src/**/*.{ts,tsx,js,jsx,vue}",
|
||||
"cypress/**/*.{ts,tsx,js,jsx}",
|
||||
"*.{ts,tsx,js,jsx,mjs}"
|
||||
]
|
||||
},
|
||||
@@ -38,10 +41,16 @@
|
||||
"entry": [
|
||||
"index.js",
|
||||
"src/index.ts",
|
||||
"src/**/*.cy.{ts,tsx,js,jsx}"
|
||||
"src/**/*.cy.{ts,tsx,js,jsx}",
|
||||
"src/utils/**/*.ts",
|
||||
"src/graphql/urqlDetailedDebugExchange.ts",
|
||||
"cypress/**/*.{ts,tsx,js,jsx}",
|
||||
"script/**/*.{ts,tsx,js,jsx}"
|
||||
],
|
||||
"project": [
|
||||
"src/**/*.{ts,tsx,js,jsx,vue}",
|
||||
"cypress/**/*.{ts,tsx,js,jsx}",
|
||||
"script/**/*.{ts,tsx,js,jsx}",
|
||||
"*.{ts,tsx,js,jsx,mjs}"
|
||||
]
|
||||
},
|
||||
@@ -68,10 +77,13 @@
|
||||
"entry": [
|
||||
"src/main.ts",
|
||||
"src/Main.vue",
|
||||
"src/**/*.cy.{ts,tsx,js,jsx}"
|
||||
"src/**/*.cy.{ts,tsx,js,jsx}",
|
||||
"src/generated/**/*.ts",
|
||||
"cypress/**/*.{ts,tsx,js,jsx}"
|
||||
],
|
||||
"project": [
|
||||
"src/**/*.{ts,tsx,js,jsx,vue}",
|
||||
"cypress/**/*.{ts,tsx,js,jsx}",
|
||||
"*.{ts,tsx,js,jsx,mjs}"
|
||||
]
|
||||
},
|
||||
@@ -446,7 +458,6 @@
|
||||
"packages/frontend-shared/src/components/**/*.vue",
|
||||
"packages/frontend-shared/src/gql-components/**/*.vue",
|
||||
"packages/frontend-shared/src/composables/examples/**/*.vue",
|
||||
"packages/frontend-shared/src/graphql/urqlDetailedDebugExchange.ts",
|
||||
"packages/frontend-shared/src/gql-components/composables/useCohorts.ts",
|
||||
"packages/frontend-shared/src/gql-components/composables/usePromptManager.ts",
|
||||
"packages/frontend-shared/src/locales/schema.ts",
|
||||
@@ -475,7 +486,13 @@
|
||||
"cypress",
|
||||
"@cypress/*",
|
||||
"@packages/*",
|
||||
"@tooling/*"
|
||||
"@tooling/*",
|
||||
"@iconify-json/mdi",
|
||||
"@iconify-json/logos",
|
||||
"@percy/cypress",
|
||||
"@vue/compiler-core",
|
||||
"@vue/compiler-dom",
|
||||
"@vue/compiler-sfc"
|
||||
],
|
||||
"ignoreBinaries": [
|
||||
"circleci",
|
||||
|
||||
@@ -49,40 +49,29 @@
|
||||
"@urql/core": "2.4.4",
|
||||
"@urql/vue": "0.6.4",
|
||||
"@vitejs/plugin-legacy": "7.0.0",
|
||||
"@vitejs/plugin-vue": "6.0.2",
|
||||
"@vitejs/plugin-vue-jsx": "5.0.1",
|
||||
"@vueuse/core": "7.7.1",
|
||||
"ansi-to-html": "0.7.2",
|
||||
"bluebird": "3.5.3",
|
||||
"classnames": "^2.5.1",
|
||||
"combine-properties": "0.1.0",
|
||||
"concurrently": "^6.2.0",
|
||||
"component-emitter": "1.3.0",
|
||||
"cross-env": "7.0.3",
|
||||
"cypress-plugin-tab": "1.0.5",
|
||||
"cypress-real-events": "1.15.0",
|
||||
"dayjs": "^1.9.3",
|
||||
"debug": "^4.3.4",
|
||||
"disparity": "^3.2.0",
|
||||
"engine.io-client": "3.5.2",
|
||||
"fs-extra": "9.1.0",
|
||||
"fuzzysort": "^1.1.4",
|
||||
"graphql": "^15.5.1",
|
||||
"graphql-tag": "^2.12.5",
|
||||
"human-interval": "1.0.0",
|
||||
"javascript-time-ago": "2.3.8",
|
||||
"just-my-luck": "3.0.0",
|
||||
"lodash": "4.17.21",
|
||||
"mobx": "6.13.6",
|
||||
"nanoid": "^5.1.3",
|
||||
"p-defer": "^3.0.0",
|
||||
"pinia": "2.0.0-rc.14",
|
||||
"rollup-plugin-copy": "3.4.0",
|
||||
"rollup-plugin-polyfill-node": "^0.7.0",
|
||||
"simple-git": "^3.27.0",
|
||||
"sinon": "13.0.2",
|
||||
"tailwindcss": "^3.3.1",
|
||||
"unplugin-icons": "^22.1.0",
|
||||
"unplugin-vue-components": "^0.27.0",
|
||||
"vite": "^6.3.5",
|
||||
"vite-plugin-pages": "0.32.1",
|
||||
"vite-plugin-vue-layouts": "0.11.0",
|
||||
@@ -92,8 +81,7 @@
|
||||
"vue-i18n": "9.14.5",
|
||||
"vue-router": "4",
|
||||
"vue-toastification": "2.0.0-rc.1",
|
||||
"vue-tsc": "^2.0.19",
|
||||
"wonka": "^4.0.15"
|
||||
"vue-tsc": "^2.0.19"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -8,7 +8,6 @@ import { resolve } from 'path'
|
||||
const config = makeConfig({
|
||||
optimizeDeps: {
|
||||
include: [
|
||||
'javascript-time-ago',
|
||||
'ansi-to-html',
|
||||
'fuzzysort',
|
||||
'@cypress-design/**',
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"@urql/exchange-graphcache": "4.3.6",
|
||||
"ast-types": "^0.14.2",
|
||||
"chalk": "4.1.2",
|
||||
"chokidar": "3.5.1",
|
||||
"chokidar": "3.6.0",
|
||||
"common-path-prefix": "3.0.0",
|
||||
"cors": "2.8.5",
|
||||
"cross-fetch": "^4.1.0",
|
||||
@@ -48,7 +48,7 @@
|
||||
"express-graphql": "^0.12.0",
|
||||
"fake-uuid": "^1.0.0",
|
||||
"front-matter": "^4.0.2",
|
||||
"fs-extra": "8.1.0",
|
||||
"fs-extra": "9.1.0",
|
||||
"get-tsconfig": "4.10.0",
|
||||
"getenv": "1.0.0",
|
||||
"globby": "^11.0.1",
|
||||
@@ -80,7 +80,6 @@
|
||||
"stringify-object": "^3.0.0",
|
||||
"tsx": "4.20.6",
|
||||
"underscore.string": "^3.3.6",
|
||||
"wonka": "^4.0.15",
|
||||
"ws": "^8.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -109,8 +108,6 @@
|
||||
"@types/prettier": "2.4.3",
|
||||
"@types/server-destroy": "^1.0.4",
|
||||
"@types/stringify-object": "^3.0.0",
|
||||
"chokidar": "3.6.0",
|
||||
"fs-extra": "9.1.0",
|
||||
"jest": "^30.1.3",
|
||||
"nexus": "^1.2.0-next.15",
|
||||
"ts-jest": "^29.4.4",
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
"@intlify/unplugin-vue-i18n": "4.0.0",
|
||||
"@packages/data-context": "0.0.0-development",
|
||||
"@urql/devtools": "2.0.3",
|
||||
"gravatar": "1.8.0",
|
||||
"javascript-time-ago": "2.3.8",
|
||||
"json-stable-stringify": "1.1.1",
|
||||
"md5": "2.3.0",
|
||||
"onigasm": "2.2.5",
|
||||
@@ -62,7 +64,6 @@
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"@vueuse/core": "7.7.1",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"axe-core": "4.4.1",
|
||||
"chai": "4.5.0",
|
||||
"chai-as-promised": "7.1.1",
|
||||
"chai-subset": "1.6.0",
|
||||
@@ -74,16 +75,11 @@
|
||||
"dayjs": "^1.9.3",
|
||||
"dedent": "^0.7.0",
|
||||
"execa": "4.1.0",
|
||||
"fake-uuid": "^1.0.0",
|
||||
"floating-vue": "2.0.0-beta.17",
|
||||
"fs-extra": "9.1.0",
|
||||
"fuzzysort": "^1.1.4",
|
||||
"graphql": "^15.5.1",
|
||||
"graphql-relay": "^0.9.0",
|
||||
"graphql-tag": "^2.12.5",
|
||||
"graphql-ws": "^5.5.5",
|
||||
"human-interval": "1.0.0",
|
||||
"javascript-time-ago": "2.3.8",
|
||||
"just-my-luck": "3.0.0",
|
||||
"lodash": "4.17.21",
|
||||
"markdown-it": "13.0.1",
|
||||
@@ -98,6 +94,7 @@
|
||||
"unplugin-icons": "0.19.0",
|
||||
"unplugin-vue-components": "^0.27.0",
|
||||
"vite": "6.3.5",
|
||||
"vite-plugin-package-config": "0.1.1",
|
||||
"vite-svg-loader": "5.1.0",
|
||||
"vue": "3.2.47",
|
||||
"vue-eslint-parser": "7.11.0",
|
||||
|
||||
@@ -35,50 +35,32 @@
|
||||
"@packages/types": "0.0.0-development",
|
||||
"@percy/cypress": "^3.1.7",
|
||||
"@purge-icons/generated": "0.8.1",
|
||||
"@testing-library/cypress": "10.1.0",
|
||||
"@tooling/system-tests": "0.0.0-development",
|
||||
"@toycode/markdown-it-class": "1.2.4",
|
||||
"@types/dedent": "^0.7.2",
|
||||
"@types/fs-extra": "^8.1.5",
|
||||
"@urql/core": "2.4.4",
|
||||
"@urql/devtools": "2.0.3",
|
||||
"@urql/vue": "0.6.4",
|
||||
"@vitejs/plugin-vue": "6.0.2",
|
||||
"@vitejs/plugin-vue-jsx": "5.0.1",
|
||||
"@vue/compiler-core": "3.2.47",
|
||||
"@vue/compiler-dom": "3.2.47",
|
||||
"@vue/compiler-sfc": "3.2.47",
|
||||
"@vueuse/core": "7.7.1",
|
||||
"bluebird": "3.5.3",
|
||||
"classnames": "^2.5.1",
|
||||
"concurrently": "^6.2.0",
|
||||
"cross-env": "7.0.3",
|
||||
"cypress-plugin-tab": "1.0.5",
|
||||
"cypress-real-events": "1.15.0",
|
||||
"dedent": "^0.7.0",
|
||||
"disparity": "^3.2.0",
|
||||
"engine.io-client": "3.5.2",
|
||||
"fs-extra": "8.1.0",
|
||||
"globby": "^11.0.1",
|
||||
"graphql": "^15.5.1",
|
||||
"graphql-tag": "^2.12.5",
|
||||
"gravatar": "1.8.0",
|
||||
"human-interval": "1.0.0",
|
||||
"javascript-time-ago": "2.3.8",
|
||||
"markdown-it": "13.0.1",
|
||||
"rollup-plugin-polyfill-node": "^0.7.0",
|
||||
"sinon": "13.0.2",
|
||||
"type-fest": "^3.13.1",
|
||||
"unplugin-vue-components": "0.27.0",
|
||||
"tailwindcss": "^3.3.1",
|
||||
"vite": "6.3.5",
|
||||
"vite-plugin-optimize-persist": "0.1.2",
|
||||
"vite-plugin-package-config": "0.1.1",
|
||||
"vite-svg-loader": "5.1.0",
|
||||
"vue": "3.2.47",
|
||||
"vue-i18n": "9.14.5",
|
||||
"vue-toastification": "2.0.0-rc.1",
|
||||
"vue-tsc": "^2.0.19",
|
||||
"vue3-file-selector": "^1.0.1",
|
||||
"wonka": "^4.0.15"
|
||||
"vue3-file-selector": "^1.0.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
"component-emitter": "1.3.0",
|
||||
"debug": "^4.4.0",
|
||||
"engine.io": "6.4.2",
|
||||
"engine.io-client": "~5.0.0",
|
||||
"engine.io-parser": "4.0.2",
|
||||
"flatted": "3.2.9",
|
||||
"socket.io": "4.0.1",
|
||||
@@ -53,6 +54,7 @@
|
||||
"devtools-protocol",
|
||||
"engine.io",
|
||||
"engine.io-parser",
|
||||
"engine.io-client",
|
||||
"socket.io",
|
||||
"socket.io/socket.io-parser",
|
||||
"socket.io-client",
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
"./packages/socket/node_modules/flatted/cjs/index.js",
|
||||
"./packages/socket/node_modules/socket.io-parser/node_modules/debug/src/node.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/debug/src/node.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/ws/lib/websocket.js"
|
||||
"./packages/socket/node_modules/ws/lib/websocket.js"
|
||||
],
|
||||
"deferred": [
|
||||
"./node_modules/@ampproject/remapping/dist/remapping.umd.js",
|
||||
@@ -921,10 +921,10 @@
|
||||
"./packages/socket/node_modules/socket.io/node_modules/engine.io/lib/transports/polling-jsonp.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/engine.io/lib/transports/polling.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/engine.io/lib/transports/websocket.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/ws/index.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/ws/lib/constants.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/ws/lib/receiver.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/ws/lib/websocket-server.js",
|
||||
"./packages/socket/node_modules/ws/index.js",
|
||||
"./packages/socket/node_modules/ws/lib/constants.js",
|
||||
"./packages/socket/node_modules/ws/lib/receiver.js",
|
||||
"./packages/socket/node_modules/ws/lib/websocket-server.js",
|
||||
"./packages/stderr-filtering/dist/FilterPrefixedContent.js",
|
||||
"./packages/stderr-filtering/dist/FilterTaggedContent.js",
|
||||
"./packages/stderr-filtering/dist/LineDecoder.js",
|
||||
@@ -4311,15 +4311,15 @@
|
||||
"./packages/socket/node_modules/socket.io/node_modules/engine.io/lib/engine.io.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/engine.io/lib/parser-v3/index.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/engine.io/lib/parser-v3/utf8.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/ws/lib/buffer-util.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/ws/lib/event-target.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/ws/lib/extension.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/ws/lib/limiter.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/ws/lib/permessage-deflate.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/ws/lib/sender.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/ws/lib/stream.js",
|
||||
"./packages/socket/node_modules/socket.io/node_modules/ws/lib/validation.js",
|
||||
"./packages/socket/node_modules/socket.io/package.json",
|
||||
"./packages/socket/node_modules/ws/lib/buffer-util.js",
|
||||
"./packages/socket/node_modules/ws/lib/event-target.js",
|
||||
"./packages/socket/node_modules/ws/lib/extension.js",
|
||||
"./packages/socket/node_modules/ws/lib/limiter.js",
|
||||
"./packages/socket/node_modules/ws/lib/permessage-deflate.js",
|
||||
"./packages/socket/node_modules/ws/lib/sender.js",
|
||||
"./packages/socket/node_modules/ws/lib/stream.js",
|
||||
"./packages/socket/node_modules/ws/lib/validation.js",
|
||||
"./packages/stderr-filtering/dist/Filter.js",
|
||||
"./packages/stderr-filtering/dist/constants.js",
|
||||
"./packages/stderr-filtering/dist/index.js",
|
||||
|
||||
162
yarn.lock
162
yarn.lock
@@ -4504,7 +4504,7 @@
|
||||
resolved "https://registry.yarnpkg.com/@iconify/types/-/types-2.0.0.tgz#ab0e9ea681d6c8a1214f30cd741fe3a20cc57f57"
|
||||
integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==
|
||||
|
||||
"@iconify/utils@^2.1.23", "@iconify/utils@^2.3.0":
|
||||
"@iconify/utils@^2.1.23":
|
||||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@iconify/utils/-/utils-2.3.0.tgz#1bbbf8c477ebe9a7cacaea78b1b7e8937f9cbfba"
|
||||
integrity sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA==
|
||||
@@ -6917,15 +6917,6 @@
|
||||
magic-string "^0.25.7"
|
||||
resolve "^1.17.0"
|
||||
|
||||
"@rollup/plugin-inject@^4.0.0":
|
||||
version "4.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/plugin-inject/-/plugin-inject-4.0.2.tgz#55b21bb244a07675f7fdde577db929c82fc17395"
|
||||
integrity sha512-TSLMA8waJ7Dmgmoc8JfPnwUwVZgLjjIAM6MqeIFqPO2ODK36JqE0Cf2F54UTgCUuW8da93Mvoj75a6KAVWgylw==
|
||||
dependencies:
|
||||
"@rollup/pluginutils" "^3.0.4"
|
||||
estree-walker "^1.0.1"
|
||||
magic-string "^0.25.5"
|
||||
|
||||
"@rollup/plugin-json@^6.1.0":
|
||||
version "6.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-6.1.0.tgz#fbe784e29682e9bb6dee28ea75a1a83702e7b805"
|
||||
@@ -6953,7 +6944,7 @@
|
||||
"@rollup/pluginutils" "^5.1.0"
|
||||
resolve "^1.22.1"
|
||||
|
||||
"@rollup/pluginutils@^3.0.4", "@rollup/pluginutils@^3.1.0":
|
||||
"@rollup/pluginutils@^3.1.0":
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
|
||||
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
|
||||
@@ -10533,11 +10524,6 @@ adm-zip@~0.5.x:
|
||||
resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.5.10.tgz#4a51d5ab544b1f5ce51e1b9043139b639afff45b"
|
||||
integrity sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==
|
||||
|
||||
after@0.8.2:
|
||||
version "0.8.2"
|
||||
resolved "https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f"
|
||||
integrity sha512-QbJ0NTQ/I9DI3uSJA4cbexiwQeRAfjPScqIbSjUDd9TOrcg6pTkdgziesOqxBMBzit8vFCTwrP27t13vFOORRA==
|
||||
|
||||
agent-base@6, agent-base@^6.0.2:
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
|
||||
@@ -11235,11 +11221,6 @@ arraybuffer.prototype.slice@^1.0.4:
|
||||
get-intrinsic "^1.2.6"
|
||||
is-array-buffer "^3.0.4"
|
||||
|
||||
arraybuffer.slice@~0.0.7:
|
||||
version "0.0.7"
|
||||
resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675"
|
||||
integrity sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==
|
||||
|
||||
arrify@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
|
||||
@@ -11490,11 +11471,6 @@ aws4@^1.8.0:
|
||||
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
|
||||
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
|
||||
|
||||
axe-core@4.4.1:
|
||||
version "4.4.1"
|
||||
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.1.tgz#7dbdc25989298f9ad006645cd396782443757413"
|
||||
integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==
|
||||
|
||||
axios@0.30.0:
|
||||
version "0.30.0"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3"
|
||||
@@ -11956,11 +11932,6 @@ blob-util@2.0.2, blob-util@^2.0.2:
|
||||
resolved "https://registry.yarnpkg.com/blob-util/-/blob-util-2.0.2.tgz#3b4e3c281111bb7f11128518006cdc60b403a1eb"
|
||||
integrity sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==
|
||||
|
||||
blob@0.0.5:
|
||||
version "0.0.5"
|
||||
resolved "https://registry.yarnpkg.com/blob/-/blob-0.0.5.tgz#d680eeef25f8cd91ad533f5b01eed48e64caf683"
|
||||
integrity sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==
|
||||
|
||||
block-stream@*:
|
||||
version "0.0.9"
|
||||
resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a"
|
||||
@@ -12979,7 +12950,7 @@ chokidar@3.5.1:
|
||||
optionalDependencies:
|
||||
fsevents "~2.3.1"
|
||||
|
||||
"chokidar@>=3.0.0 <4.0.0", chokidar@^3.2.3, chokidar@^3.3.1, chokidar@^3.4.0, chokidar@^3.5.2, chokidar@^3.5.3, chokidar@^3.6.0:
|
||||
chokidar@3.6.0, "chokidar@>=3.0.0 <4.0.0", chokidar@^3.2.3, chokidar@^3.3.1, chokidar@^3.4.0, chokidar@^3.5.2, chokidar@^3.5.3, chokidar@^3.6.0:
|
||||
version "3.6.0"
|
||||
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
|
||||
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
|
||||
@@ -13658,11 +13629,6 @@ component-emitter@1.3.0, component-emitter@^1.2.0, component-emitter@^1.2.1, com
|
||||
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
|
||||
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
|
||||
|
||||
component-inherit@0.0.3:
|
||||
version "0.0.3"
|
||||
resolved "https://registry.yarnpkg.com/component-inherit/-/component-inherit-0.0.3.tgz#645fc4adf58b72b649d5cae65135619db26ff143"
|
||||
integrity sha512-w+LhYREhatpVqTESyGFg3NlP6Iu0kEKUHETY9GoZP/pQyW4mHFZuFWRUCIqVPZ36ueVLtoOEZaAqbCF2RDndaA==
|
||||
|
||||
compressible@~2.0.18:
|
||||
version "2.0.18"
|
||||
resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba"
|
||||
@@ -13726,21 +13692,6 @@ concat-stream@^2.0.0:
|
||||
readable-stream "^3.0.2"
|
||||
typedarray "^0.0.6"
|
||||
|
||||
concurrently@^6.2.0:
|
||||
version "6.2.0"
|
||||
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.2.0.tgz#587e2cb8afca7234172d8ea55176088632c4c56d"
|
||||
integrity sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g==
|
||||
dependencies:
|
||||
chalk "^4.1.0"
|
||||
date-fns "^2.16.1"
|
||||
lodash "^4.17.21"
|
||||
read-pkg "^5.2.0"
|
||||
rxjs "^6.6.3"
|
||||
spawn-command "^0.0.2-1"
|
||||
supports-color "^8.1.0"
|
||||
tree-kill "^1.2.2"
|
||||
yargs "^16.2.0"
|
||||
|
||||
confbox@^0.1.8:
|
||||
version "0.1.8"
|
||||
resolved "https://registry.yarnpkg.com/confbox/-/confbox-0.1.8.tgz#820d73d3b3c82d9bd910652c5d4d599ef8ff8b06"
|
||||
@@ -14583,11 +14534,6 @@ date-fns@^1.27.2:
|
||||
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
|
||||
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
|
||||
|
||||
date-fns@^2.16.1:
|
||||
version "2.23.0"
|
||||
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.23.0.tgz#4e886c941659af0cf7b30fafdd1eaa37e88788a9"
|
||||
integrity sha512-5ycpauovVyAk0kXNZz6ZoB9AYMZB4DObse7P3BPWmyEjXNORTI8EJ6X0uaSAq4sCHzM1uajzrkr6HnsLQpxGXA==
|
||||
|
||||
dateformat@^2.0.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-2.2.0.tgz#4065e2013cf9fb916ddfd82efb506ad4c6769062"
|
||||
@@ -14627,7 +14573,7 @@ debug@2.6.8:
|
||||
dependencies:
|
||||
ms "2.0.0"
|
||||
|
||||
debug@3.1.0, debug@~3.1.0:
|
||||
debug@3.1.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
|
||||
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
|
||||
@@ -15656,23 +15602,6 @@ endent@2.0.1:
|
||||
fast-json-parse "^1.0.3"
|
||||
objectorarray "^1.0.4"
|
||||
|
||||
engine.io-client@3.5.2:
|
||||
version "3.5.2"
|
||||
resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-3.5.2.tgz#0ef473621294004e9ceebe73cef0af9e36f2f5fa"
|
||||
integrity sha512-QEqIp+gJ/kMHeUun7f5Vv3bteRHppHH/FMBQX/esFj/fuYfjyUKWGMo3VCvIP/V8bE9KcjHmRZrhIz2Z9oNsDA==
|
||||
dependencies:
|
||||
component-emitter "~1.3.0"
|
||||
component-inherit "0.0.3"
|
||||
debug "~3.1.0"
|
||||
engine.io-parser "~2.2.0"
|
||||
has-cors "1.1.0"
|
||||
indexof "0.0.1"
|
||||
parseqs "0.0.6"
|
||||
parseuri "0.0.6"
|
||||
ws "~7.4.2"
|
||||
xmlhttprequest-ssl "~1.6.2"
|
||||
yeast "0.1.2"
|
||||
|
||||
engine.io-client@~5.0.0:
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-5.0.1.tgz#9470fc6655c9789c5c0aa1a0e7e7d9ae9753a798"
|
||||
@@ -15695,17 +15624,6 @@ engine.io-parser@4.0.2, engine.io-parser@~4.0.0, engine.io-parser@~4.0.1:
|
||||
dependencies:
|
||||
base64-arraybuffer "0.1.4"
|
||||
|
||||
engine.io-parser@~2.2.0:
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-2.2.1.tgz#57ce5611d9370ee94f99641b589f94c97e4f5da7"
|
||||
integrity sha512-x+dN/fBH8Ro8TFwJ+rkB2AmuVw9Yu2mockR/p3W8f8YtExwFgDvBDi0GWyb4ZLkpahtDGZgtr3zLovanJghPqg==
|
||||
dependencies:
|
||||
after "0.8.2"
|
||||
arraybuffer.slice "~0.0.7"
|
||||
base64-arraybuffer "0.1.4"
|
||||
blob "0.0.5"
|
||||
has-binary2 "~1.0.2"
|
||||
|
||||
engine.io-parser@~5.0.3:
|
||||
version "5.0.4"
|
||||
resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.0.4.tgz#0b13f704fa9271b3ec4f33112410d8f3f41d0fc0"
|
||||
@@ -19022,7 +18940,7 @@ graphql-sse@^1.0.1:
|
||||
resolved "https://registry.yarnpkg.com/graphql-sse/-/graphql-sse-1.0.4.tgz#051598b0e06c225327aac659f19fcc18bcaa0191"
|
||||
integrity sha512-oB43ifRcEdElgep9jTP9qsj5cJ7Ny/1tAFyIl1W3A0hXRRg/P71tUHzMFBrRkEsJ9IA7MTp+RKSJfh52QR6PBQ==
|
||||
|
||||
graphql-tag@^2.11.0, graphql-tag@^2.12.5:
|
||||
graphql-tag@^2.11.0:
|
||||
version "2.12.5"
|
||||
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.5.tgz#5cff974a67b417747d05c8d9f5f3cb4495d0db8f"
|
||||
integrity sha512-5xNhP4063d16Pz3HBtKprutsPrmHZi5IdUGOWRxA2B6VF7BIRGOHZ5WQvDmJXZuPcBg7rYwaFxvQYjqkSdR3TQ==
|
||||
@@ -19224,13 +19142,6 @@ has-bigints@^1.0.2:
|
||||
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
|
||||
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
|
||||
|
||||
has-binary2@~1.0.2:
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/has-binary2/-/has-binary2-1.0.3.tgz#7776ac627f3ea77250cfc332dab7ddf5e4f5d11d"
|
||||
integrity sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==
|
||||
dependencies:
|
||||
isarray "2.0.1"
|
||||
|
||||
has-cors@1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/has-cors/-/has-cors-1.1.0.tgz#5e474793f7ea9843d1bb99c23eef49ff126fff39"
|
||||
@@ -19902,7 +19813,7 @@ index-to-position@^0.1.2:
|
||||
resolved "https://registry.npmjs.org/index-to-position/-/index-to-position-0.1.2.tgz#e11bfe995ca4d8eddb1ec43274488f3c201a7f09"
|
||||
integrity sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==
|
||||
|
||||
indexof@0.0.1, indexof@~0.0.1:
|
||||
indexof@~0.0.1:
|
||||
version "0.0.1"
|
||||
resolved "https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d"
|
||||
integrity sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=
|
||||
@@ -20910,11 +20821,6 @@ isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
|
||||
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
|
||||
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
|
||||
|
||||
isarray@2.0.1:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.1.tgz#a37d94ed9cda2d59865c9f76fe596ee1f338741e"
|
||||
integrity sha512-c2cu3UxbI+b6kR3fy0nRnAhodsvR9dx7U5+znCOzdj6IfP3upFURTr0Xl5BlQZNKZjEtxrmVyfSdeE3O57smoQ==
|
||||
|
||||
isarray@^2.0.5:
|
||||
version "2.0.5"
|
||||
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
|
||||
@@ -23255,7 +23161,7 @@ magic-string@0.30.17:
|
||||
dependencies:
|
||||
"@jridgewell/sourcemap-codec" "^1.5.0"
|
||||
|
||||
magic-string@^0.25.5, magic-string@^0.25.7:
|
||||
magic-string@^0.25.7:
|
||||
version "0.25.9"
|
||||
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.9.tgz#de7f9faf91ef8a1c91d02c2e5314c8277dbcdd1c"
|
||||
integrity sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==
|
||||
@@ -28865,13 +28771,6 @@ rollup-plugin-node-builtins@^2.1.2:
|
||||
crypto-browserify "^3.11.0"
|
||||
process-es6 "^0.11.2"
|
||||
|
||||
rollup-plugin-polyfill-node@^0.7.0:
|
||||
version "0.7.0"
|
||||
resolved "https://registry.yarnpkg.com/rollup-plugin-polyfill-node/-/rollup-plugin-polyfill-node-0.7.0.tgz#938e13278c98a582a4f8814975ddd26f90afddcc"
|
||||
integrity sha512-iJLZDfvxcQh3SpC0OiYlZG9ik26aRM29hiC2sARbAPXYunB8rzW8GtVaWuJgiCtX1hNAo/OaYvVXfPp15fMs7g==
|
||||
dependencies:
|
||||
"@rollup/plugin-inject" "^4.0.0"
|
||||
|
||||
rollup-plugin-typescript2@^0.29.0:
|
||||
version "0.29.0"
|
||||
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.29.0.tgz#b7ad83f5241dbc5bdf1e98d9c3fca005ffe39e1a"
|
||||
@@ -28961,7 +28860,7 @@ rxjs@7.8.2, rxjs@^7.1.0, rxjs@^7.5.5, rxjs@~7.8.2:
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
|
||||
rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.6.0, rxjs@^6.6.3:
|
||||
rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.6.0:
|
||||
version "6.6.7"
|
||||
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
|
||||
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
|
||||
@@ -30132,11 +30031,6 @@ sparkles@^1.0.0:
|
||||
resolved "https://registry.yarnpkg.com/sparkles/-/sparkles-1.0.1.tgz#008db65edce6c50eec0c5e228e1945061dd0437c"
|
||||
integrity sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==
|
||||
|
||||
spawn-command@^0.0.2-1:
|
||||
version "0.0.2-1"
|
||||
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0"
|
||||
integrity sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=
|
||||
|
||||
spawn-error-forwarder@~1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/spawn-error-forwarder/-/spawn-error-forwarder-1.0.0.tgz#1afd94738e999b0346d7b9fc373be55e07577029"
|
||||
@@ -30943,7 +30837,7 @@ supports-color@^7.0.0, supports-color@^7.1.0, supports-color@^7.2.0:
|
||||
dependencies:
|
||||
has-flag "^4.0.0"
|
||||
|
||||
supports-color@^8.0.0, supports-color@^8.1.0, supports-color@^8.1.1:
|
||||
supports-color@^8.0.0, supports-color@^8.1.1:
|
||||
version "8.1.1"
|
||||
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
|
||||
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
|
||||
@@ -31757,7 +31651,7 @@ traverse@~0.6.6:
|
||||
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
|
||||
integrity sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc=
|
||||
|
||||
tree-kill@1.2.2, tree-kill@^1.2.2:
|
||||
tree-kill@1.2.2:
|
||||
version "1.2.2"
|
||||
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
|
||||
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
|
||||
@@ -32515,18 +32409,7 @@ unplugin-icons@0.19.0:
|
||||
local-pkg "^0.5.0"
|
||||
unplugin "^1.10.1"
|
||||
|
||||
unplugin-icons@^22.1.0:
|
||||
version "22.1.0"
|
||||
resolved "https://registry.yarnpkg.com/unplugin-icons/-/unplugin-icons-22.1.0.tgz#5a6fe3d751e50f1c937e289857b0418e6855d92a"
|
||||
integrity sha512-ect2ZNtk1Zgwb0NVHd0C1IDW/MV+Jk/xaq4t8o6rYdVS3+L660ZdD5kTSQZvsgdwCvquRw+/wYn75hsweRjoIA==
|
||||
dependencies:
|
||||
"@antfu/install-pkg" "^1.0.0"
|
||||
"@iconify/utils" "^2.3.0"
|
||||
debug "^4.4.0"
|
||||
local-pkg "^1.0.0"
|
||||
unplugin "^2.2.0"
|
||||
|
||||
unplugin-vue-components@0.27.0, unplugin-vue-components@^0.27.0:
|
||||
unplugin-vue-components@^0.27.0:
|
||||
version "0.27.0"
|
||||
resolved "https://registry.yarnpkg.com/unplugin-vue-components/-/unplugin-vue-components-0.27.0.tgz#f504c5d526d7f2b779003a76070b18d84e40fc54"
|
||||
integrity sha512-77eTEy23sQ0UpzGWnZ9I2mY3cnmXwklz4ITcn3JfxjCoX643ghImkiZ4nFm58sxbdVcc4Fo/o4LIoFnlqEqsSg==
|
||||
@@ -32552,14 +32435,6 @@ unplugin@^1.1.0, unplugin@^1.10.1:
|
||||
webpack-sources "^3.2.3"
|
||||
webpack-virtual-modules "^0.6.1"
|
||||
|
||||
unplugin@^2.2.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-2.2.0.tgz#2659dee5c6b3de9b7ea671228c18263886ae58b6"
|
||||
integrity sha512-m1ekpSwuOT5hxkJeZGRxO7gXbXT3gF26NjQ7GdVHoLoF8/nopLcd/QfPigpCy7i51oFHiRJg/CyHhj4vs2+KGw==
|
||||
dependencies:
|
||||
acorn "^8.14.0"
|
||||
webpack-virtual-modules "^0.6.2"
|
||||
|
||||
unrs-resolver@^1.7.11, unrs-resolver@^1.9.2:
|
||||
version "1.11.1"
|
||||
resolved "https://registry.yarnpkg.com/unrs-resolver/-/unrs-resolver-1.11.1.tgz#be9cd8686c99ef53ecb96df2a473c64d304048a9"
|
||||
@@ -33059,14 +32934,6 @@ vite-plugin-inspect@0.8.4:
|
||||
picocolors "^1.0.0"
|
||||
sirv "^2.0.4"
|
||||
|
||||
vite-plugin-optimize-persist@0.1.2:
|
||||
version "0.1.2"
|
||||
resolved "https://registry.yarnpkg.com/vite-plugin-optimize-persist/-/vite-plugin-optimize-persist-0.1.2.tgz#c2aa2712afa74db55f580e3d1656e8cc0b783019"
|
||||
integrity sha512-H/Ebn2kZO8PvwUF08SsT5K5xMJNCWKoGX71+e9/ER3yNj7GHiFjNQlvGg5ih/zEx09MZ9m7WCxOwmEKbeIVzww==
|
||||
dependencies:
|
||||
debug "^4.3.2"
|
||||
fs-extra "^10.0.0"
|
||||
|
||||
vite-plugin-package-config@0.1.1:
|
||||
version "0.1.1"
|
||||
resolved "https://registry.yarnpkg.com/vite-plugin-package-config/-/vite-plugin-package-config-0.1.1.tgz#6bd579f71db7582ef9dcc05e9f7920e689c498c9"
|
||||
@@ -33542,7 +33409,7 @@ webpack-virtual-modules@0.5.0:
|
||||
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz#362f14738a56dae107937ab98ea7062e8bdd3b6c"
|
||||
integrity sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==
|
||||
|
||||
webpack-virtual-modules@^0.6.1, webpack-virtual-modules@^0.6.2:
|
||||
webpack-virtual-modules@^0.6.1:
|
||||
version "0.6.2"
|
||||
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz#057faa9065c8acf48f24cb57ac0e77739ab9a7e8"
|
||||
integrity sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==
|
||||
@@ -34079,11 +33946,6 @@ xmlchars@^2.2.0:
|
||||
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
|
||||
integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
|
||||
|
||||
xmlhttprequest-ssl@~1.6.2:
|
||||
version "1.6.3"
|
||||
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.3.tgz#03b713873b01659dfa2c1c5d056065b27ddc2de6"
|
||||
integrity sha512-3XfeQE/wNkvrIktn2Kf0869fC0BN6UpydVasGIeSm2B1Llihf7/0UfZM+eCkOw3P7bP4+qPgqhm7ZoxuJtFU0Q==
|
||||
|
||||
xtend@^2.2.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/xtend/-/xtend-2.2.0.tgz#eef6b1f198c1c8deafad8b1765a04dad4a01c5a9"
|
||||
|
||||
Reference in New Issue
Block a user