Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #22 from StephenRadachy/support/update-dependencies
Browse files Browse the repository at this point in the history
upgrade dependencies
  • Loading branch information
StephenRadachy authored Oct 6, 2018
2 parents d331795 + beaca94 commit 1c76f20
Show file tree
Hide file tree
Showing 3 changed files with 1,964 additions and 1,261 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"devDependencies": {
"coveralls": "^3.0.0",
"jest": "~21.2.0",
"jest": "~23.5.0",
"rimraf": "~2.6.2",
"tslint": "~5.7.0",
"tsutils": "~2.9.0"
"tslint": "~5.11.0",
"tsutils": "~3.0.0"
},
"scripts": {
"clean": "rimraf coverage build tmp",
Expand Down Expand Up @@ -47,22 +47,22 @@
},
"homepage": "https://github.com/target/graphql-liftoff#readme",
"dependencies": {
"@types/jest": "~21.1.1",
"@types/jest": "~23.3.1",
"@types/js-yaml": "^3.9.1",
"@types/lodash": "^4.14.116",
"@types/node": "~6.0.88",
"@types/node": "~10.9.4",
"@types/pluralize": "^0.0.29",
"@types/request": "^2.0.4",
"babel-jest": "^21.2.0",
"babel-jest": "^23.4.2",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-node6": "^11.0.0",
"js-yaml": "^3.10.0",
"lodash": "^4.17.10",
"oas-raml-converter": "1.0.14",
"oas-raml-converter": "1.1.38",
"pluralize": "^7.0.0",
"request": "^2.83.0",
"tslib": "~1.7.1",
"typescript": "~2.5.3"
"tslib": "~1.9.3",
"typescript": "~3.0.3"
},
"bin": {
"graphql-liftoff": "./bin/graphql-liftoff",
Expand Down
1 change: 0 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"interface-name": [true, "never-prefix"],
"no-default-export": true,
"no-require-imports": true,
"no-unused-variable": true,
"typedef": [true, "call-signature"]
},
"rulesDirectory": []
Expand Down
Loading

0 comments on commit 1c76f20

Please sign in to comment.