Skip to content

Commit

Permalink
[ci] update lockfile (withastro#3153)
Browse files Browse the repository at this point in the history
Co-authored-by: FredKSchott <[email protected]>
  • Loading branch information
FredKSchott and FredKSchott committed Apr 20, 2022
1 parent b19628e commit 00b8343
Show file tree
Hide file tree
Showing 28 changed files with 838 additions and 936 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,7 +11,7 @@
"devDependencies": {
"@astrojs/preact": "^0.1.1",
"astro": "^1.0.0-beta.14",
"sass": "^1.50.0"
"sass": "^1.50.1"
},
"dependencies": {
"preact": "^10.7.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@docsearch/react": "^3.0.0",
"@types/react": "^17.0.44",
"preact": "^10.7.1",
"react": "^17.0.0",
"react-dom": "^17.0.0"
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"astro": "^1.0.0-beta.14"
},
"dependencies": {
"alpinejs": "^3.9.6"
"alpinejs": "^3.10.1"
}
}
4 changes: 2 additions & 2 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-js": "^1.3.14",
"solid-js": "^1.3.15",
"svelte": "^3.47.0",
"vue": "^3.2.31"
"vue": "^3.2.33"
}
}
2 changes: 1 addition & 1 deletion examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.14"
},
"dependencies": {
"solid-js": "^1.3.14"
"solid-js": "^1.3.15"
}
}
2 changes: 1 addition & 1 deletion examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.14"
},
"dependencies": {
"vue": "^3.2.31"
"vue": "^3.2.33"
}
}
4 changes: 2 additions & 2 deletions examples/integrations-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-js": "^1.3.14",
"solid-js": "^1.3.15",
"svelte": "^3.47.0",
"vue": "^3.2.31"
"vue": "^3.2.33"
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/preact": "^0.1.1",
"astro": "^1.0.0-beta.14",
"sass": "^1.50.0"
"sass": "^1.50.1"
},
"dependencies": {
"preact": "^10.7.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/subpath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/react": "^0.1.0",
"astro": "^1.0.0-beta.14",
"sass": "^1.50.0"
"sass": "^1.50.1"
},
"dependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"svelte": "^3.47.0",
"vue": "^3.2.31"
"vue": "^3.2.33"
}
}
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-nanostores": "0.0.6",
"vue": "^3.2.31"
"vue": "^3.2.33"
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"autoprefixer": "^10.4.4",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
"tailwindcss": "^3.0.24"
}
}
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": "^1.0.0-beta.14",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.2"
"workbox-window": "^6.5.3"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"@changesets/changelog-github": "0.4.4",
"@changesets/cli": "2.22.0",
"@octokit/action": "^3.18.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"del": "^6.0.0",
"esbuild": "^0.14.34",
"esbuild": "^0.14.36",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
Expand All @@ -71,7 +71,7 @@
"prettier": "^2.6.2",
"pretty-bytes": "^6.0.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.2.1",
"turbo": "^1.2.4",
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/astro-prism/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"types": "./internal.d.ts",
"keywords": [],
"devDependencies": {
"prismjs": "^1.27.0"
"prismjs": "^1.28.0"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"diff": "^5.0.0",
"eol": "^0.9.1",
"es-module-lexer": "^0.10.5",
"esbuild": "^0.14.34",
"esbuild": "^0.14.36",
"estree-walker": "^3.0.1",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
Expand All @@ -113,13 +113,13 @@
"postcss": "^8.4.12",
"postcss-load-config": "^3.1.4",
"preferred-pm": "^3.0.3",
"prismjs": "^1.27.0",
"prismjs": "^1.28.0",
"prompts": "^2.4.2",
"recast": "^0.20.5",
"rehype-slug": "^5.0.1",
"resolve": "^1.22.0",
"rollup": "^2.70.1",
"semver": "^7.3.6",
"rollup": "^2.70.2",
"semver": "^7.3.7",
"serialize-javascript": "^6.0.0",
"shiki": "^0.10.1",
"shorthash": "^0.0.2",
Expand All @@ -130,16 +130,16 @@
"strip-ansi": "^7.0.1",
"supports-esm": "^1.0.0",
"tsconfig-resolver": "^3.0.1",
"vite": "^2.9.1",
"vite": "^2.9.5",
"yargs-parser": "^21.0.1",
"zod": "^3.14.4"
},
"devDependencies": {
"@babel/types": "^7.17.0",
"@types/babel__core": "^7.1.19",
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.14.2",
"@types/chai": "^4.3.0",
"@types/babel__traverse": "^7.17.0",
"@types/chai": "^4.3.1",
"@types/common-ancestor-path": "^1.0.0",
"@types/connect": "^3.4.35",
"@types/debug": "^4.1.7",
Expand All @@ -160,7 +160,7 @@
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.10",
"mocha": "^9.2.2",
"sass": "^1.50.0",
"sass": "^1.50.1",
"srcset-parse": "^1.1.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"astro": "workspace:*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"vue": "^3.2.31"
"vue": "^3.2.33"
}
}
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.50.0"
"sass": "^1.50.1"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
"tailwindcss": "^3.0.24"
}
}
2 changes: 1 addition & 1 deletion packages/integrations/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"solid-js": "^1.3.14"
"solid-js": "^1.3.15"
},
"peerDependencies": {
"solid-js": "^1.3.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
"postcss-load-config": "^3.1.4",
"svelte-preprocess": "^4.10.5"
"svelte-preprocess": "^4.10.6"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@proload/core": "^0.2.2",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@types/tailwindcss": "^3.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@astrojs/webapi": "^0.11.1",
"esbuild": "^0.14.34"
"esbuild": "^0.14.36"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"vue": "^3.2.31"
"vue": "^3.2.33"
},
"peerDependencies": {
"vue": "^3.2.30"
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"mdast-util-mdx-jsx": "^1.2.0",
"mdast-util-to-string": "^3.1.0",
"micromark-extension-mdx-jsx": "^1.0.3",
"prismjs": "^1.27.0",
"prismjs": "^1.28.0",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/webapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-inject": "^4.0.4",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@types/chai": "^4.3.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-typescript": "^8.3.2",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.0",
"@types/node": "^14.18.12",
"@types/node": "^14.18.13",
"@ungap/structured-clone": "^0.3.4",
"abort-controller": "^3.0.0",
"chai": "^4.3.6",
Expand All @@ -66,7 +66,7 @@
"magic-string": "^0.25.9",
"mocha": "^9.2.2",
"node-fetch": "^3.2.3",
"rollup": "^2.70.1",
"rollup": "^2.70.2",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1",
"urlpattern-polyfill": "^1.0.0-rc5",
Expand Down
Loading

0 comments on commit 00b8343

Please sign in to comment.