mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] update lockfile (#2773)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
This commit is contained in:
parent
b4d34e2d2c
commit
2314eba9a4
6 changed files with 349 additions and 150 deletions
|
@ -12,7 +12,7 @@
|
|||
"@nanostores/preact": "^0.1.3",
|
||||
"@nanostores/react": "^0.1.5",
|
||||
"@nanostores/vue": "^0.4.1",
|
||||
"nanostores": "^0.5.11",
|
||||
"nanostores": "^0.5.12",
|
||||
"preact": "^10.6.6",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
"@typescript-eslint/parser": "^5.14.0",
|
||||
"del": "^6.0.0",
|
||||
"esbuild": "0.14.25",
|
||||
"eslint": "^8.10.0",
|
||||
"eslint": "^8.11.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"execa": "^6.1.0",
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
"prismjs": "^1.27.0",
|
||||
"rehype-slug": "^5.0.1",
|
||||
"resolve": "^1.22.0",
|
||||
"rollup": "^2.70.0",
|
||||
"rollup": "^2.70.1",
|
||||
"semver": "^7.3.5",
|
||||
"serialize-javascript": "^6.0.0",
|
||||
"shiki": "^0.10.1",
|
||||
|
@ -131,7 +131,7 @@
|
|||
"chai": "^4.3.6",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
"execa": "^6.1.0",
|
||||
"mocha": "^9.2.1",
|
||||
"mocha": "^9.2.2",
|
||||
"sass": "^1.49.9"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"@types/prompts": "^2.0.14",
|
||||
"degit": "^2.8.4",
|
||||
"kleur": "^4.1.4",
|
||||
"node-fetch": "^3.2.2",
|
||||
"node-fetch": "^3.2.3",
|
||||
"prompts": "^2.4.2",
|
||||
"yargs-parser": "^21.0.1"
|
||||
},
|
||||
|
|
|
@ -62,9 +62,9 @@
|
|||
"fetch-blob": "^3.1.4",
|
||||
"formdata-polyfill": "^4.0.10",
|
||||
"magic-string": "^0.25.9",
|
||||
"mocha": "^9.2.1",
|
||||
"node-fetch": "^3.2.2",
|
||||
"rollup": "^2.70.0",
|
||||
"mocha": "^9.2.2",
|
||||
"node-fetch": "^3.2.3",
|
||||
"rollup": "^2.70.1",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"tslib": "^2.3.1",
|
||||
"urlpattern-polyfill": "^1.0.0-rc5",
|
||||
|
|
483
pnpm-lock.yaml
483
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue