Skip to content

Commit

Permalink
chore: remove unused modules, update the vulnerable modules (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirovboris authored Jun 8, 2022
1 parent 701fa18 commit ae06c74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 100 deletions.
7 changes: 3 additions & 4 deletions demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.0.2",
"@angular-devkit/build-angular": "^13.3.7",
"@angular-eslint/builder": "13.0.1",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
Expand All @@ -37,10 +37,9 @@
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"angular-testcafe": "file:..",
"codelyzer": "^6.0.0",
"eslint": "^8.1.0",
"eslint": "^8.2.0",
"ts-node": "~8.10.2",
"tslint": "~6.1.3",
"typescript": "~4.4.4"
}
}
}
92 changes: 0 additions & 92 deletions demo-app/tslint.json

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"homepage": "https://github.com/devexpress/angular-testcafe#readme",
"devDependencies": {
"@angular-devkit/architect": "^0.1202.6",
"@angular-devkit/build-angular": "^12.2.6",
"@angular-devkit/build-angular": "^13.3.7",
"@angular-devkit/core": "^12.2.6",
"@types/node": "^16.9.6",
"@typescript-eslint/eslint-plugin": "^4.22.0",
Expand All @@ -69,10 +69,10 @@
"typescript": "^4.3"
},
"peerDependencies": {
"testcafe": ">=1.9.0",
"@angular/core": ">=13.0.0"
"@angular/core": ">=13.0.0",
"testcafe": ">=1.9.0"
},
"dependencies": {
"lodash": "4.17.21"
}
}
}

0 comments on commit ae06c74

Please sign in to comment.