Skip to content

Commit

Permalink
[ci] update lockfile (#3162)
Browse files Browse the repository at this point in the history
Co-authored-by: FredKSchott <[email protected]>
  • Loading branch information
FredKSchott and FredKSchott authored Apr 22, 2022
1 parent 725c44a commit bd76716
Show file tree
Hide file tree
Showing 12 changed files with 193 additions and 193 deletions.
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.17"
},
"dependencies": {
"alpinejs": "^3.10.1"
"alpinejs": "^3.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-js": "^1.3.15",
"solid-js": "^1.3.16",
"svelte": "^3.47.0",
"vue": "^3.2.33"
}
Expand Down
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.17"
},
"dependencies": {
"solid-js": "^1.3.15"
"solid-js": "^1.3.16"
}
}
2 changes: 1 addition & 1 deletion examples/integrations-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-js": "^1.3.15",
"solid-js": "^1.3.16",
"svelte": "^3.47.0",
"vue": "^3.2.33"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"del": "^6.0.0",
"esbuild": "^0.14.36",
"esbuild": "^0.14.38",
"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.4",
"turbo": "^1.2.5",
"typescript": "~4.6.3"
}
}
6 changes: 3 additions & 3 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.36",
"esbuild": "^0.14.38",
"estree-walker": "^3.0.1",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
Expand Down Expand Up @@ -147,11 +147,11 @@
"@types/estree": "^0.0.51",
"@types/html-escaper": "^3.0.0",
"@types/mime": "^2.0.3",
"@types/mocha": "^9.1.0",
"@types/mocha": "^9.1.1",
"@types/parse5": "^6.0.3",
"@types/path-browserify": "^1.0.0",
"@types/prettier": "^2.6.0",
"@types/resolve": "^1.20.1",
"@types/resolve": "^1.20.2",
"@types/rimraf": "^3.0.2",
"@types/send": "^0.17.1",
"@types/unist": "^2.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.0",
"@types/mocha": "^9.1.1",
"@types/yargs-parser": "^21.0.0",
"astro-scripts": "workspace:*",
"chai": "^4.3.6",
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.13"
"babel-preset-solid": "^1.3.16"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"solid-js": "^1.3.15"
"solid-js": "^1.3.16"
},
"peerDependencies": {
"solid-js": "^1.3.6"
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.36"
"esbuild": "^0.14.38"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/webapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-typescript": "^8.3.2",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.0",
"@types/mocha": "^9.1.1",
"@types/node": "^14.18.13",
"@ungap/structured-clone": "^0.3.4",
"abort-controller": "^3.0.0",
Expand All @@ -68,7 +68,7 @@
"node-fetch": "^3.2.3",
"rollup": "^2.70.2",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1",
"tslib": "^2.4.0",
"urlpattern-polyfill": "^1.0.0-rc5",
"web-streams-polyfill": "^3.2.1"
},
Expand Down
Loading

0 comments on commit bd76716

Please sign in to comment.