Skip to content

Commit 1eea14e

Browse files
committed
Update dependencies
1 parent cf37529 commit 1eea14e

File tree

3 files changed

+932
-1037
lines changed

3 files changed

+932
-1037
lines changed

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Compiled Files
1+
# Compiled files
22
dist
33
*.js
44
*.map
@@ -13,5 +13,8 @@ npm-debug.log
1313
.DS_Store
1414
**/.DS_Store
1515

16-
# Ignore VSCode Config
17-
.vscode
16+
# Ignore VSCode config
17+
.vscode
18+
19+
# Ignore error files
20+
yarn-error.log

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,22 @@
2121
"@angular/router": "^5"
2222
},
2323
"devDependencies": {
24-
"@angular/animations": "6.0.0",
25-
"@angular/common": "6.0.0",
26-
"@angular/compiler": "6.0.0",
27-
"@angular/compiler-cli": "6.0.0",
28-
"@angular/core": "6.0.0",
29-
"@angular/forms": "6.0.0",
30-
"@angular/http": "6.0.0",
31-
"@angular/platform-browser": "6.0.0",
32-
"@angular/platform-browser-dynamic": "6.0.0",
33-
"@angular/platform-server": "6.0.0",
34-
"@angular/router": "6.0.0",
24+
"@angular/cli": "6.0.1",
25+
"@angular/animations": "6.0.1",
26+
"@angular/common": "6.0.1",
27+
"@angular/compiler": "6.0.1",
28+
"@angular/compiler-cli": "6.0.1",
29+
"@angular/core": "6.0.1",
30+
"@angular/forms": "6.0.1",
31+
"@angular/http": "6.0.1",
32+
"@angular/platform-browser": "6.0.1",
33+
"@angular/platform-browser-dynamic": "6.0.1",
34+
"@angular/platform-server": "6.0.1",
35+
"@angular/router": "6.0.1",
3536

3637
"@types/hammerjs": "2.0.35",
3738
"@types/jasmine": "2.8.7",
38-
"@types/node": "10.0.6",
39+
"@types/node": "10.0.8",
3940
"@types/selenium-webdriver": "3.0.8",
4041
"@types/webpack": "4.1.5",
4142
"@types/tapable": "1.0.2",

0 commit comments

Comments
 (0)