Skip to content

Commit 4b1d51f

Browse files
committed
fix(package): updated the angular dependencies
1 parent 3f07d26 commit 4b1d51f

File tree

2 files changed

+58
-49
lines changed

2 files changed

+58
-49
lines changed

package-lock.json

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

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@
3636
"compile_@agm_core": "babel ./node_modules/@agm/core -d ./node_modules/@agm/core --presets @babel/preset-env"
3737
},
3838
"dependencies": {
39-
"@agm/core": "^1.0.0-beta.6",
40-
"@angular/animations": "^8.0.3",
41-
"@angular/cdk": "^8.0.1",
42-
"@angular/common": "^8.0.3",
43-
"@angular/core": "^8.0.3",
44-
"@angular/forms": "^8.0.3",
45-
"@angular/material": "^8.0.1"
39+
"@agm/core": "^1.0.0-beta.7",
40+
"@angular/animations": "^8.1.2",
41+
"@angular/cdk": "^8.1.1",
42+
"@angular/common": "^8.1.2",
43+
"@angular/core": "^8.1.2",
44+
"@angular/forms": "^8.1.2",
45+
"@angular/material": "^8.1.1"
4646
},
4747
"devDependencies": {
48-
"@angular-devkit/schematics": "^8.0.6",
48+
"@angular-devkit/schematics": "^8.1.2",
4949
"@angular/compiler": "^8.0.3",
5050
"@angular/compiler-cli": "^8.0.3",
51-
"@angular/platform-browser": "^8.0.3",
52-
"@angular/platform-browser-dynamic": "^8.0.3",
53-
"@angular/platform-server": "^8.0.3",
51+
"@angular/platform-browser": "^8.1.2",
52+
"@angular/platform-browser-dynamic": "^8.1.2",
53+
"@angular/platform-server": "^8.1.2",
5454
"@babel/cli": "^7.2.3",
5555
"@babel/core": "^7.4.0",
5656
"@babel/preset-env": "^7.4.2",

0 commit comments

Comments
 (0)