Skip to content

Commit

Permalink
Merge branch 'main' into cdn-download
Browse files Browse the repository at this point in the history
  • Loading branch information
kruplm authored Apr 3, 2023
2 parents ddce7ed + ffb7809 commit a541c3c
Show file tree
Hide file tree
Showing 4 changed files with 2,426 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"throttle-typescript": "^1.1.0",
"tslib": "^2.3.0",
"web-animations-js": "^2.3.2",
"zone.js": "~0.12.0"
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.4",
"@angular/cli": "15.1.4",
"@angular/cli": "15.2.4",
"@angular/compiler-cli": "^15.1.0",
"@angular-eslint/builder": "^15.2.0",
"@angular-eslint/eslint-plugin": "^15.2.0",
Expand All @@ -50,7 +50,7 @@
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^7.26.0",
"jasmine-core": "~4.5.0",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "^3.1.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/js-datagrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"@morgan-stanley/composeui-messaging-client": "*",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.4",
"@angular/cli": "~15.1.4",
"@angular/cli": "~15.2.4",
"@angular/compiler-cli": "^15.1.0",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.5.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
Expand Down
Loading

0 comments on commit a541c3c

Please sign in to comment.