chore: update deps
This commit is contained in:
parent
8b9bfcc88a
commit
8139a3cc52
15 changed files with 207 additions and 185 deletions
|
@ -16,12 +16,12 @@
|
|||
"lint:linkcheck:remote": "blc -ro --user-agent 'broken-link-checker/0.7.8' 'https://docs.astro.build/'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.22.0",
|
||||
"astro": "workspace:^0.22.14",
|
||||
"broken-link-checker": "^0.7.8",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"pa11y-ci": "^3.0.1",
|
||||
"prettier": "^2.4.1",
|
||||
"start-server-and-test": "^1.12.6"
|
||||
"prettier": "^2.5.1",
|
||||
"start-server-and-test": "^1.14.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/react": "^1.0.0-alpha.28"
|
||||
|
|
16
package.json
16
package.json
|
@ -69,19 +69,19 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@changesets/changelog-github": "^0.4.2",
|
||||
"@changesets/cli": "^2.16.0",
|
||||
"@octokit/action": "^3.15.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"@changesets/cli": "^2.19.0",
|
||||
"@octokit/action": "^3.18.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
||||
"@typescript-eslint/parser": "^5.10.0",
|
||||
"del": "^6.0.0",
|
||||
"esbuild": "0.13.7",
|
||||
"eslint": "^8.0.1",
|
||||
"eslint": "^8.7.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"execa": "^6.0.0",
|
||||
"prettier": "^2.4.1",
|
||||
"tiny-glob": "^0.2.8",
|
||||
"turbo": "^1.0.0",
|
||||
"prettier": "^2.5.1",
|
||||
"tiny-glob": "^0.2.9",
|
||||
"turbo": "^1.0.28",
|
||||
"typescript": "4.5.2"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -22,12 +22,12 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"acorn": "^8.6.0",
|
||||
"acorn": "^8.7.0",
|
||||
"locate-character": "^2.0.5",
|
||||
"magic-string": "^0.25.3"
|
||||
"magic-string": "^0.25.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro-scripts": "0.0.1"
|
||||
"astro-scripts": "workspace:0.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.15.0 || >=16.0.0",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"types": "./index.d.ts",
|
||||
"keywords": [],
|
||||
"devDependencies": {
|
||||
"prismjs": "^1.23.0"
|
||||
"prismjs": "^1.26.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.15.0 || >=16.0.0"
|
||||
|
|
|
@ -56,80 +56,80 @@
|
|||
"test": "mocha --parallel --timeout 15000"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^0.8.0",
|
||||
"@astrojs/language-server": "^0.8.6",
|
||||
"@astrojs/markdown-remark": "^0.6.0",
|
||||
"@astrojs/prism": "0.4.0",
|
||||
"@astrojs/renderer-preact": "^0.4.0",
|
||||
"@astrojs/renderer-react": "0.4.1",
|
||||
"@astrojs/renderer-svelte": "0.3.1",
|
||||
"@astrojs/renderer-vue": "0.3.0",
|
||||
"@astropub/webapi": "^0.10.1",
|
||||
"@babel/core": "^7.15.8",
|
||||
"@babel/traverse": "^7.15.4",
|
||||
"@proload/core": "^0.2.1",
|
||||
"@proload/plugin-tsm": "^0.1.0",
|
||||
"@types/babel__core": "^7.1.15",
|
||||
"@astrojs/compiler": "^0.8.2",
|
||||
"@astrojs/language-server": "^0.8.7",
|
||||
"@astrojs/markdown-remark": "workspace:^0.6.0",
|
||||
"@astrojs/prism": "workspace:0.4.0",
|
||||
"@astrojs/renderer-preact": "workspace:^0.4.0",
|
||||
"@astrojs/renderer-react": "workspace:0.4.1",
|
||||
"@astrojs/renderer-svelte": "workspace:0.3.1",
|
||||
"@astrojs/renderer-vue": "workspace:0.3.0",
|
||||
"@astropub/webapi": "^0.10.2",
|
||||
"@babel/core": "^7.16.7",
|
||||
"@babel/traverse": "^7.16.8",
|
||||
"@proload/core": "^0.2.2",
|
||||
"@proload/plugin-tsm": "^0.1.1",
|
||||
"@types/babel__core": "^7.1.18",
|
||||
"@web/parse5-utils": "^1.3.0",
|
||||
"babel-plugin-module-resolver": "^4.1.0",
|
||||
"ci-info": "^3.2.0",
|
||||
"ci-info": "^3.3.0",
|
||||
"common-ancestor-path": "^1.0.1",
|
||||
"connect": "^3.7.0",
|
||||
"eol": "^0.9.1",
|
||||
"es-module-lexer": "^0.9.3",
|
||||
"esbuild": "0.13.7",
|
||||
"estree-walker": "^3.0.0",
|
||||
"fast-glob": "^3.2.7",
|
||||
"fast-xml-parser": "^4.0.0-beta.3",
|
||||
"estree-walker": "^3.0.1",
|
||||
"fast-glob": "^3.2.11",
|
||||
"fast-xml-parser": "^4.0.1",
|
||||
"html-entities": "^2.3.2",
|
||||
"htmlparser2": "^7.1.2",
|
||||
"htmlparser2": "^7.2.0",
|
||||
"kleur": "^4.1.4",
|
||||
"magic-string": "^0.25.7",
|
||||
"mime": "^3.0.0",
|
||||
"morphdom": "^2.6.1",
|
||||
"node-fetch": "^3.0.0",
|
||||
"node-fetch": "^3.1.1",
|
||||
"parse5": "^6.0.1",
|
||||
"path-to-regexp": "^6.2.0",
|
||||
"postcss": "^8.3.8",
|
||||
"prismjs": "^1.25.0",
|
||||
"rehype-slug": "^5.0.0",
|
||||
"resolve": "^1.20.0",
|
||||
"rollup": "^2.59.0",
|
||||
"sass": "^1.43.4",
|
||||
"postcss": "^8.4.5",
|
||||
"prismjs": "^1.26.0",
|
||||
"rehype-slug": "^5.0.1",
|
||||
"resolve": "^1.21.0",
|
||||
"rollup": "^2.64.0",
|
||||
"sass": "^1.48.0",
|
||||
"semver": "^7.3.5",
|
||||
"send": "^0.17.1",
|
||||
"send": "^0.17.2",
|
||||
"serialize-javascript": "^6.0.0",
|
||||
"shiki": "^0.9.10",
|
||||
"shiki": "^0.9.15",
|
||||
"shorthash": "^0.0.2",
|
||||
"slash": "^4.0.0",
|
||||
"sourcemap-codec": "^1.4.8",
|
||||
"srcset-parse": "^1.1.0",
|
||||
"string-width": "^5.0.0",
|
||||
"string-width": "^5.1.0",
|
||||
"strip-ansi": "^7.0.1",
|
||||
"supports-esm": "^1.0.0",
|
||||
"tsconfig-resolver": "^3.0.1",
|
||||
"vite": "^2.7.12",
|
||||
"vite": "^2.7.13",
|
||||
"yargs-parser": "^21.0.0",
|
||||
"zod": "^3.8.1"
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/parser": "^0.22.0",
|
||||
"@babel/types": "^7.15.6",
|
||||
"@types/chai": "^4.2.22",
|
||||
"@astrojs/parser": "workspace:^0.22.0",
|
||||
"@babel/types": "^7.16.8",
|
||||
"@types/chai": "^4.3.0",
|
||||
"@types/common-ancestor-path": "^1.0.0",
|
||||
"@types/connect": "^3.4.35",
|
||||
"@types/mime": "^2.0.3",
|
||||
"@types/mocha": "^9.0.0",
|
||||
"@types/node": "14",
|
||||
"@types/node-fetch": "^3.0.0",
|
||||
"@types/node": "^14.18.8",
|
||||
"@types/node-fetch": "^3.0.3",
|
||||
"@types/resolve": "^1.20.1",
|
||||
"@types/rimraf": "^3.0.2",
|
||||
"@types/send": "^0.17.1",
|
||||
"@types/yargs-parser": "^20.2.1",
|
||||
"astro-scripts": "0.0.1",
|
||||
"astro-scripts": "workspace:0.0.1",
|
||||
"chai": "^4.3.4",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
"mocha": "^9.1.3"
|
||||
"mocha": "^9.1.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.15.0 || >=16.0.0",
|
||||
|
|
|
@ -28,18 +28,18 @@
|
|||
"create-astro.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/degit": "^2.8.2",
|
||||
"@types/node-fetch": "^3.0.0",
|
||||
"@types/prompts": "^2.0.12",
|
||||
"@types/degit": "^2.8.3",
|
||||
"@types/node-fetch": "^3.0.3",
|
||||
"@types/prompts": "^2.0.14",
|
||||
"degit": "^2.8.4",
|
||||
"kleur": "^4.1.1",
|
||||
"node-fetch": "^3.0.0",
|
||||
"prompts": "^2.4.1",
|
||||
"kleur": "^4.1.4",
|
||||
"node-fetch": "^3.1.1",
|
||||
"prompts": "^2.4.2",
|
||||
"yargs-parser": "^21.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"uvu": "^0.5.1",
|
||||
"astro-scripts": "0.0.1"
|
||||
"astro-scripts": "workspace:0.0.1",
|
||||
"uvu": "^0.5.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.15.0 || >=16.0.0"
|
||||
|
|
|
@ -22,22 +22,22 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/prism": "^0.4.0",
|
||||
"@astrojs/prism": "workspace:^0.4.0",
|
||||
"assert": "^2.0.0",
|
||||
"github-slugger": "^1.4.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"mdast-util-mdx-expression": "^1.1.1",
|
||||
"mdast-util-mdx-jsx": "^1.1.3",
|
||||
"mdast-util-mdx-jsx": "^1.2.0",
|
||||
"mdast-util-to-string": "^3.1.0",
|
||||
"micromark-extension-mdx-expression": "^1.0.3",
|
||||
"micromark-extension-mdx-jsx": "^1.0.2",
|
||||
"prismjs": "^1.25.0",
|
||||
"rehype-raw": "^6.1.0",
|
||||
"rehype-slug": "^5.0.0",
|
||||
"prismjs": "^1.26.0",
|
||||
"rehype-raw": "^6.1.1",
|
||||
"rehype-slug": "^5.0.1",
|
||||
"rehype-stringify": "^9.0.2",
|
||||
"remark-gfm": "^3.0.1",
|
||||
"remark-parse": "^10.0.1",
|
||||
"remark-rehype": "^10.0.1",
|
||||
"remark-rehype": "^10.1.0",
|
||||
"remark-smartypants": "^2.0.0",
|
||||
"unified": "^10.1.1",
|
||||
"unist-util-map": "^3.0.0",
|
||||
|
@ -46,6 +46,6 @@
|
|||
"devDependencies": {
|
||||
"@types/github-slugger": "^1.3.0",
|
||||
"@types/prismjs": "^1.16.6",
|
||||
"astro-scripts": "0.0.1"
|
||||
"astro-scripts": "workspace:0.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,6 +22,6 @@
|
|||
"dependencies": {
|
||||
"@lit-labs/ssr": "^2.0.1",
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
"lit": "^2.0.2"
|
||||
"lit": "^2.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
"./package.json": "./package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-transform-react-jsx": "^7.16.0",
|
||||
"@babel/core": "^7.16.7",
|
||||
"@babel/plugin-transform-react-jsx": "^7.16.7",
|
||||
"preact": "~10.5.15",
|
||||
"preact-render-to-string": "^5.1.19"
|
||||
},
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
"./jsx-runtime": "./jsx-runtime.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-transform-react-jsx": "^7.16.0",
|
||||
"@babel/core": "^7.16.7",
|
||||
"@babel/plugin-transform-react-jsx": "^7.16.7",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
},
|
||||
|
|
|
@ -20,9 +20,10 @@
|
|||
"./package.json": "./package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.16.7",
|
||||
"babel-plugin-module-resolver": "^4.1.0",
|
||||
"babel-preset-solid": "^1.2.3",
|
||||
"solid-js": "^1.2.3"
|
||||
"babel-preset-solid": "^1.3.2",
|
||||
"solid-js": "^1.3.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.15.0 || >=16.0.0"
|
||||
|
|
|
@ -21,9 +21,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.34",
|
||||
"postcss-load-config": "^3.1.0",
|
||||
"svelte": "^3.44.3",
|
||||
"svelte-preprocess": "^4.9.8"
|
||||
"postcss-load-config": "^3.1.1",
|
||||
"svelte": "^3.46.2",
|
||||
"svelte-preprocess": "^4.10.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.15.0 || >=16.0.0"
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
"./package.json": "./package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vitejs/plugin-vue": "^2.0.0",
|
||||
"@vue/compiler-sfc": "^3.2.22",
|
||||
"@vue/server-renderer": "^3.2.22",
|
||||
"vue": "^3.2.22"
|
||||
"@vitejs/plugin-vue": "^2.0.1",
|
||||
"@vue/compiler-sfc": "^3.2.27",
|
||||
"@vue/server-renderer": "^3.2.27",
|
||||
"vue": "^3.2.27"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.15.0 || >=16.0.0"
|
||||
|
|
221
pnpm-lock.yaml
221
pnpm-lock.yaml
|
@ -5,19 +5,19 @@ importers:
|
|||
.:
|
||||
specifiers:
|
||||
'@changesets/changelog-github': ^0.4.2
|
||||
'@changesets/cli': ^2.16.0
|
||||
'@octokit/action': ^3.15.4
|
||||
'@typescript-eslint/eslint-plugin': ^5.0.0
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
'@changesets/cli': ^2.19.0
|
||||
'@octokit/action': ^3.18.0
|
||||
'@typescript-eslint/eslint-plugin': ^5.10.0
|
||||
'@typescript-eslint/parser': ^5.10.0
|
||||
del: ^6.0.0
|
||||
esbuild: 0.13.7
|
||||
eslint: ^8.0.1
|
||||
eslint: ^8.7.0
|
||||
eslint-config-prettier: ^8.3.0
|
||||
eslint-plugin-prettier: ^4.0.0
|
||||
execa: ^6.0.0
|
||||
prettier: ^2.4.1
|
||||
tiny-glob: ^0.2.8
|
||||
turbo: ^1.0.0
|
||||
prettier: ^2.5.1
|
||||
tiny-glob: ^0.2.9
|
||||
turbo: ^1.0.28
|
||||
typescript: 4.5.2
|
||||
devDependencies:
|
||||
'@changesets/changelog-github': 0.4.2
|
||||
|
@ -39,12 +39,12 @@ importers:
|
|||
docs:
|
||||
specifiers:
|
||||
'@docsearch/react': ^1.0.0-alpha.28
|
||||
astro: ^0.22.0
|
||||
astro: workspace:^0.22.14
|
||||
broken-link-checker: ^0.7.8
|
||||
npm-run-all: ^4.1.5
|
||||
pa11y-ci: ^3.0.1
|
||||
prettier: ^2.4.1
|
||||
start-server-and-test: ^1.12.6
|
||||
prettier: ^2.5.1
|
||||
start-server-and-test: ^1.14.0
|
||||
dependencies:
|
||||
'@docsearch/react': 1.0.0-alpha.28
|
||||
devDependencies:
|
||||
|
@ -246,78 +246,78 @@ importers:
|
|||
|
||||
packages/astro:
|
||||
specifiers:
|
||||
'@astrojs/compiler': ^0.8.0
|
||||
'@astrojs/language-server': ^0.8.6
|
||||
'@astrojs/markdown-remark': ^0.6.0
|
||||
'@astrojs/parser': ^0.22.0
|
||||
'@astrojs/prism': 0.4.0
|
||||
'@astrojs/renderer-preact': ^0.4.0
|
||||
'@astrojs/renderer-react': 0.4.1
|
||||
'@astrojs/renderer-svelte': 0.3.1
|
||||
'@astrojs/renderer-vue': 0.3.0
|
||||
'@astropub/webapi': ^0.10.1
|
||||
'@babel/core': ^7.15.8
|
||||
'@babel/traverse': ^7.15.4
|
||||
'@babel/types': ^7.15.6
|
||||
'@proload/core': ^0.2.1
|
||||
'@proload/plugin-tsm': ^0.1.0
|
||||
'@types/babel__core': ^7.1.15
|
||||
'@types/chai': ^4.2.22
|
||||
'@astrojs/compiler': ^0.8.2
|
||||
'@astrojs/language-server': ^0.8.7
|
||||
'@astrojs/markdown-remark': workspace:^0.6.0
|
||||
'@astrojs/parser': workspace:^0.22.0
|
||||
'@astrojs/prism': workspace:0.4.0
|
||||
'@astrojs/renderer-preact': workspace:^0.4.0
|
||||
'@astrojs/renderer-react': workspace:0.4.1
|
||||
'@astrojs/renderer-svelte': workspace:0.3.1
|
||||
'@astrojs/renderer-vue': workspace:0.3.0
|
||||
'@astropub/webapi': ^0.10.2
|
||||
'@babel/core': ^7.16.7
|
||||
'@babel/traverse': ^7.16.8
|
||||
'@babel/types': ^7.16.8
|
||||
'@proload/core': ^0.2.2
|
||||
'@proload/plugin-tsm': ^0.1.1
|
||||
'@types/babel__core': ^7.1.18
|
||||
'@types/chai': ^4.3.0
|
||||
'@types/common-ancestor-path': ^1.0.0
|
||||
'@types/connect': ^3.4.35
|
||||
'@types/mime': ^2.0.3
|
||||
'@types/mocha': ^9.0.0
|
||||
'@types/node': '14'
|
||||
'@types/node-fetch': ^3.0.0
|
||||
'@types/node': ^14.18.8
|
||||
'@types/node-fetch': ^3.0.3
|
||||
'@types/resolve': ^1.20.1
|
||||
'@types/rimraf': ^3.0.2
|
||||
'@types/send': ^0.17.1
|
||||
'@types/yargs-parser': ^20.2.1
|
||||
'@web/parse5-utils': ^1.3.0
|
||||
astro-scripts: 0.0.1
|
||||
astro-scripts: workspace:0.0.1
|
||||
babel-plugin-module-resolver: ^4.1.0
|
||||
chai: ^4.3.4
|
||||
cheerio: ^1.0.0-rc.10
|
||||
ci-info: ^3.2.0
|
||||
ci-info: ^3.3.0
|
||||
common-ancestor-path: ^1.0.1
|
||||
connect: ^3.7.0
|
||||
eol: ^0.9.1
|
||||
es-module-lexer: ^0.9.3
|
||||
esbuild: 0.13.7
|
||||
estree-walker: ^3.0.0
|
||||
fast-glob: ^3.2.7
|
||||
fast-xml-parser: ^4.0.0-beta.3
|
||||
estree-walker: ^3.0.1
|
||||
fast-glob: ^3.2.11
|
||||
fast-xml-parser: ^4.0.1
|
||||
html-entities: ^2.3.2
|
||||
htmlparser2: ^7.1.2
|
||||
htmlparser2: ^7.2.0
|
||||
kleur: ^4.1.4
|
||||
magic-string: ^0.25.7
|
||||
mime: ^3.0.0
|
||||
mocha: ^9.1.3
|
||||
mocha: ^9.1.4
|
||||
morphdom: ^2.6.1
|
||||
node-fetch: ^3.0.0
|
||||
node-fetch: ^3.1.1
|
||||
parse5: ^6.0.1
|
||||
path-to-regexp: ^6.2.0
|
||||
postcss: ^8.3.8
|
||||
prismjs: ^1.25.0
|
||||
rehype-slug: ^5.0.0
|
||||
resolve: ^1.20.0
|
||||
rollup: ^2.59.0
|
||||
sass: ^1.43.4
|
||||
postcss: ^8.4.5
|
||||
prismjs: ^1.26.0
|
||||
rehype-slug: ^5.0.1
|
||||
resolve: ^1.21.0
|
||||
rollup: ^2.64.0
|
||||
sass: ^1.48.0
|
||||
semver: ^7.3.5
|
||||
send: ^0.17.1
|
||||
send: ^0.17.2
|
||||
serialize-javascript: ^6.0.0
|
||||
shiki: ^0.9.10
|
||||
shiki: ^0.9.15
|
||||
shorthash: ^0.0.2
|
||||
slash: ^4.0.0
|
||||
sourcemap-codec: ^1.4.8
|
||||
srcset-parse: ^1.1.0
|
||||
string-width: ^5.0.0
|
||||
string-width: ^5.1.0
|
||||
strip-ansi: ^7.0.1
|
||||
supports-esm: ^1.0.0
|
||||
tsconfig-resolver: ^3.0.1
|
||||
vite: ^2.7.12
|
||||
vite: ^2.7.13
|
||||
yargs-parser: ^21.0.0
|
||||
zod: ^3.8.1
|
||||
zod: ^3.11.6
|
||||
dependencies:
|
||||
'@astrojs/compiler': 0.8.2
|
||||
'@astrojs/language-server': 0.8.7
|
||||
|
@ -395,10 +395,10 @@ importers:
|
|||
|
||||
packages/astro-parser:
|
||||
specifiers:
|
||||
acorn: ^8.6.0
|
||||
astro-scripts: 0.0.1
|
||||
acorn: ^8.7.0
|
||||
astro-scripts: workspace:0.0.1
|
||||
locate-character: ^2.0.5
|
||||
magic-string: ^0.25.3
|
||||
magic-string: ^0.25.7
|
||||
dependencies:
|
||||
acorn: 8.7.0
|
||||
locate-character: 2.0.5
|
||||
|
@ -408,7 +408,7 @@ importers:
|
|||
|
||||
packages/astro-prism:
|
||||
specifiers:
|
||||
prismjs: ^1.23.0
|
||||
prismjs: ^1.26.0
|
||||
devDependencies:
|
||||
prismjs: 1.26.0
|
||||
|
||||
|
@ -420,15 +420,15 @@ importers:
|
|||
|
||||
packages/create-astro:
|
||||
specifiers:
|
||||
'@types/degit': ^2.8.2
|
||||
'@types/node-fetch': ^3.0.0
|
||||
'@types/prompts': ^2.0.12
|
||||
astro-scripts: 0.0.1
|
||||
'@types/degit': ^2.8.3
|
||||
'@types/node-fetch': ^3.0.3
|
||||
'@types/prompts': ^2.0.14
|
||||
astro-scripts: workspace:0.0.1
|
||||
degit: ^2.8.4
|
||||
kleur: ^4.1.1
|
||||
node-fetch: ^3.0.0
|
||||
prompts: ^2.4.1
|
||||
uvu: ^0.5.1
|
||||
kleur: ^4.1.4
|
||||
node-fetch: ^3.1.1
|
||||
prompts: ^2.4.2
|
||||
uvu: ^0.5.3
|
||||
yargs-parser: ^21.0.0
|
||||
dependencies:
|
||||
'@types/degit': 2.8.3
|
||||
|
@ -445,25 +445,25 @@ importers:
|
|||
|
||||
packages/markdown/remark:
|
||||
specifiers:
|
||||
'@astrojs/prism': ^0.4.0
|
||||
'@astrojs/prism': workspace:^0.4.0
|
||||
'@types/github-slugger': ^1.3.0
|
||||
'@types/prismjs': ^1.16.6
|
||||
assert: ^2.0.0
|
||||
astro-scripts: 0.0.1
|
||||
astro-scripts: workspace:0.0.1
|
||||
github-slugger: ^1.4.0
|
||||
gray-matter: ^4.0.3
|
||||
mdast-util-mdx-expression: ^1.1.1
|
||||
mdast-util-mdx-jsx: ^1.1.3
|
||||
mdast-util-mdx-jsx: ^1.2.0
|
||||
mdast-util-to-string: ^3.1.0
|
||||
micromark-extension-mdx-expression: ^1.0.3
|
||||
micromark-extension-mdx-jsx: ^1.0.2
|
||||
prismjs: ^1.25.0
|
||||
rehype-raw: ^6.1.0
|
||||
rehype-slug: ^5.0.0
|
||||
prismjs: ^1.26.0
|
||||
rehype-raw: ^6.1.1
|
||||
rehype-slug: ^5.0.1
|
||||
rehype-stringify: ^9.0.2
|
||||
remark-gfm: ^3.0.1
|
||||
remark-parse: ^10.0.1
|
||||
remark-rehype: ^10.0.1
|
||||
remark-rehype: ^10.1.0
|
||||
remark-smartypants: ^2.0.0
|
||||
unified: ^10.1.1
|
||||
unist-util-map: ^3.0.0
|
||||
|
@ -498,7 +498,7 @@ importers:
|
|||
specifiers:
|
||||
'@lit-labs/ssr': ^2.0.1
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
lit: ^2.0.2
|
||||
lit: ^2.1.1
|
||||
dependencies:
|
||||
'@lit-labs/ssr': 2.0.1
|
||||
'@webcomponents/template-shadowroot': 0.1.0
|
||||
|
@ -506,40 +506,46 @@ importers:
|
|||
|
||||
packages/renderers/renderer-preact:
|
||||
specifiers:
|
||||
'@babel/plugin-transform-react-jsx': ^7.16.0
|
||||
'@babel/core': ^7.16.7
|
||||
'@babel/plugin-transform-react-jsx': ^7.16.7
|
||||
preact: ~10.5.15
|
||||
preact-render-to-string: ^5.1.19
|
||||
dependencies:
|
||||
'@babel/plugin-transform-react-jsx': 7.16.7
|
||||
'@babel/core': 7.16.7
|
||||
'@babel/plugin-transform-react-jsx': 7.16.7_@babel+core@7.16.7
|
||||
preact: 10.5.15
|
||||
preact-render-to-string: 5.1.19_preact@10.5.15
|
||||
|
||||
packages/renderers/renderer-react:
|
||||
specifiers:
|
||||
'@babel/plugin-transform-react-jsx': ^7.16.0
|
||||
'@babel/core': ^7.16.7
|
||||
'@babel/plugin-transform-react-jsx': ^7.16.7
|
||||
react: ^17.0.2
|
||||
react-dom: ^17.0.2
|
||||
dependencies:
|
||||
'@babel/plugin-transform-react-jsx': 7.16.7
|
||||
'@babel/core': 7.16.7
|
||||
'@babel/plugin-transform-react-jsx': 7.16.7_@babel+core@7.16.7
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
|
||||
packages/renderers/renderer-solid:
|
||||
specifiers:
|
||||
'@babel/core': ^7.16.7
|
||||
babel-plugin-module-resolver: ^4.1.0
|
||||
babel-preset-solid: ^1.2.3
|
||||
solid-js: ^1.2.3
|
||||
babel-preset-solid: ^1.3.2
|
||||
solid-js: ^1.3.3
|
||||
dependencies:
|
||||
'@babel/core': 7.16.7
|
||||
babel-plugin-module-resolver: 4.1.0
|
||||
babel-preset-solid: 1.3.2
|
||||
babel-preset-solid: 1.3.2_@babel+core@7.16.7
|
||||
solid-js: 1.3.3
|
||||
|
||||
packages/renderers/renderer-svelte:
|
||||
specifiers:
|
||||
'@sveltejs/vite-plugin-svelte': ^1.0.0-next.34
|
||||
postcss-load-config: ^3.1.0
|
||||
svelte: ^3.44.3
|
||||
svelte-preprocess: ^4.9.8
|
||||
postcss-load-config: ^3.1.1
|
||||
svelte: ^3.46.2
|
||||
svelte-preprocess: ^4.10.2
|
||||
dependencies:
|
||||
'@sveltejs/vite-plugin-svelte': 1.0.0-next.34_svelte@3.46.2
|
||||
postcss-load-config: 3.1.1
|
||||
|
@ -548,10 +554,10 @@ importers:
|
|||
|
||||
packages/renderers/renderer-vue:
|
||||
specifiers:
|
||||
'@vitejs/plugin-vue': ^2.0.0
|
||||
'@vue/compiler-sfc': ^3.2.22
|
||||
'@vue/server-renderer': ^3.2.22
|
||||
vue: ^3.2.22
|
||||
'@vitejs/plugin-vue': ^2.0.1
|
||||
'@vue/compiler-sfc': ^3.2.27
|
||||
'@vue/server-renderer': ^3.2.27
|
||||
vue: ^3.2.27
|
||||
dependencies:
|
||||
'@vitejs/plugin-vue': 2.0.1_vue@3.2.27
|
||||
'@vue/compiler-sfc': 3.2.27
|
||||
|
@ -560,11 +566,11 @@ importers:
|
|||
|
||||
scripts:
|
||||
specifiers:
|
||||
arg: ^5.0.0
|
||||
arg: ^5.0.1
|
||||
esbuild: 0.13.7
|
||||
globby: ^12.0.2
|
||||
globby: ^12.2.0
|
||||
kleur: ^4.1.4
|
||||
tar: ^6.1.0
|
||||
tar: ^6.1.11
|
||||
dependencies:
|
||||
arg: 5.0.1
|
||||
esbuild: 0.13.7
|
||||
|
@ -692,7 +698,7 @@ packages:
|
|||
/@astrojs/compiler/0.8.2:
|
||||
resolution: {integrity: sha512-DnEjHlGzLaZDZ/uDdU1cmx8Hvair9fB1SmIj6yQCNIPqfKs/ZyUDyRrIzvHxri8xkaBTynL7cpzENJF99ub4Gg==}
|
||||
dependencies:
|
||||
typescript: 4.5.2
|
||||
typescript: 4.5.4
|
||||
dev: false
|
||||
|
||||
/@astrojs/language-server/0.8.7:
|
||||
|
@ -1255,12 +1261,13 @@ packages:
|
|||
'@babel/helper-plugin-utils': 7.16.7
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-jsx/7.16.7:
|
||||
/@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.16.7:
|
||||
resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.16.7
|
||||
'@babel/helper-plugin-utils': 7.16.7
|
||||
dev: false
|
||||
|
||||
|
@ -1606,16 +1613,17 @@ packages:
|
|||
'@babel/helper-plugin-utils': 7.16.7
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-react-jsx/7.16.7:
|
||||
/@babel/plugin-transform-react-jsx/7.16.7_@babel+core@7.16.7:
|
||||
resolution: {integrity: sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.16.7
|
||||
'@babel/helper-annotate-as-pure': 7.16.7
|
||||
'@babel/helper-module-imports': 7.16.7
|
||||
'@babel/helper-plugin-utils': 7.16.7
|
||||
'@babel/plugin-syntax-jsx': 7.16.7
|
||||
'@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.16.7
|
||||
'@babel/types': 7.16.8
|
||||
dev: false
|
||||
|
||||
|
@ -2647,11 +2655,15 @@ packages:
|
|||
|
||||
/@types/node/12.20.42:
|
||||
resolution: {integrity: sha512-aI3/oo5DzyiI5R/xAhxxRzfZlWlsbbqdgxfTPkqu/Zt+23GXiJvMCyPJT4+xKSXOnLqoL8jJYMLTwvK2M3a5hw==}
|
||||
dev: true
|
||||
|
||||
/@types/node/14.18.8:
|
||||
resolution: {integrity: sha512-TCYQllM94EyDe/EsfSPrddbTGzkwM46mGuQVyi+YiYSaAFsz9sYbtx4nXRc08sj856SWh2Nx3PmhutigSblkuw==}
|
||||
dev: true
|
||||
|
||||
/@types/node/17.0.10:
|
||||
resolution: {integrity: sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==}
|
||||
|
||||
/@types/normalize-package-data/2.4.1:
|
||||
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
|
||||
dev: true
|
||||
|
@ -2671,7 +2683,7 @@ packages:
|
|||
/@types/prompts/2.0.14:
|
||||
resolution: {integrity: sha512-HZBd99fKxRWpYCErtm2/yxUZv6/PBI9J7N4TNFffl5JbrYMHBwF25DjQGTW3b3jmXq+9P6/8fCIb2ee57BFfYA==}
|
||||
dependencies:
|
||||
'@types/node': 12.20.42
|
||||
'@types/node': 17.0.10
|
||||
dev: false
|
||||
|
||||
/@types/pug/2.0.6:
|
||||
|
@ -2681,7 +2693,7 @@ packages:
|
|||
/@types/resolve/1.17.1:
|
||||
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
|
||||
dependencies:
|
||||
'@types/node': 12.20.42
|
||||
'@types/node': 17.0.10
|
||||
dev: true
|
||||
|
||||
/@types/resolve/1.20.1:
|
||||
|
@ -2697,7 +2709,7 @@ packages:
|
|||
/@types/sass/1.43.1:
|
||||
resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==}
|
||||
dependencies:
|
||||
'@types/node': 12.20.42
|
||||
'@types/node': 17.0.10
|
||||
dev: false
|
||||
|
||||
/@types/semver/6.2.3:
|
||||
|
@ -2729,7 +2741,7 @@ packages:
|
|||
resolution: {integrity: sha512-8uALY5LTvSuHgloDVUvWP3pIauILm+8/0pDMokuDYIoNsOkSwd5AiHBTSEJjKTDcZr5z8UpgOWZkxBF4iJftoA==}
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
'@types/node': 12.20.42
|
||||
'@types/node': 17.0.10
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
|
@ -3342,11 +3354,11 @@ packages:
|
|||
object.assign: 4.1.2
|
||||
dev: true
|
||||
|
||||
/babel-plugin-jsx-dom-expressions/0.31.9:
|
||||
/babel-plugin-jsx-dom-expressions/0.31.9_@babel+core@7.16.7:
|
||||
resolution: {integrity: sha512-PY86Hesr0D3HxzKSsg0jk/oxRsFyw9jW9ejR+CSsBHpOCTilrOUDOXct3LevnG+dU5cKfm6D1V7fs2F3TyBf8A==}
|
||||
dependencies:
|
||||
'@babel/helper-module-imports': 7.16.0
|
||||
'@babel/plugin-syntax-jsx': 7.16.7
|
||||
'@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.16.7
|
||||
'@babel/types': 7.16.8
|
||||
html-entities: 2.3.2
|
||||
transitivePeerDependencies:
|
||||
|
@ -3400,10 +3412,10 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/babel-preset-solid/1.3.2:
|
||||
/babel-preset-solid/1.3.2_@babel+core@7.16.7:
|
||||
resolution: {integrity: sha512-NiWGdkWZ6a/3Sfc6JdkzeNi8HkbVLNhHuKPCBvCkZPMABP6VRBoqq/aYydZlESk6EC1PYRdZAYSItb9Is6tnJQ==}
|
||||
dependencies:
|
||||
babel-plugin-jsx-dom-expressions: 0.31.9
|
||||
babel-plugin-jsx-dom-expressions: 0.31.9_@babel+core@7.16.7
|
||||
transitivePeerDependencies:
|
||||
- '@babel/core'
|
||||
dev: false
|
||||
|
@ -6407,7 +6419,7 @@ packages:
|
|||
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
|
||||
engines: {node: '>= 10.13.0'}
|
||||
dependencies:
|
||||
'@types/node': 12.20.42
|
||||
'@types/node': 17.0.10
|
||||
merge-stream: 2.0.0
|
||||
supports-color: 7.2.0
|
||||
dev: true
|
||||
|
@ -7861,7 +7873,7 @@ packages:
|
|||
/parse5/3.0.3:
|
||||
resolution: {integrity: sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA==}
|
||||
dependencies:
|
||||
'@types/node': 12.20.42
|
||||
'@types/node': 17.0.10
|
||||
dev: true
|
||||
|
||||
/parse5/6.0.1:
|
||||
|
@ -8375,7 +8387,7 @@ packages:
|
|||
engines: {node: '>= 6'}
|
||||
dependencies:
|
||||
inherits: 2.0.4
|
||||
string_decoder: 1.1.1
|
||||
string_decoder: 1.3.0
|
||||
util-deprecate: 1.0.2
|
||||
dev: true
|
||||
|
||||
|
@ -9170,6 +9182,12 @@ packages:
|
|||
safe-buffer: 5.1.2
|
||||
dev: true
|
||||
|
||||
/string_decoder/1.3.0:
|
||||
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
|
||||
dependencies:
|
||||
safe-buffer: 5.2.1
|
||||
dev: true
|
||||
|
||||
/stringify-entities/4.0.2:
|
||||
resolution: {integrity: sha512-MTxTVcEkorNtBbNpoFJPEh0kKdM6+QbMjLbaxmvaPMmayOXdr/AIVIIJX7FReUVweRBFJfZepK4A4AKgwuFpMQ==}
|
||||
dependencies:
|
||||
|
@ -9816,6 +9834,7 @@ packages:
|
|||
resolution: {integrity: sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==}
|
||||
engines: {node: '>=4.2.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/typescript/4.5.4:
|
||||
resolution: {integrity: sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==}
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
"astro-scripts": "./index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"arg": "^5.0.0",
|
||||
"kleur": "^4.1.4",
|
||||
"arg": "^5.0.1",
|
||||
"esbuild": "0.13.7",
|
||||
"globby": "^12.0.2",
|
||||
"tar": "^6.1.0"
|
||||
"globby": "^12.2.0",
|
||||
"kleur": "^4.1.4",
|
||||
"tar": "^6.1.11"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue