[ci] update lockfile (#2841)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
This commit is contained in:
parent
3a7f992c29
commit
0c5378b8cf
17 changed files with 88 additions and 87 deletions
|
@ -12,7 +12,7 @@
|
|||
"@algolia/client-search": "^4.13.0",
|
||||
"@docsearch/css": "^3.0.0",
|
||||
"@docsearch/react": "^3.0.0",
|
||||
"@types/react": "^17.0.40",
|
||||
"@types/react": "^17.0.41",
|
||||
"preact": "^10.6.6",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
"lit": "^2.1.3"
|
||||
"lit": "^2.2.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
"lit": "^2.1.3",
|
||||
"lit": "^2.2.1",
|
||||
"preact": "^10.6.6",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
"astro": "^0.25.0-next.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"solid-js": "^1.3.6"
|
||||
"solid-js": "^1.3.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
"astro": "^0.25.0-next.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.30"
|
||||
"vue": "^3.2.31"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/lit": "^0.0.1",
|
||||
"@astrojs/react": "^0.0.1",
|
||||
"@astrojs/partytown": "^0.0.1",
|
||||
"@astrojs/react": "^0.0.1",
|
||||
"@astrojs/sitemap": "^0.0.1",
|
||||
"@astrojs/tailwind": "^0.0.1",
|
||||
"@astrojs/turbolinks": "^0.0.1",
|
||||
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
"lit": "^2.1.3",
|
||||
"lit": "^2.2.1",
|
||||
"preact": "^10.6.6",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
|
|
|
@ -66,20 +66,20 @@
|
|||
"@astrojs/markdown-remark": "^0.7.0-next.0",
|
||||
"@astrojs/prism": "0.4.0",
|
||||
"@astrojs/webapi": "^0.11.0",
|
||||
"@babel/core": "^7.17.7",
|
||||
"@babel/core": "^7.17.8",
|
||||
"@babel/traverse": "^7.17.3",
|
||||
"@proload/core": "^0.2.2",
|
||||
"@proload/plugin-tsm": "^0.1.1",
|
||||
"@web/parse5-utils": "^1.3.0",
|
||||
"ci-info": "^3.3.0",
|
||||
"common-ancestor-path": "^1.0.1",
|
||||
"debug": "^4.3.3",
|
||||
"debug": "^4.3.4",
|
||||
"eol": "^0.9.1",
|
||||
"es-module-lexer": "^0.10.4",
|
||||
"esbuild": "0.14.25",
|
||||
"estree-walker": "^3.0.1",
|
||||
"fast-glob": "^3.2.11",
|
||||
"fast-xml-parser": "^4.0.6",
|
||||
"fast-xml-parser": "^4.0.7",
|
||||
"html-entities": "^2.3.2",
|
||||
"html-escaper": "^3.0.3",
|
||||
"htmlparser2": "^7.2.0",
|
||||
|
@ -90,7 +90,7 @@
|
|||
"parse5": "^6.0.1",
|
||||
"path-to-regexp": "^6.2.0",
|
||||
"postcss": "^8.4.12",
|
||||
"postcss-load-config": "^3.1.1",
|
||||
"postcss-load-config": "^3.1.3",
|
||||
"prismjs": "^1.27.0",
|
||||
"rehype-slug": "^5.0.1",
|
||||
"resolve": "^1.22.0",
|
||||
|
@ -109,12 +109,12 @@
|
|||
"tsconfig-resolver": "^3.0.1",
|
||||
"vite": "^2.8.6",
|
||||
"yargs-parser": "^21.0.1",
|
||||
"zod": "^3.13.4"
|
||||
"zod": "^3.14.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/parser": "^0.22.2",
|
||||
"@babel/types": "^7.17.0",
|
||||
"@types/babel__core": "^7.1.18",
|
||||
"@types/babel__core": "^7.1.19",
|
||||
"@types/babel__traverse": "^7.14.2",
|
||||
"@types/chai": "^4.3.0",
|
||||
"@types/common-ancestor-path": "^1.0.0",
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@lit-labs/ssr": "^2.0.2"
|
||||
"@lit-labs/ssr": "^2.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@builder.io/partytown": "^0.4.0",
|
||||
"@builder.io/partytown": "^0.4.5",
|
||||
"mrmime": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -26,13 +26,13 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-transform-react-jsx": "^7.16.7",
|
||||
"preact-render-to-string": "^5.1.19"
|
||||
"@babel/plugin-transform-react-jsx": "^7.17.3",
|
||||
"preact-render-to-string": "^5.1.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
"astro-scripts": "workspace:*",
|
||||
"preact": "^10.6.5"
|
||||
"preact": "^10.6.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"preact": "^10.6.5"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-transform-react-jsx": "^7.16.7"
|
||||
"@babel/plugin-transform-react-jsx": "^7.17.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
|
|
|
@ -25,12 +25,12 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-preset-solid": "^1.3.6"
|
||||
"babel-preset-solid": "^1.3.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
"astro-scripts": "workspace:*",
|
||||
"solid-js": "^1.3.6"
|
||||
"solid-js": "^1.3.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"solid-js": "^1.3.6"
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.37",
|
||||
"postcss-load-config": "^3.1.1",
|
||||
"svelte-preprocess": "^4.10.2"
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.40",
|
||||
"postcss-load-config": "^3.1.3",
|
||||
"svelte-preprocess": "^4.10.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
|
|
|
@ -25,12 +25,12 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@vitejs/plugin-vue": "^2.2.0"
|
||||
"@vitejs/plugin-vue": "^2.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
"astro-scripts": "workspace:*",
|
||||
"vue": "^3.2.30"
|
||||
"vue": "^3.2.31"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.2.30"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"remark-smartypants": "^2.0.0",
|
||||
"shiki": "^0.10.1",
|
||||
"unified": "^10.1.2",
|
||||
"unist-util-map": "^3.0.0",
|
||||
"unist-util-map": "^3.0.1",
|
||||
"unist-util-visit": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"./package.json": "./package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.39",
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.40",
|
||||
"svelte": "^3.46.4",
|
||||
"svelte-preprocess": "^4.10.4",
|
||||
"vite": "^2.8.6"
|
||||
|
|
119
pnpm-lock.yaml
119
pnpm-lock.yaml
|
@ -89,7 +89,7 @@ importers:
|
|||
'@astrojs/react': ^0.0.1
|
||||
'@docsearch/css': ^3.0.0
|
||||
'@docsearch/react': ^3.0.0
|
||||
'@types/react': ^17.0.40
|
||||
'@types/react': ^17.0.41
|
||||
astro: ^0.25.0-next.1
|
||||
preact: ^10.6.6
|
||||
react: ^17.0.2
|
||||
|
@ -97,8 +97,8 @@ importers:
|
|||
dependencies:
|
||||
'@algolia/client-search': 4.13.0
|
||||
'@docsearch/css': 3.0.0
|
||||
'@docsearch/react': 3.0.0_480a8db74f6ad30acbb587f476cf6f4e
|
||||
'@types/react': 17.0.40
|
||||
'@docsearch/react': 3.0.0_f910a0b2c2e853d214c9bb56988eaf61
|
||||
'@types/react': 17.0.41
|
||||
preact: 10.6.6
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
|
@ -124,7 +124,7 @@ importers:
|
|||
'@astrojs/lit': ^0.0.1
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^0.25.0-next.1
|
||||
lit: ^2.1.3
|
||||
lit: ^2.2.1
|
||||
dependencies:
|
||||
'@webcomponents/template-shadowroot': 0.1.0
|
||||
lit: 2.2.1
|
||||
|
@ -142,7 +142,7 @@ importers:
|
|||
'@astrojs/vue': ^0.0.1
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^0.25.0-next.1
|
||||
lit: ^2.1.3
|
||||
lit: ^2.2.1
|
||||
preact: ^10.6.6
|
||||
react: ^17.0.2
|
||||
react-dom: ^17.0.2
|
||||
|
@ -195,7 +195,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/solid-js': ^0.0.1
|
||||
astro: ^0.25.0-next.1
|
||||
solid-js: ^1.3.6
|
||||
solid-js: ^1.3.13
|
||||
dependencies:
|
||||
solid-js: 1.3.13
|
||||
devDependencies:
|
||||
|
@ -217,7 +217,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/vue': ^0.0.1
|
||||
astro: ^0.25.0-next.1
|
||||
vue: ^3.2.30
|
||||
vue: ^3.2.31
|
||||
dependencies:
|
||||
vue: 3.2.31
|
||||
devDependencies:
|
||||
|
@ -234,7 +234,7 @@ importers:
|
|||
'@astrojs/turbolinks': ^0.0.1
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^0.25.0-next.1
|
||||
lit: ^2.1.3
|
||||
lit: ^2.2.1
|
||||
preact: ^10.6.6
|
||||
react: ^17.0.2
|
||||
react-dom: ^17.0.2
|
||||
|
@ -446,12 +446,12 @@ importers:
|
|||
'@astrojs/parser': ^0.22.2
|
||||
'@astrojs/prism': 0.4.0
|
||||
'@astrojs/webapi': ^0.11.0
|
||||
'@babel/core': ^7.17.7
|
||||
'@babel/core': ^7.17.8
|
||||
'@babel/traverse': ^7.17.3
|
||||
'@babel/types': ^7.17.0
|
||||
'@proload/core': ^0.2.2
|
||||
'@proload/plugin-tsm': ^0.1.1
|
||||
'@types/babel__core': ^7.1.18
|
||||
'@types/babel__core': ^7.1.19
|
||||
'@types/babel__traverse': ^7.14.2
|
||||
'@types/chai': ^4.3.0
|
||||
'@types/common-ancestor-path': ^1.0.0
|
||||
|
@ -472,14 +472,14 @@ importers:
|
|||
cheerio: ^1.0.0-rc.10
|
||||
ci-info: ^3.3.0
|
||||
common-ancestor-path: ^1.0.1
|
||||
debug: ^4.3.3
|
||||
debug: ^4.3.4
|
||||
eol: ^0.9.1
|
||||
es-module-lexer: ^0.10.4
|
||||
esbuild: 0.14.25
|
||||
estree-walker: ^3.0.1
|
||||
execa: ^6.1.0
|
||||
fast-glob: ^3.2.11
|
||||
fast-xml-parser: ^4.0.6
|
||||
fast-xml-parser: ^4.0.7
|
||||
html-entities: ^2.3.2
|
||||
html-escaper: ^3.0.3
|
||||
htmlparser2: ^7.2.0
|
||||
|
@ -491,7 +491,7 @@ importers:
|
|||
parse5: ^6.0.1
|
||||
path-to-regexp: ^6.2.0
|
||||
postcss: ^8.4.12
|
||||
postcss-load-config: ^3.1.1
|
||||
postcss-load-config: ^3.1.3
|
||||
prismjs: ^1.27.0
|
||||
rehype-slug: ^5.0.1
|
||||
resolve: ^1.22.0
|
||||
|
@ -511,7 +511,7 @@ importers:
|
|||
tsconfig-resolver: ^3.0.1
|
||||
vite: ^2.8.6
|
||||
yargs-parser: ^21.0.1
|
||||
zod: ^3.13.4
|
||||
zod: ^3.14.2
|
||||
dependencies:
|
||||
'@astrojs/compiler': 0.13.0
|
||||
'@astrojs/language-server': 0.8.10
|
||||
|
@ -561,11 +561,11 @@ importers:
|
|||
tsconfig-resolver: 3.0.1
|
||||
vite: 2.8.6_sass@1.49.9
|
||||
yargs-parser: 21.0.1
|
||||
zod: 3.14.1
|
||||
zod: 3.14.2
|
||||
devDependencies:
|
||||
'@astrojs/parser': link:../astro-parser
|
||||
'@babel/types': 7.17.0
|
||||
'@types/babel__core': 7.1.18
|
||||
'@types/babel__core': 7.1.19
|
||||
'@types/babel__traverse': 7.14.2
|
||||
'@types/chai': 4.3.0
|
||||
'@types/common-ancestor-path': 1.0.0
|
||||
|
@ -1181,7 +1181,7 @@ importers:
|
|||
|
||||
packages/integrations/lit:
|
||||
specifiers:
|
||||
'@lit-labs/ssr': ^2.0.2
|
||||
'@lit-labs/ssr': ^2.0.4
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
dependencies:
|
||||
|
@ -1192,7 +1192,7 @@ importers:
|
|||
|
||||
packages/integrations/partytown:
|
||||
specifiers:
|
||||
'@builder.io/partytown': ^0.4.0
|
||||
'@builder.io/partytown': ^0.4.5
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
mrmime: ^1.0.0
|
||||
|
@ -1205,11 +1205,11 @@ importers:
|
|||
|
||||
packages/integrations/preact:
|
||||
specifiers:
|
||||
'@babel/plugin-transform-react-jsx': ^7.16.7
|
||||
'@babel/plugin-transform-react-jsx': ^7.17.3
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
preact: ^10.6.5
|
||||
preact-render-to-string: ^5.1.19
|
||||
preact: ^10.6.6
|
||||
preact-render-to-string: ^5.1.20
|
||||
dependencies:
|
||||
'@babel/plugin-transform-react-jsx': 7.17.3
|
||||
preact-render-to-string: 5.1.20_preact@10.6.6
|
||||
|
@ -1220,7 +1220,7 @@ importers:
|
|||
|
||||
packages/integrations/react:
|
||||
specifiers:
|
||||
'@babel/plugin-transform-react-jsx': ^7.16.7
|
||||
'@babel/plugin-transform-react-jsx': ^7.17.3
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
react: ^17.0.2
|
||||
|
@ -1248,8 +1248,8 @@ importers:
|
|||
specifiers:
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
babel-preset-solid: ^1.3.6
|
||||
solid-js: ^1.3.6
|
||||
babel-preset-solid: ^1.3.13
|
||||
solid-js: ^1.3.13
|
||||
dependencies:
|
||||
babel-preset-solid: 1.3.13
|
||||
devDependencies:
|
||||
|
@ -1259,12 +1259,12 @@ importers:
|
|||
|
||||
packages/integrations/svelte:
|
||||
specifiers:
|
||||
'@sveltejs/vite-plugin-svelte': ^1.0.0-next.37
|
||||
'@sveltejs/vite-plugin-svelte': ^1.0.0-next.40
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
postcss-load-config: ^3.1.1
|
||||
postcss-load-config: ^3.1.3
|
||||
svelte: ^3.46.4
|
||||
svelte-preprocess: ^4.10.2
|
||||
svelte-preprocess: ^4.10.4
|
||||
dependencies:
|
||||
'@sveltejs/vite-plugin-svelte': 1.0.0-next.40_svelte@3.46.4
|
||||
postcss-load-config: 3.1.3
|
||||
|
@ -1304,10 +1304,10 @@ importers:
|
|||
|
||||
packages/integrations/vue:
|
||||
specifiers:
|
||||
'@vitejs/plugin-vue': ^2.2.0
|
||||
'@vitejs/plugin-vue': ^2.2.4
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
vue: ^3.2.30
|
||||
vue: ^3.2.31
|
||||
dependencies:
|
||||
'@vitejs/plugin-vue': 2.2.4_vue@3.2.31
|
||||
devDependencies:
|
||||
|
@ -1339,7 +1339,7 @@ importers:
|
|||
remark-smartypants: ^2.0.0
|
||||
shiki: ^0.10.1
|
||||
unified: ^10.1.2
|
||||
unist-util-map: ^3.0.0
|
||||
unist-util-map: ^3.0.1
|
||||
unist-util-visit: ^4.1.0
|
||||
dependencies:
|
||||
'@astrojs/prism': link:../../astro-prism
|
||||
|
@ -1408,7 +1408,7 @@ importers:
|
|||
|
||||
packages/renderers/renderer-svelte:
|
||||
specifiers:
|
||||
'@sveltejs/vite-plugin-svelte': ^1.0.0-next.39
|
||||
'@sveltejs/vite-plugin-svelte': ^1.0.0-next.40
|
||||
svelte: ^3.46.4
|
||||
svelte-preprocess: ^4.10.4
|
||||
vite: ^2.8.6
|
||||
|
@ -3216,7 +3216,7 @@ packages:
|
|||
resolution: {integrity: sha512-1kkV7tkAsiuEd0shunYRByKJe3xQDG2q7wYg24SOw1nV9/2lwEd4WrUYRJC/ukGTl2/kHeFxsaUvtiOy0y6fFA==}
|
||||
dev: false
|
||||
|
||||
/@docsearch/react/3.0.0_480a8db74f6ad30acbb587f476cf6f4e:
|
||||
/@docsearch/react/3.0.0_f910a0b2c2e853d214c9bb56988eaf61:
|
||||
resolution: {integrity: sha512-yhMacqS6TVQYoBh/o603zszIb5Bl8MIXuOc6Vy617I74pirisDzzcNh0NEaYQt50fVVR3khUbeEhUEWEWipESg==}
|
||||
peerDependencies:
|
||||
'@types/react': '>= 16.8.0 < 18.0.0'
|
||||
|
@ -3226,7 +3226,7 @@ packages:
|
|||
'@algolia/autocomplete-core': 1.5.2
|
||||
'@algolia/autocomplete-preset-algolia': 1.5.2_7938c62af9e2e3908b5b052ce2305b13
|
||||
'@docsearch/css': 3.0.0
|
||||
'@types/react': 17.0.40
|
||||
'@types/react': 17.0.41
|
||||
algoliasearch: 4.13.0
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
|
@ -3675,7 +3675,7 @@ packages:
|
|||
ejs: 3.1.6
|
||||
json5: 2.2.0
|
||||
magic-string: 0.25.9
|
||||
string.prototype.matchall: 4.0.6
|
||||
string.prototype.matchall: 4.0.7
|
||||
dev: true
|
||||
|
||||
/@sveltejs/vite-plugin-svelte/1.0.0-next.40_svelte@3.46.4:
|
||||
|
@ -3745,8 +3745,8 @@ packages:
|
|||
'@types/estree': 0.0.51
|
||||
dev: false
|
||||
|
||||
/@types/babel__core/7.1.18:
|
||||
resolution: {integrity: sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==}
|
||||
/@types/babel__core/7.1.19:
|
||||
resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.17.8
|
||||
'@babel/types': 7.17.0
|
||||
|
@ -3929,8 +3929,8 @@ packages:
|
|||
resolution: {integrity: sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==}
|
||||
dev: false
|
||||
|
||||
/@types/react/17.0.40:
|
||||
resolution: {integrity: sha512-UrXhD/JyLH+W70nNSufXqMZNuUD2cXHu6UjCllC6pmOQgBX4SGXOH8fjRka0O0Ee0HrFxapDD8Bwn81Kmiz6jQ==}
|
||||
/@types/react/17.0.41:
|
||||
resolution: {integrity: sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA==}
|
||||
dependencies:
|
||||
'@types/prop-types': 15.7.4
|
||||
'@types/scheduler': 0.16.2
|
||||
|
@ -4552,7 +4552,7 @@ packages:
|
|||
postcss: ^8.1.0
|
||||
dependencies:
|
||||
browserslist: 4.20.2
|
||||
caniuse-lite: 1.0.30001317
|
||||
caniuse-lite: 1.0.30001319
|
||||
fraction.js: 4.2.0
|
||||
normalize-range: 0.1.2
|
||||
picocolors: 1.0.0
|
||||
|
@ -4700,7 +4700,7 @@ packages:
|
|||
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001317
|
||||
caniuse-lite: 1.0.30001319
|
||||
electron-to-chromium: 1.4.88
|
||||
escalade: 3.1.1
|
||||
node-releases: 2.0.2
|
||||
|
@ -4769,8 +4769,8 @@ packages:
|
|||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/caniuse-lite/1.0.30001317:
|
||||
resolution: {integrity: sha512-xIZLh8gBm4dqNX0gkzrBeyI86J2eCjWzYAs40q88smG844YIrN4tVQl/RhquHvKEKImWWFIVh1Lxe5n1G/N+GQ==}
|
||||
/caniuse-lite/1.0.30001319:
|
||||
resolution: {integrity: sha512-xjlIAFHucBRSMUo1kb5D4LYgcN1M45qdKP++lhqowDpwJwGkpIRTt5qQqnhxjj1vHcI7nrJxWhCC1ATrCEBTcw==}
|
||||
|
||||
/canvas-confetti/1.5.1:
|
||||
resolution: {integrity: sha512-Ncz+oZJP6OvY7ti4E1slxVlyAV/3g7H7oQtcCDXgwGgARxPnwYY9PW5Oe+I8uvspYNtuHviAdgA0LfcKFWJfpg==}
|
||||
|
@ -4846,7 +4846,7 @@ packages:
|
|||
css-select: 4.2.1
|
||||
css-what: 5.1.0
|
||||
domelementtype: 2.2.0
|
||||
domhandler: 4.3.0
|
||||
domhandler: 4.3.1
|
||||
domutils: 2.8.0
|
||||
dev: true
|
||||
|
||||
|
@ -4856,7 +4856,7 @@ packages:
|
|||
dependencies:
|
||||
cheerio-select: 1.5.0
|
||||
dom-serializer: 1.3.2
|
||||
domhandler: 4.3.0
|
||||
domhandler: 4.3.1
|
||||
htmlparser2: 6.1.0
|
||||
parse5: 6.0.1
|
||||
parse5-htmlparser2-tree-adapter: 6.0.1
|
||||
|
@ -5055,7 +5055,7 @@ packages:
|
|||
dependencies:
|
||||
boolbase: 1.0.0
|
||||
css-what: 5.1.0
|
||||
domhandler: 4.3.0
|
||||
domhandler: 4.3.1
|
||||
domutils: 2.8.0
|
||||
nth-check: 2.0.1
|
||||
dev: true
|
||||
|
@ -5316,14 +5316,14 @@ packages:
|
|||
resolution: {integrity: sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==}
|
||||
dependencies:
|
||||
domelementtype: 2.2.0
|
||||
domhandler: 4.3.0
|
||||
domhandler: 4.3.1
|
||||
entities: 2.2.0
|
||||
|
||||
/domelementtype/2.2.0:
|
||||
resolution: {integrity: sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==}
|
||||
|
||||
/domhandler/4.3.0:
|
||||
resolution: {integrity: sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==}
|
||||
/domhandler/4.3.1:
|
||||
resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==}
|
||||
engines: {node: '>= 4'}
|
||||
dependencies:
|
||||
domelementtype: 2.2.0
|
||||
|
@ -5333,7 +5333,7 @@ packages:
|
|||
dependencies:
|
||||
dom-serializer: 1.3.2
|
||||
domelementtype: 2.2.0
|
||||
domhandler: 4.3.0
|
||||
domhandler: 4.3.1
|
||||
|
||||
/dotenv/8.6.0:
|
||||
resolution: {integrity: sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==}
|
||||
|
@ -5353,7 +5353,7 @@ packages:
|
|||
engines: {node: '>=0.10.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
jake: 10.8.2
|
||||
jake: 10.8.4
|
||||
dev: true
|
||||
|
||||
/electron-to-chromium/1.4.88:
|
||||
|
@ -6656,7 +6656,7 @@ packages:
|
|||
resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==}
|
||||
dependencies:
|
||||
domelementtype: 2.2.0
|
||||
domhandler: 4.3.0
|
||||
domhandler: 4.3.1
|
||||
domutils: 2.8.0
|
||||
entities: 2.2.0
|
||||
dev: true
|
||||
|
@ -6665,7 +6665,7 @@ packages:
|
|||
resolution: {integrity: sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==}
|
||||
dependencies:
|
||||
domelementtype: 2.2.0
|
||||
domhandler: 4.3.0
|
||||
domhandler: 4.3.1
|
||||
domutils: 2.8.0
|
||||
entities: 3.0.1
|
||||
dev: false
|
||||
|
@ -7045,12 +7045,13 @@ packages:
|
|||
resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=}
|
||||
dev: true
|
||||
|
||||
/jake/10.8.2:
|
||||
resolution: {integrity: sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A==}
|
||||
/jake/10.8.4:
|
||||
resolution: {integrity: sha512-MtWeTkl1qGsWUtbl/Jsca/8xSoK3x0UmS82sNbjqxxG/de/M/3b1DntdjHgPMC50enlTNwXOCRqPXLLt5cCfZA==}
|
||||
engines: {node: '>=10'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
async: 0.9.2
|
||||
chalk: 2.4.2
|
||||
chalk: 4.1.2
|
||||
filelist: 1.0.2
|
||||
minimatch: 3.1.2
|
||||
dev: true
|
||||
|
@ -9311,8 +9312,8 @@ packages:
|
|||
strip-ansi: 7.0.1
|
||||
dev: false
|
||||
|
||||
/string.prototype.matchall/4.0.6:
|
||||
resolution: {integrity: sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==}
|
||||
/string.prototype.matchall/4.0.7:
|
||||
resolution: {integrity: sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==}
|
||||
dependencies:
|
||||
call-bind: 1.0.2
|
||||
define-properties: 1.1.3
|
||||
|
@ -10779,8 +10780,8 @@ packages:
|
|||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/zod/3.14.1:
|
||||
resolution: {integrity: sha512-eKN/fIHKSGnHFjKBj4pnHDX69uJ2XxU01rilItLtLNt4mQoINo3aipnBLrbIqH9IHHwGnN+v0Zcc9vRKku/2fQ==}
|
||||
/zod/3.14.2:
|
||||
resolution: {integrity: sha512-iF+wrtzz7fQfkmn60PG6XFxaWBhYYKzp2i+nv24WbLUWb2JjymdkHlzBwP0erpc78WotwP5g9AAu7Sk8GWVVNw==}
|
||||
dev: false
|
||||
|
||||
/zwitch/2.0.2:
|
||||
|
|
Loading…
Reference in a new issue