Skip to content

Commit

Permalink
chore(deps): remove @types/execa since execa provides them as part of… (
Browse files Browse the repository at this point in the history
#527)

* chore(deps): remove @types/execa since execa provides them as part of the package

* update system-test package.json
  • Loading branch information
ddelgrosso1 committed Mar 6, 2023
1 parent ac45e0b commit cf19f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"devDependencies": {
"@compodoc/compodoc": "^1.1.9",
"@types/cors": "^2.8.6",
"@types/execa": "^0.9.0",
"@types/express": "^4.16.1",
"@types/extend": "^3.0.1",
"@types/mocha": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions system-test/fixtures/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"devDependencies": {
"@types/node": "^18.0.0",
"browserify": "^17.0.0",
"gts": "^3.0.0",
"gts": "^3.1.0",
"null-loader": "^4.0.0",
"ts-loader": "^8.0.0",
"typescript": "^3.0.0",
"typescript": "^4.6.3",
"webpack": "^5.35.0",
"webpack-cli": "^4.0.0"
}
Expand Down

0 comments on commit cf19f9b

Please sign in to comment.