Skip to content

Commit

Permalink
[ci] update lockfile (#2773)
Browse files Browse the repository at this point in the history
Co-authored-by: FredKSchott <[email protected]>
  • Loading branch information
FredKSchott and FredKSchott committed Mar 14, 2022
1 parent b4d34e2 commit 2314eba
Show file tree
Hide file tree
Showing 6 changed files with 348 additions and 149 deletions.
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@nanostores/preact": "^0.1.3",
"@nanostores/react": "^0.1.5",
"@nanostores/vue": "^0.4.1",
"nanostores": "^0.5.11",
"nanostores": "^0.5.12",
"preact": "^10.6.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@typescript-eslint/parser": "^5.14.0",
"del": "^6.0.0",
"esbuild": "0.14.25",
"eslint": "^8.10.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"prismjs": "^1.27.0",
"rehype-slug": "^5.0.1",
"resolve": "^1.22.0",
"rollup": "^2.70.0",
"rollup": "^2.70.1",
"semver": "^7.3.5",
"serialize-javascript": "^6.0.0",
"shiki": "^0.10.1",
Expand Down Expand Up @@ -131,7 +131,7 @@
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.10",
"execa": "^6.1.0",
"mocha": "^9.2.1",
"mocha": "^9.2.2",
"sass": "^1.49.9"
},
"engines": {
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 @@ -31,7 +31,7 @@
"@types/prompts": "^2.0.14",
"degit": "^2.8.4",
"kleur": "^4.1.4",
"node-fetch": "^3.2.2",
"node-fetch": "^3.2.3",
"prompts": "^2.4.2",
"yargs-parser": "^21.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/webapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"fetch-blob": "^3.1.4",
"formdata-polyfill": "^4.0.10",
"magic-string": "^0.25.9",
"mocha": "^9.2.1",
"node-fetch": "^3.2.2",
"rollup": "^2.70.0",
"mocha": "^9.2.2",
"node-fetch": "^3.2.3",
"rollup": "^2.70.1",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1",
"urlpattern-polyfill": "^1.0.0-rc5",
Expand Down
Loading

0 comments on commit 2314eba

Please sign in to comment.