Skip to content

Commit

Permalink
🎉 feat: 0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Jan 27, 2023
1 parent d3c50aa commit e26dc99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elysiajs/apollo",
"description": "Plugin for Elysia for using GraphQL Apollo",
"version": "0.2.0-rc.0",
"version": "0.2.0",
"author": {
"name": "saltyAom",
"url": "https://github.com/SaltyAom",
Expand Down Expand Up @@ -34,23 +34,23 @@
"release": "npm run build && npm run test && npm publish --access public"
},
"dependencies": {
"@apollo/server": "^4.3.0",
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0",
"graphql-tag": "^2.12.6"
},
"devDependencies": {
"@apollo/server": "^4.3.0",
"@swc/cli": "^0.1.59",
"@swc/core": "^1.3.26",
"@types/node": "^18.11.18",
"bun-types": "^0.4.0",
"eslint": "^8.32.0",
"elysia": "^0.2.0-rc.1",
"elysia": "^0.2.0",
"graphql": "^16.6.0",
"typescript": "^4.7.4"
},
"peerDependencies": {
"@apollo/server": ">= 4.0.0",
"elysia": ">= 0.2.0-rc.1",
"elysia": ">= 0.2.0",
"graphql": ">= 16.6.0"
}
}

0 comments on commit e26dc99

Please sign in to comment.