Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Oct 18, 2023
1 parent 6429ada commit be8e2ca
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
"projects/tests-e2e"
],
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.0",
"@angular/animations": "^16.2.0",
"@angular/cdk": "^16.2.0",
"@angular/cli": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/compiler-cli": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/material": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"@types/jasmine": "^4.3.5",
"@types/node": "^20.4.9",
"jasmine-core": "^5.1.0",
"@angular-devkit/build-angular": "^16.2.6",
"@angular/animations": "^16.2.10",
"@angular/cdk": "^16.2.9",
"@angular/cli": "^16.2.6",
"@angular/common": "^16.2.10",
"@angular/compiler": "^16.2.10",
"@angular/compiler-cli": "^16.2.10",
"@angular/core": "^16.2.10",
"@angular/forms": "^16.2.10",
"@angular/material": "^16.2.9",
"@angular/platform-browser": "^16.2.10",
"@angular/platform-browser-dynamic": "^16.2.10",
"@angular/router": "^16.2.10",
"@types/jasmine": "^5.1.1",
"@types/node": "^20.8.7",
"jasmine-core": "^5.1.1",
"rxjs": "^7.8.1",
"ts-node": "^10.9.1",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"typescript": "~5.1.6",
"zone.js": "^0.13.1"
}
Expand Down
6 changes: 3 additions & 3 deletions projects/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"@colors/colors": "^1.6.0"
},
"devDependencies": {
"@angular/cdk": "^16.2.0",
"@wdio/logger": "^8.11.0",
"webdriverio": "^8.14.3",
"@angular/cdk": "^16.2.9",
"@wdio/logger": "^8.16.17",
"webdriverio": "^8.19.0",
"cpy": "^10.1.0"
}
}
12 changes: 6 additions & 6 deletions projects/tests-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "wdio run wdio.config.ts --watch=false --debug=true --headless=true"
},
"devDependencies": {
"@wdio/cli": "^8.14.4",
"@wdio/jasmine-framework": "^8.14.3",
"@wdio/local-runner": "^8.14.3",
"@wdio/spec-reporter": "^8.14.0",
"chromedriver": "^115.0.1",
"@wdio/cli": "^8.19.0",
"@wdio/jasmine-framework": "^8.19.0",
"@wdio/local-runner": "^8.19.0",
"@wdio/spec-reporter": "^8.19.0",
"chromedriver": "^118.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}

0 comments on commit be8e2ca

Please sign in to comment.