Skip to content

Commit

Permalink
Merge pull request #16 from stoplightio/feat/upgrade
Browse files Browse the repository at this point in the history
feat: upgrade packages
  • Loading branch information
XVincentX authored Aug 23, 2019
2 parents 91df1ea + 9bba9cd commit 8380c5d
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 371 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
"yalc.watch": "nodemon --watch 'src/**/*' --exec 'yarn yalc'"
},
"dependencies": {
"@stoplight/json": "^3.0.1",
"@stoplight/json": "^3.0.4",
"@stoplight/types": "^11.0.0",
"@types/swagger-schema-official": "~2.0.18",
"@types/urijs": "~1.19.1",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"openapi-schema-to-json-schema": "2.2.0",
"openapi3-ts": "~1.3.0",
"urijs": "~1.19.1"
},
"devDependencies": {
"@stoplight/scripts": "5.1.x",
"@stoplight/test-utils": "^0.0.1",
"@types/jest": "24.x.x",
"@types/jest": "24.0.18",
"@types/json-schema": "7.0.x",
"@types/lodash": "4.x.x",
"jest": "24.x.x",
"@types/lodash": "4.14.137",
"jest": "24.9.0",
"nodemon": "1.x.x",
"prettier": "1.x.x",
"ts-jest": "24.x.x",
"tslint": "5.18.x",
"tslint": "5.19.0",
"tslint-config-prettier": "1.18.x",
"tslint-config-stoplight": "1.3.x",
"tslint-plugin-prettier": "2.0.x",
Expand Down
Loading

0 comments on commit 8380c5d

Please sign in to comment.