Skip to content

Commit

Permalink
[ci] update lockfile (#2882)
Browse files Browse the repository at this point in the history
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
  • Loading branch information
FredKSchott and FredKSchott authored Mar 25, 2022
1 parent d7111ba commit df8fac5
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 140 deletions.
2 changes: 1 addition & 1 deletion examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@algolia/client-search": "^4.13.0",
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@types/react": "^17.0.42",
"@types/react": "^17.0.43",
"preact": "^10.6.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
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.25.0-next.3",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.1"
"workbox-window": "^6.5.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^6.1.0",
"prettier": "^2.6.0",
"prettier": "^2.6.1",
"pretty-bytes": "^6.0.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.1.10",
"typescript": "~4.6.2"
"typescript": "~4.6.3"
}
}
Loading

0 comments on commit df8fac5

Please sign in to comment.