Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Aug 8, 2020
1 parent 128a844 commit 3bee74d
Show file tree
Hide file tree
Showing 3 changed files with 1,294 additions and 2,026 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
[![codecov coverage](https://img.shields.io/codecov/c/github/graphql-compose/graphql-compose-mongoose.svg)](https://codecov.io/github/graphql-compose/graphql-compose-mongoose)
[![npm](https://img.shields.io/npm/v/graphql-compose-mongoose.svg)](https://www.npmjs.com/package/graphql-compose-mongoose)
[![trends](https://img.shields.io/npm/dt/graphql-compose-mongoose.svg)](http://www.npmtrends.com/graphql-compose-mongoose)
[![Join the chat at https://gitter.im/graphql-compose/Lobby](https://badges.gitter.im/graphql-compose/graphql-compose.svg)](https://gitter.im/graphql-compose/Lobby)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Backers on Open Collective](https://opencollective.com/graphql-compose/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/graphql-compose/sponsors/badge.svg)](#sponsors)

This is a plugin for [graphql-compose](https://github.com/graphql-compose/graphql-compose), which derives GraphQLType from your [mongoose model](https://github.com/Automattic/mongoose). Also derives bunch of internal GraphQL Types. Provide all CRUD resolvers, including `graphql connection`, also provided basic search via operators ($lt, $gt and so on).

Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,48 +32,48 @@
},
"optionalDependencies": {
"graphql-compose-connection": "^6.2.0",
"graphql-compose-pagination": "^6.0.3"
"graphql-compose-pagination": "6.1.0"
},
"peerDependencies": {
"graphql-compose": "^7.1.0",
"mongoose": "^5.0.0 || ^4.4.0"
},
"devDependencies": {
"@babel/cli": "7.10.4",
"@babel/core": "7.10.4",
"@babel/cli": "7.10.5",
"@babel/core": "7.11.1",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/plugin-transform-flow-strip-types": "7.10.4",
"@babel/plugin-transform-runtime": "7.10.4",
"@babel/preset-env": "7.10.4",
"@babel/plugin-transform-runtime": "7.11.0",
"@babel/preset-env": "7.11.0",
"@babel/preset-flow": "7.10.4",
"@types/graphql": "^14.5.0",
"@types/mongoose": "5.7.5",
"@types/mongoose": "5.7.36",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.1.0",
"eslint": "7.3.1",
"babel-jest": "26.2.2",
"eslint": "7.6.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"flow-bin": "0.122.0",
"graphql": "15.2.0",
"graphql-compose": "7.18.1",
"flow-bin": "0.131.0",
"graphql": "15.3.0",
"graphql-compose": "7.19.2",
"graphql-compose-connection": "^6.2.0",
"graphql-compose-pagination": "^6.0.3",
"jest": "26.1.0",
"mongodb-memory-server": "6.6.1",
"mongoose": "5.9.21",
"jest": "26.2.2",
"mongodb-memory-server": "6.6.3",
"mongoose": "5.9.28",
"prettier": "2.0.5",
"request": "2.88.2",
"rimraf": "3.0.2",
"semantic-release": "17.1.1",
"tslint": "6.1.2",
"tslint": "6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "2.3.0",
"typescript": "3.9.6"
"typescript": "3.9.7"
},
"scripts": {
"build": "npm run build-lib && npm run build-mjs && npm run build-es && npm run build-node8 && npm run build-ts",
Expand Down
Loading

0 comments on commit 3bee74d

Please sign in to comment.