Skip to content

Commit

Permalink
Adding support for Angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Oriol Invernón committed Jun 7, 2021
1 parent 9ea5a80 commit ea8c395
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 84 deletions.
147 changes: 78 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -60,24 +60,24 @@
"release": "npm run lint && npx np"
},
"dependencies": {
"tslib": "^2.0.3"
"tslib": "^2.2.0"
},
"peerDependencies": {
"@angular/common": ">=10.0.0 <12.0.0",
"@angular/core": ">=10.0.0 <12.0.0",
"@angular/platform-browser": ">=10.0.0 <12.0.0",
"@angular/common": ">=10.0.0 <13.0.0",
"@angular/core": ">=10.0.0 <13.0.0",
"@angular/platform-browser": ">=10.0.0 <13.0.0",
"i18next": ">=19.5.4 <21.0.0",
"rxjs": ">=6.6.0 <7.0.0"
},
"devDependencies": {
"@angular/animations": "^11.0.5",
"@angular/common": "^11.0.5",
"@angular/compiler": "^11.0.5",
"@angular/compiler-cli": "^11.0.5",
"@angular/core": "^11.0.5",
"@angular/platform-browser": "^11.0.5",
"@angular/platform-browser-dynamic": "^11.0.5",
"@angular/platform-server": "^11.0.5",
"@angular/animations": "^12.0.3",
"@angular/common": "^12.0.3",
"@angular/compiler": "^12.0.3",
"@angular/compiler-cli": "^12.0.3",
"@angular/core": "^12.0.3",
"@angular/platform-browser": "^12.0.3",
"@angular/platform-browser-dynamic": "^12.0.3",
"@angular/platform-server": "^12.0.3",
"@types/chai": "^4.2.14",
"@types/jasmine": "^3.6.2",
"@types/sinon": "^5.0.7",
Expand All @@ -104,16 +104,16 @@
"replace": "^1.2.0",
"require-dir": "^1.2.0",
"rimraf": "3.0.0",
"rxjs": "^6.6.3",
"rxjs": "^6.6.6",
"sinon": "^7.5.0",
"ts-helpers": "^1.1.2",
"ts-loader": "^6.2.2",
"tsickle": "^0.39.1",
"tslint": "^6.1.3",
"typedoc": "^0.19.2",
"typescript": "~4.0.5",
"typescript": "~4.2.4",
"wallaby-webpack": "^3.9.16",
"webpack": "^4.44.2",
"zone.js": "^0.10.3"
"zone.js": "^0.11.4"
}
}

0 comments on commit ea8c395

Please sign in to comment.