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

Commit 2459bb5

Browse files
committed
build: update lib's dependencies and peerDependencies
for Angular version 8
1 parent c4578cb commit 2459bb5

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "DevIntent Application Development Tools",
44
"version": "0.2.0",
55
"repository": "https://github.com/DevIntent/dev",
6-
"homepage": "https://devintent-dev.firebaseapp.com/",
6+
"homepage": "https://devintent-dev.web.app",
77
"bugs": "https://github.com/DevIntent/dev/issues",
88
"engines": {
99
"node": ">=10"

projects/dev/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"name": "@devintent/dev",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Application Development Library",
55
"keywords": [
66
"material", "design", "angular", "material design", "components"
77
],
88
"author": "Michael Prentice",
99
"license": "MIT",
1010
"private": false,
11-
"homepage": "https://devintent-dev.firebaseapp.com/",
11+
"homepage": "https://devintent-dev.web.app",
1212
"repository": "https://github.com/DevIntent/dev/tree/master/projects/dev",
1313
"bugs": "https://github.com/DevIntent/dev/issues",
1414
"dependencies": {
15-
"tslib": "^1.9.3"
15+
"tslib": "^1.10.0"
1616
},
1717
"peerDependencies": {
18-
"@angular/cdk": "^7.0.0",
19-
"@angular/common": "^7.0.0",
20-
"@angular/core": "^7.0.0",
21-
"@angular/flex-layout": "^7.0.0-beta.19 || ^7.0.0",
22-
"@angular/material": "^7.0.0"
18+
"@angular/cdk": "^8.0.0",
19+
"@angular/common": "^8.0.0",
20+
"@angular/core": "^8.0.0",
21+
"@angular/flex-layout": "^8.0.0-beta.26 || ^8.0.0",
22+
"@angular/material": "^8.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)