Skip to content

Commit

Permalink
dnn-sxc-angular changes dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaximum-at-2sic committed Mar 11, 2022
1 parent 42286e8 commit 3d3f220
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions projects/dnn-sxc-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.1",
"@angular/common": "~11.2.1",
"@angular/compiler": "~11.2.1",
"@angular/core": "~11.2.1",
"@angular/forms": "~11.2.1",
"@angular/platform-browser": "~11.2.1",
"@angular/platform-browser-dynamic": "~11.2.1",
"@angular/router": "~11.2.1",
"rxjs": "~6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.10.2",
"@angular/animations": "~13.2.6",
"@angular/common": "~13.2.6",
"@angular/compiler": "~13.2.6",
"@angular/core": "~13.2.6",
"@angular/forms": "~13.2.6",
"@angular/platform-browser": "~13.2.6",
"@angular/platform-browser-dynamic": "~13.2.6",
"@angular/router": "~13.2.6",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.10.4",
"@2sic.com/2sxc-typings": "^10.24.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.1",
"@angular/cli": "~11.2.1",
"@angular/compiler-cli": "~11.2.1",
"@angular/language-service": "~11.2.1",
"@angular-devkit/build-angular": "~13.2.6",
"@angular/cli": "~13.2.6",
"@angular/compiler-cli": "~13.2.6",
"@angular/language-service": "~13.2.6",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": ">=6.1.3",
"@angular/core": ">=6.1.3",
"@angular/platform-browser": ">=6.1.3",
"rxjs": ">=6.5.0"
"@angular/common": ">=11.0.0",
"@angular/core": ">=11.0.0",
"@angular/platform-browser": ">=11.0.0",
"rxjs": ">=6.6.0"
},
"homepage": "https://github.com/2sic/2sxc-ui/tree/master/projects/dnn-sxc-angular#readme",
"license": "MIT",
Expand Down

0 comments on commit 3d3f220

Please sign in to comment.