Skip to content

Commit

Permalink
Removed unused deps from main package.json added missing
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaeddert committed May 28, 2020
1 parent d7fb690 commit de74f74
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,24 @@
"@stackstorm/module-router": "^2.4.3",
"@stackstorm/module-store": "^2.4.3",
"moment": "2.24.0",
"urijs": "1.19.1"
"urijs": "1.19.1",
"lodash": "4.17.12",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.0.2",
"redux": "^4.0.1"
},
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-build": "^2.4.3",
"babel-eslint": "10.0.1",
"insert-css": "2.0.0",
"ignore-styles": "5.0.1",
"chai": "4.2.0",
"eslint": "5.16.0",
"eslint-plugin-notice": "0.7.8",
"eslint-plugin-react": "7.12.4",
"gulp": "4.0.1",
"request": "2.88.0",
"zombie": "5.0.8"
}
}
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7566,10 +7566,10 @@ replace-homedir@^1.0.0:
is-absolute "^1.0.0"
remove-trailing-separator "^1.1.0"

request@2.88.0, request@^2.60.0:
version "2.88.0"
resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==
request@^2.55.0, request@^2.65.0:
version "2.88.2"
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
dependencies:
aws-sign2 "~0.7.0"
aws4 "^1.8.0"
Expand All @@ -7578,7 +7578,7 @@ [email protected], request@^2.60.0:
extend "~3.0.2"
forever-agent "~0.6.1"
form-data "~2.3.2"
har-validator "~5.1.0"
har-validator "~5.1.3"
http-signature "~1.2.0"
is-typedarray "~1.0.0"
isstream "~0.1.2"
Expand All @@ -7588,14 +7588,14 @@ [email protected], request@^2.60.0:
performance-now "^2.1.0"
qs "~6.5.2"
safe-buffer "^5.1.2"
tough-cookie "~2.4.3"
tough-cookie "~2.5.0"
tunnel-agent "^0.6.0"
uuid "^3.3.2"

request@^2.55.0, request@^2.65.0:
version "2.88.2"
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
request@^2.60.0:
version "2.88.0"
resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==
dependencies:
aws-sign2 "~0.7.0"
aws4 "^1.8.0"
Expand All @@ -7604,7 +7604,7 @@ request@^2.55.0, request@^2.65.0:
extend "~3.0.2"
forever-agent "~0.6.1"
form-data "~2.3.2"
har-validator "~5.1.3"
har-validator "~5.1.0"
http-signature "~1.2.0"
is-typedarray "~1.0.0"
isstream "~0.1.2"
Expand All @@ -7614,7 +7614,7 @@ request@^2.55.0, request@^2.65.0:
performance-now "^2.1.0"
qs "~6.5.2"
safe-buffer "^5.1.2"
tough-cookie "~2.5.0"
tough-cookie "~2.4.3"
tunnel-agent "^0.6.0"
uuid "^3.3.2"

Expand Down

0 comments on commit de74f74

Please sign in to comment.