Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbeerendonk committed Feb 25, 2020
1 parent bc07ef4 commit bb2265a
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 42 deletions.
12 changes: 6 additions & 6 deletions 16 - CLI/a1. example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@angular/platform-browser-dynamic": "9.0.2",
"@angular/router": "9.0.2",
"rxjs": "6.5.4",
"tslib": "1.10.0",
"tslib": "1.11.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.900.2",
"@angular/cli": "9.0.2",
"@angular-devkit/build-angular": "0.900.3",
"@angular/cli": "9.0.3",
"@angular/compiler-cli": "9.0.2",
"@angular/language-service": "9.0.2",
"@types/jasmine": "3.5.5",
"@types/jasmine": "3.5.7",
"@types/jasminewd2": "2.0.8",
"@types/node": "13.7.4",
"@types/node": "13.7.5",
"codelyzer": "5.2.1",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "4.2.1",
Expand All @@ -42,6 +42,6 @@
"protractor": "5.4.3",
"ts-node": "8.6.2",
"tslint": "6.0.0",
"typescript": "3.7.5"
"typescript": "3.8.2"
}
}
12 changes: 6 additions & 6 deletions 16 - CLI/a2. example-with-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@angular/platform-browser-dynamic": "9.0.2",
"@angular/router": "9.0.2",
"rxjs": "6.5.4",
"tslib": "1.10.0",
"tslib": "1.11.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.900.2",
"@angular/cli": "9.0.2",
"@angular-devkit/build-angular": "0.900.3",
"@angular/cli": "9.0.3",
"@angular/compiler-cli": "9.0.2",
"@angular/language-service": "9.0.2",
"@types/jasmine": "3.5.5",
"@types/jasmine": "3.5.7",
"@types/jasminewd2": "2.0.8",
"@types/node": "13.7.4",
"@types/node": "13.7.5",
"codelyzer": "5.2.1",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "4.2.1",
Expand All @@ -42,6 +42,6 @@
"protractor": "5.4.3",
"ts-node": "8.6.2",
"tslint": "6.0.0",
"typescript": "3.7.5"
"typescript": "3.8.2"
}
}
12 changes: 6 additions & 6 deletions 16 - CLI/b. Debugging with VSCode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@angular/platform-browser-dynamic": "9.0.2",
"@angular/router": "9.0.2",
"rxjs": "6.5.4",
"tslib": "1.10.0",
"tslib": "1.11.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.900.2",
"@angular/cli": "9.0.2",
"@angular-devkit/build-angular": "0.900.3",
"@angular/cli": "9.0.3",
"@angular/compiler-cli": "9.0.2",
"@angular/language-service": "9.0.2",
"@types/jasmine": "3.5.5",
"@types/jasmine": "3.5.7",
"@types/jasminewd2": "2.0.8",
"@types/node": "13.7.4",
"@types/node": "13.7.5",
"codelyzer": "5.2.1",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "4.2.1",
Expand All @@ -42,6 +42,6 @@
"protractor": "5.4.3",
"ts-node": "8.6.2",
"tslint": "6.0.0",
"typescript": "3.7.5"
"typescript": "3.8.2"
}
}
22 changes: 11 additions & 11 deletions 17 - Storybook - TODO/a. Static Loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
"@angular/platform-browser-dynamic": "9.0.2",
"@angular/router": "9.0.2",
"rxjs": "6.5.4",
"tslib": "1.10.0",
"tslib": "1.11.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.900.2",
"@angular/cli": "9.0.2",
"@angular-devkit/build-angular": "0.900.3",
"@angular/cli": "9.0.3",
"@angular/compiler-cli": "9.0.2",
"@angular/language-service": "9.0.2",
"@babel/core": "7.8.4",
"@storybook/addon-actions": "5.3.13",
"@storybook/addon-knobs": "5.3.13",
"@storybook/addon-links": "5.3.13",
"@storybook/addon-notes": "5.3.13",
"@storybook/addons": "5.3.13",
"@storybook/angular": "5.3.13",
"@types/node": "13.7.4",
"@storybook/addon-actions": "5.3.14",
"@storybook/addon-knobs": "5.3.14",
"@storybook/addon-links": "5.3.14",
"@storybook/addon-notes": "5.3.14",
"@storybook/addons": "5.3.14",
"@storybook/angular": "5.3.14",
"@types/node": "13.7.5",
"babel-loader": "8.0.6",
"ts-node": "8.6.2",
"tslint": "6.0.0",
"typescript": "3.7.5"
"typescript": "3.8.2"
}
}
22 changes: 11 additions & 11 deletions 17 - Storybook - TODO/b. Dynamic Loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
"@angular/platform-browser-dynamic": "9.0.2",
"@angular/router": "9.0.2",
"rxjs": "6.5.4",
"tslib": "1.10.0",
"tslib": "1.11.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.900.2",
"@angular/cli": "9.0.2",
"@angular-devkit/build-angular": "0.900.3",
"@angular/cli": "9.0.3",
"@angular/compiler-cli": "9.0.2",
"@angular/language-service": "9.0.2",
"@babel/core": "7.8.4",
"@storybook/addon-actions": "5.3.13",
"@storybook/addon-knobs": "5.3.13",
"@storybook/addon-links": "5.3.13",
"@storybook/addon-notes": "5.3.13",
"@storybook/addons": "5.3.13",
"@storybook/angular": "5.3.13",
"@types/node": "13.7.4",
"@storybook/addon-actions": "5.3.14",
"@storybook/addon-knobs": "5.3.14",
"@storybook/addon-links": "5.3.14",
"@storybook/addon-notes": "5.3.14",
"@storybook/addons": "5.3.14",
"@storybook/angular": "5.3.14",
"@types/node": "13.7.5",
"babel-loader": "8.0.6",
"ts-node": "8.6.2",
"tslint": "6.0.0",
"typescript": "3.7.5"
"typescript": "3.8.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"start-new": "node \"./Util - 01 - Custom servers/server.js\" 8070"
},
"devDependencies": {
"@types/node": "13.7.4",
"@types/node": "13.7.5",
"@types/systemjs-0.20.7": "npm:@types/systemjs@0.20.7"
},
"dependencies": {
Expand All @@ -48,7 +48,7 @@
"rxjs": "6.5.4",
"serve": "11.3.0",
"systemjs-0.21.6": "npm:systemjs@0.21.6",
"typescript": "3.7.5",
"typescript": "3.8.2",
"zone.js": "0.10.2"
}
}

0 comments on commit bb2265a

Please sign in to comment.