Skip to content

Commit

Permalink
[ci] update lockfile (#2763)
Browse files Browse the repository at this point in the history
Co-authored-by: FredKSchott <[email protected]>
Co-authored-by: Nate Moore <[email protected]>
  • Loading branch information
3 people committed Mar 11, 2022
1 parent 49c0d99 commit 1634172
Show file tree
Hide file tree
Showing 28 changed files with 236 additions and 236 deletions.
2 changes: 1 addition & 1 deletion examples/blog-multiple-authors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@astrojs/renderer-preact": "^0.5.0",
"astro": "^0.24.0-next.2",
"sass": "^1.49.8"
"sass": "^1.49.9"
}
}
6 changes: 3 additions & 3 deletions examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"preview": "astro preview"
},
"dependencies": {
"@algolia/client-search": "^4.12.0",
"@algolia/client-search": "^4.12.2",
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@types/react": "^17.0.39",
"@types/react": "^17.0.40",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@astrojs/renderer-react": "^0.5.0",
"@astrojs/renderer-preact": "^0.5.0",
"@astrojs/renderer-react": "^0.5.0",
"astro": "^0.24.0-next.2"
}
}
4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@astrojs/renderer-svelte": "^0.5.1",
"astro": "^0.24.0-next.2",
"unocss": "^0.15.5",
"vite-imagetools": "^4.0.1"
"unocss": "^0.15.6",
"vite-imagetools": "^4.0.3"
}
}
6 changes: 3 additions & 3 deletions examples/with-markdown-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.6.1",
"@astrojs/markdown-remark": "^0.6.4",
"astro": "^0.24.0-next.2",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.6.1",
"@astrojs/markdown-remark": "^0.6.4",
"astro": "^0.24.0-next.2"
}
}
2 changes: 1 addition & 1 deletion examples/with-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.6.4",
"@astrojs/renderer-preact": "^0.5.0",
"@astrojs/renderer-react": "^0.5.0",
"@astrojs/renderer-svelte": "^0.5.1",
"@astrojs/renderer-vue": "^0.4.0",
"@astrojs/markdown-remark": "^0.6.1",
"astro": "^0.24.0-next.2"
}
}
14 changes: 7 additions & 7 deletions examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"preview": "astro preview"
},
"dependencies": {
"@nanostores/preact": "^0.1.2",
"@nanostores/preact": "^0.1.3",
"@nanostores/react": "^0.1.5",
"@nanostores/vue": "^0.4.1",
"nanostores": "^0.5.7",
"solid-nanostores": "0.0.6",
"preact": "^10.6.5",
"nanostores": "^0.5.11",
"preact": "^10.6.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vue": "^3.2.0"
"solid-nanostores": "0.0.6",
"vue": "^3.2.31"
},
"devDependencies": {
"@astrojs/renderer-react": "^0.5.0",
"@astrojs/renderer-vue": "^0.4.0",
"@astrojs/renderer-preact": "^0.5.0",
"@astrojs/renderer-react": "^0.5.0",
"@astrojs/renderer-solid": "^0.4.0",
"@astrojs/renderer-svelte": "^0.5.1",
"@astrojs/renderer-vue": "^0.4.0",
"astro": "^0.24.0-next.2"
}
}
6 changes: 3 additions & 3 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"@astrojs/renderer-preact": "^0.5.0",
"postcss": "^8.3.8",
"astro": "^0.24.0-next.2",
"autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5"
"autoprefixer": "^10.4.2",
"postcss": "^8.4.8",
"tailwindcss": "^3.0.23"
}
}
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"astro": "^0.24.0-next.2",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.0"
"workbox-window": "^6.5.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"prettier": "^2.5.1",
"pretty-bytes": "^6.0.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.1.5",
"turbo": "^1.1.6",
"typescript": "~4.6.2"
}
}
6 changes: 3 additions & 3 deletions packages/astro-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@types/node": "^14.0.0",
"acorn": "^8.6.0",
"@types/node": "^14.18.12",
"acorn": "^8.7.0",
"locate-character": "^2.0.5",
"magic-string": "^0.25.3"
"magic-string": "^0.25.9"
},
"devDependencies": {
"astro-scripts": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-prism/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"types": "./index.d.ts",
"keywords": [],
"devDependencies": {
"prismjs": "^1.23.0"
"prismjs": "^1.27.0"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
Expand Down
56 changes: 28 additions & 28 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,80 +59,80 @@
},
"dependencies": {
"@astrojs/compiler": "^0.12.0",
"@astrojs/language-server": "^0.8.6",
"@astrojs/language-server": "^0.8.10",
"@astrojs/markdown-remark": "^0.6.4",
"@astrojs/prism": "0.4.0",
"@astrojs/renderer-preact": "^0.5.0",
"@astrojs/renderer-react": "0.5.0",
"@astrojs/renderer-svelte": "0.5.1",
"@astrojs/renderer-vue": "0.4.0",
"@astrojs/webapi": "^0.11.0",
"@babel/core": "^7.15.8",
"@babel/traverse": "^7.15.4",
"@babel/core": "^7.17.5",
"@babel/traverse": "^7.17.3",
"@proload/core": "^0.2.2",
"@proload/plugin-tsm": "^0.1.0",
"@proload/plugin-tsm": "^0.1.1",
"@web/parse5-utils": "^1.3.0",
"ci-info": "^3.2.0",
"ci-info": "^3.3.0",
"common-ancestor-path": "^1.0.1",
"debug": "^4.3.3",
"eol": "^0.9.1",
"es-module-lexer": "^0.10.0",
"esbuild": "0.14.25",
"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.6",
"html-entities": "^2.3.2",
"htmlparser2": "^7.1.2",
"htmlparser2": "^7.2.0",
"kleur": "^4.1.4",
"magic-string": "^0.25.7",
"micromorph": "^0.1.1",
"magic-string": "^0.25.9",
"micromorph": "^0.1.2",
"mime": "^3.0.0",
"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.64.0",
"postcss": "^8.4.8",
"prismjs": "^1.27.0",
"rehype-slug": "^5.0.1",
"resolve": "^1.22.0",
"rollup": "^2.70.0",
"semver": "^7.3.5",
"serialize-javascript": "^6.0.0",
"shiki": "^0.10.0",
"shiki": "^0.10.1",
"shorthash": "^0.0.2",
"sirv": "^2.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.2",
"strip-ansi": "^7.0.1",
"supports-esm": "^1.0.0",
"tsconfig-resolver": "^3.0.1",
"vite": "^2.8.6",
"yargs-parser": "^21.0.0",
"zod": "^3.8.1"
"yargs-parser": "^21.0.1",
"zod": "^3.13.4"
},
"devDependencies": {
"@astrojs/parser": "^0.22.1",
"@babel/types": "^7.15.6",
"@types/babel__core": "^7.1.15",
"@babel/types": "^7.17.0",
"@types/babel__core": "^7.1.18",
"@types/babel__traverse": "^7.14.2",
"@types/chai": "^4.2.22",
"@types/chai": "^4.3.0",
"@types/common-ancestor-path": "^1.0.0",
"@types/connect": "^3.4.35",
"@types/debug": "^4.1.7",
"@types/estree": "^0.0.51",
"@types/mime": "^2.0.3",
"@types/mocha": "^9.0.0",
"@types/mocha": "^9.1.0",
"@types/parse5": "^6.0.3",
"@types/resolve": "^1.20.1",
"@types/rimraf": "^3.0.2",
"@types/send": "^0.17.1",
"@types/yargs-parser": "^21.0.0",
"astro-scripts": "workspace:*",
"chai": "^4.3.4",
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.10",
"execa": "^6.0.0",
"mocha": "^9.1.3",
"sass": "^1.49.0"
"execa": "^6.1.0",
"mocha": "^9.2.1",
"sass": "^1.49.9"
},
"engines": {
"node": "^14.15.0 || >=16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/legacy-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/renderer-vue": "^0.4.0",
"astro": "workspace:*",
"preact": "~10.6.5"
"preact": "~10.6.6"
}
}
4 changes: 2 additions & 2 deletions packages/astro/test/fixtures/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/renderer-solid": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.2",
"@astrojs/renderer-solid": "workspace:*",
"postcss": "^8.3.8"
"postcss": "^8.4.8"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
"sass": "^1.49.8"
"sass": "^1.49.9"
}
}
4 changes: 2 additions & 2 deletions packages/astro/test/fixtures/static build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@astrojs/test-static-build",
"version": "0.0.0",
"dependencies": {
"astro": "workspace:*",
"@astrojs/test-static-build-pkg": "file:./pkg"
"@astrojs/test-static-build-pkg": "link:pkg",
"astro": "workspace:*"
}
}
14 changes: 7 additions & 7 deletions packages/create-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"create-astro.js"
],
"dependencies": {
"@types/degit": "^2.8.2",
"@types/prompts": "^2.0.12",
"@types/degit": "^2.8.3",
"@types/prompts": "^2.0.14",
"degit": "^2.8.4",
"kleur": "^4.1.1",
"node-fetch": "^3.0.0",
"prompts": "^2.4.1",
"yargs-parser": "^21.0.0"
"kleur": "^4.1.4",
"node-fetch": "^3.2.2",
"prompts": "^2.4.2",
"yargs-parser": "^21.0.1"
},
"devDependencies": {
"@types/yargs-parser": "^21.0.0",
"astro-scripts": "workspace:*",
"uvu": "^0.5.1"
"uvu": "^0.5.3"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
Expand Down
22 changes: 11 additions & 11 deletions packages/markdown/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@
"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-expression": "^1.2.0",
"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",
"rehype-stringify": "^9.0.2",
"micromark-extension-mdx-jsx": "^1.0.3",
"prismjs": "^1.27.0",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.3",
"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",
"shiki": "^0.10.0",
"unified": "^10.1.1",
"shiki": "^0.10.1",
"unified": "^10.1.2",
"unist-util-map": "^3.0.0",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"@types/github-slugger": "^1.3.0",
"@types/prismjs": "^1.16.6",
"@types/prismjs": "^1.26.0",
"astro-scripts": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/renderers/renderer-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"./package.json": "./package.json"
},
"dependencies": {
"@lit-labs/ssr": "^2.0.2",
"@lit-labs/ssr": "^2.0.4",
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.1.3"
"lit": "^2.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/renderers/renderer-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"./package.json": "./package.json"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.16.7",
"preact": "^10.6.5",
"preact-render-to-string": "^5.1.19"
"@babel/plugin-transform-react-jsx": "^7.17.3",
"preact": "^10.6.6",
"preact-render-to-string": "^5.1.20"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
Expand Down
Loading

0 comments on commit 1634172

Please sign in to comment.