Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dorukgezici committed Dec 3, 2023
1 parent d3de567 commit acf4207
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 158 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"build": "pnpm -w build && astro build"
},
"dependencies": {
"@astrojs/node": "^6.0.4",
"@astrojs/node": "^6.1.0",
"@astrojs/vercel": "^5.2.0",
"astro": "^3.6.1",
"astro": "^3.6.4",
"astro-decap-cms-oauth": "workspace:*"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-decap-cms-oauth",
"version": "0.2.7",
"version": "0.2.8",
"description": "Add Decap CMS’s admin dashboard and a custom OAuth backend to your Astro project",
"keywords": [
"astro-integration",
Expand Down Expand Up @@ -42,11 +42,11 @@
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@types/node": "^20.10.0",
"astro": "^3.6.1",
"@types/node": "^20.10.2",
"astro": "^3.6.4",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vite-plugin-dts": "^3.6.3"
"vite": "^5.0.4",
"vite-plugin-dts": "^3.6.4"
},
"peerDependencies": {
"astro": "^2.0.0 || ^3.0.0"
Expand Down
Loading

0 comments on commit acf4207

Please sign in to comment.