Skip to content

Commit

Permalink
[ci] update lockfile (withastro#3287)
Browse files Browse the repository at this point in the history
* [ci] update lockfile

* chore: fix lockfile

* fix: pin turbo

Co-authored-by: FredKSchott <[email protected]>
Co-authored-by: Nate Moore <[email protected]>
  • Loading branch information
3 people committed May 12, 2022
1 parent 4838c51 commit 7cd4b1b
Show file tree
Hide file tree
Showing 33 changed files with 1,096 additions and 1,038 deletions.
4 changes: 2 additions & 2 deletions examples/blog-multiple-authors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.27",
"sass": "^1.50.1"
"sass": "^1.51.0"
},
"dependencies": {
"preact": "^10.7.1"
"preact": "^10.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.27"
},
"dependencies": {
"preact": "^10.7.1"
"preact": "^10.7.2"
}
}
4 changes: 2 additions & 2 deletions examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@algolia/client-search": "^4.13.0",
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@types/react": "^17.0.44",
"preact": "^10.7.1",
"@types/react": "^17.0.45",
"preact": "^10.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.2"
"lit": "^2.2.3"
}
}
12 changes: 6 additions & 6 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.2",
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-js": "^1.3.16",
"svelte": "^3.47.0",
"lit": "^2.2.3",
"preact": "^10.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.3.17",
"svelte": "^3.48.0",
"vue": "^3.2.33"
}
}
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.27"
},
"dependencies": {
"preact": "^10.7.1"
"preact": "^10.7.2"
}
}
8 changes: 4 additions & 4 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"astro": "^1.0.0-beta.27"
},
"dependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
}
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.27"
},
"dependencies": {
"solid-js": "^1.3.16"
"solid-js": "^1.3.17"
}
}
2 changes: 1 addition & 1 deletion examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.27"
},
"dependencies": {
"svelte": "^3.47.0"
"svelte": "^3.48.0"
}
}
12 changes: 6 additions & 6 deletions examples/integrations-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"@astrojs/tailwind": "^0.2.1",
"@astrojs/turbolinks": "^0.1.2",
"astro": "^1.0.0-beta.27",
"solid-js": "^1.3.6"
"solid-js": "^1.3.17"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.2",
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"svelte": "^3.47.0",
"lit": "^2.2.3",
"preact": "^10.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"svelte": "^3.48.0",
"vue": "^3.2.33"
}
}
4 changes: 2 additions & 2 deletions examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.27",
"sass": "^1.50.1"
"sass": "^1.51.0"
},
"dependencies": {
"preact": "^10.7.1"
"preact": "^10.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"vite-imagetools": "^4.0.3"
},
"dependencies": {
"svelte": "^3.47.0"
"svelte": "^3.48.0"
}
}
6 changes: 3 additions & 3 deletions examples/subpath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"devDependencies": {
"@astrojs/react": "^0.1.1",
"astro": "^1.0.0-beta.27",
"sass": "^1.50.1"
"sass": "^1.51.0"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
}
8 changes: 4 additions & 4 deletions examples/with-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"astro": "^1.0.0-beta.27"
},
"dependencies": {
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"svelte": "^3.47.0",
"preact": "^10.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"svelte": "^3.48.0",
"vue": "^3.2.33"
}
}
6 changes: 3 additions & 3 deletions examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@nanostores/react": "^0.1.5",
"@nanostores/vue": "^0.4.1",
"nanostores": "^0.5.12",
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"preact": "^10.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-nanostores": "0.0.6",
"vue": "^3.2.33"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"@astrojs/tailwind": "^0.2.1",
"astro": "^1.0.0-beta.27",
"autoprefixer": "^10.4.4",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.12",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,20 @@
"devDependencies": {
"@changesets/changelog-github": "0.4.4",
"@changesets/cli": "2.22.0",
"@octokit/action": "^3.18.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@octokit/action": "^3.18.1",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"del": "^6.0.0",
"esbuild": "^0.14.38",
"eslint": "^8.13.0",
"esbuild": "^0.14.39",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^6.1.0",
"patch-package": "^6.4.7",
"prettier": "^2.6.2",
"pretty-bytes": "^6.0.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.2.5",
"typescript": "~4.6.3"
"turbo": "1.2.5",
"typescript": "~4.6.4"
}
}
28 changes: 14 additions & 14 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,21 @@
"@astrojs/prism": "0.4.1",
"@astrojs/telemetry": "^0.1.2",
"@astrojs/webapi": "^0.11.1",
"@babel/core": "^7.17.9",
"@babel/generator": "^7.17.9",
"@babel/parser": "^7.17.9",
"@babel/traverse": "^7.17.9",
"@babel/core": "^7.17.10",
"@babel/generator": "^7.17.10",
"@babel/parser": "^7.17.10",
"@babel/traverse": "^7.17.10",
"@proload/core": "^0.3.2",
"@proload/plugin-tsm": "^0.2.1",
"ast-types": "^0.14.2",
"boxen": "^6.2.1",
"ci-info": "^3.3.0",
"ci-info": "^3.3.1",
"common-ancestor-path": "^1.0.1",
"debug": "^4.3.4",
"diff": "^5.0.0",
"eol": "^0.9.1",
"es-module-lexer": "^0.10.5",
"esbuild": "^0.14.38",
"esbuild": "^0.14.39",
"estree-walker": "^3.0.1",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
Expand All @@ -110,15 +110,15 @@
"mime": "^3.0.0",
"ora": "^6.1.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.0",
"postcss": "^8.4.12",
"path-to-regexp": "^6.2.1",
"postcss": "^8.4.13",
"postcss-load-config": "^3.1.4",
"preferred-pm": "^3.0.3",
"prismjs": "^1.28.0",
"prompts": "^2.4.2",
"recast": "^0.20.5",
"resolve": "^1.22.0",
"rollup": "^2.70.2",
"rollup": "^2.72.1",
"semver": "^7.3.7",
"serialize-javascript": "^6.0.0",
"shiki": "^0.10.1",
Expand All @@ -129,15 +129,15 @@
"strip-ansi": "^7.0.1",
"supports-esm": "^1.0.0",
"tsconfig-resolver": "^3.0.1",
"vite": "^2.9.5",
"vite": "^2.9.9",
"yargs-parser": "^21.0.1",
"zod": "^3.14.4"
"zod": "^3.16.0"
},
"devDependencies": {
"@babel/types": "^7.17.0",
"@babel/types": "^7.17.10",
"@types/babel__core": "^7.1.19",
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.17.0",
"@types/babel__traverse": "^7.17.1",
"@types/chai": "^4.3.1",
"@types/common-ancestor-path": "^1.0.0",
"@types/connect": "^3.4.35",
Expand All @@ -159,7 +159,7 @@
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.10",
"mocha": "^9.2.2",
"sass": "^1.50.1",
"sass": "^1.51.0",
"srcset-parse": "^1.1.0"
},
"engines": {
Expand Down
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 @@ -7,7 +7,7 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12"
"autoprefixer": "^10.4.7",
"postcss": "^8.4.13"
}
}
4 changes: 2 additions & 2 deletions packages/astro/test/fixtures/react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@astrojs/react": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"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.1"
"sass": "^1.51.0"
}
}
4 changes: 2 additions & 2 deletions packages/astro/test/fixtures/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"dependencies": {
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24"
}
}
4 changes: 2 additions & 2 deletions packages/integrations/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.17.3",
"preact-render-to-string": "^5.1.21"
"preact-render-to-string": "^5.2.0"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"preact": "^10.7.1"
"preact": "^10.7.2"
},
"peerDependencies": {
"preact": "^10.6.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@babel/plugin-transform-react-jsx": "^7.17.3"
},
"devDependencies": {
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"babel-preset-solid": "^1.3.16"
"babel-preset-solid": "^1.3.17"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"solid-js": "^1.3.16"
"solid-js": "^1.3.17"
},
"peerDependencies": {
"solid-js": "^1.3.6"
Expand Down
Loading

0 comments on commit 7cd4b1b

Please sign in to comment.