Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vdolek authored Dec 7, 2023
1 parent 025eca3 commit bae6688
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~14.1.0",
"@angular/common": "~14.1.0",
"@angular/compiler": "~14.1.0",
"@angular/core": "~14.1.0",
"@angular/forms": "~14.1.0",
"@angular/platform-browser": "~14.1.0",
"@angular/platform-browser-dynamic": "~14.1.0",
"@angular/router": "~14.1.0",
"@angular/animations": "~16.2.10",
"@angular/common": "~16.2.10",
"@angular/compiler": "~16.2.10",
"@angular/core": "~16.2.10",
"@angular/forms": "~16.2.10",
"@angular/platform-browser": "~16.2.10",
"@angular/platform-browser-dynamic": "~16.2.10",
"@angular/router": "~16.2.10",
"angular-runtime-config": "file:../dist/angular-runtime-config",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
"rxjs": "~7.8.1",
"tslib": "~2.6.2",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.1.0",
"@angular/cli": "~14.1.0",
"@angular/compiler-cli": "~14.1.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.6.4"
"@angular-devkit/build-angular": "~16.2.10",
"@angular/cli": "~16.2.10",
"@angular/compiler-cli": "~16.2.10",
"@types/jasmine": "~5.1.4",
"@types/node": "~20.10.4",
"jasmine-core": "~5.1.1",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.6"
}
}

0 comments on commit bae6688

Please sign in to comment.