Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit a13fa83

Browse files
committed
build(lib): update peerDependency ranges to support Angular RCs
1 parent ef8337f commit a13fa83

3 files changed

Lines changed: 65 additions & 65 deletions

File tree

package-lock.json

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dev-demo",
33
"description": "DevIntent Application Development Tools",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"repository": "https://github.com/DevIntent/dev",
66
"homepage": "https://devintent-dev.web.app",
77
"bugs": "https://github.com/DevIntent/dev/issues",

projects/dev/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devintent/dev",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Application Development Library",
55
"keywords": [
66
"material", "design", "angular", "material design", "components"
@@ -15,10 +15,10 @@
1515
"tslib": "^1.10.0"
1616
},
1717
"peerDependencies": {
18-
"@angular/cdk": "^8.0.0 || ^9.0.0-next.3 || ^9.0.0",
19-
"@angular/common": "^8.0.0 || ^9.0.0-next.3 || ^9.0.0",
20-
"@angular/core": "^8.0.0 || ^9.0.0-next.3 || ^9.0.0",
18+
"@angular/cdk": "^8.0.0 || ^9.0.0-rc.0 || ^9.0.0",
19+
"@angular/common": "^8.0.0 || ^9.0.0-rc.0 || ^9.0.0",
20+
"@angular/core": "^8.0.0 || ^9.0.0-rc.0 || ^9.0.0",
2121
"@angular/flex-layout": "^8.0.0-beta.27 || ^8.0.0",
22-
"@angular/material": "^8.0.0 || ^9.0.0-next.3 || ^9.0.0"
22+
"@angular/material": "^8.0.0 || ^9.0.0-rc.0 || ^9.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)