mirror of
https://github.com/zhigang1992/workers-graphql-server.git
synced 2026-01-12 17:53:23 +08:00
1.1.1
- Bump apollo-server-cloudflare - Fix NPM warnings by removing placeholders in package.json
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "{{ project-name }}",
|
||||
"name": "workers-graphql-server",
|
||||
"private": true,
|
||||
"description": "🔥Lightning-fast, globally distributed Apollo GraphQL server, deployed at the edge using Cloudflare Workers",
|
||||
"version": "1.1.0",
|
||||
"author": "{{ authors }}",
|
||||
"version": "1.1.1",
|
||||
"author": "Kristian Freeman <kristian@bytesized.xyz>",
|
||||
"dependencies": {
|
||||
"apollo-datasource-rest": "^0.3.2",
|
||||
"apollo-server-cloudflare": "^2.4.8",
|
||||
"apollo-server-cloudflare": "^2.16.1",
|
||||
"graphql": "^14.2.1"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user