Skip to content

Commit

Permalink
feat: update version script
Browse files Browse the repository at this point in the history
  • Loading branch information
linbudu599 committed Mar 15, 2022
1 parent f8395e4 commit ac370a9
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 70 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"jsonfile": "^6.1.0",
"minimist": "^1.2.5",
"nanoid": "^3.3.1",
"npm-check-updates": "^12.5.3",
"ora": "^5.0.0",
"preferred-pm": "^3.0.3",
"prettier": "^2.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/astro-docs-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "astro preview"
},
"dependencies": {
"@algolia/client-search": "^4.12.2",
"@algolia/client-search": "^4.13.0",
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@types/react": "^17.0.40",
Expand All @@ -19,6 +19,6 @@
"devDependencies": {
"@astrojs/renderer-preact": "^0.5.0",
"@astrojs/renderer-react": "^0.5.0",
"astro": "^0.24.0"
"astro": "^0.24.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/astro-generic-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.24.0",
"astro": "^0.24.2",
"@astrojs/renderer-react": "^0.5.0",
"@astrojs/renderer-solid": "^0.4.0",
"@astrojs/renderer-svelte": "^0.5.1"
Expand Down
Loading

0 comments on commit ac370a9

Please sign in to comment.