Skip to content

Commit

Permalink
fix: move swagger2openapi to deps because of missing transitive deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Mar 15, 2019
1 parent a541b08 commit ed9b878
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"styled-components": "^4.1.3",
"swagger2openapi": "^5.2.3",
"ts-jest": "24.0.0",
"ts-loader": "5.3.3",
"ts-node": "^8.0.3",
Expand Down Expand Up @@ -153,6 +152,7 @@
"react-tabs": "^3.0.0",
"slugify": "^1.3.4",
"stickyfill": "^1.1.1",
"swagger2openapi": "^5.2.3",
"tslib": "^1.9.3"
},
"bundlesize": [
Expand All @@ -162,7 +162,9 @@
}
],
"jest": {
"setupFilesAfterEnv": ["<rootDir>/src/setupTests.ts"],
"setupFilesAfterEnv": [
"<rootDir>/src/setupTests.ts"
],
"preset": "ts-jest",
"collectCoverageFrom": [
"src/**/*.{ts,tsx}"
Expand Down

0 comments on commit ed9b878

Please sign in to comment.