Skip to content

Commit 3f54618

Browse files
committed
Update project dependencies
1 parent 129ea1b commit 3f54618

File tree

14 files changed

+1232
-1247
lines changed

14 files changed

+1232
-1247
lines changed

AJAX_Full_Project_GULP/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-ajax",
3-
"version": "1.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"description": "",
55
"main": "index.html",
66
"dependencies": {

AJAX_Starter_GULP/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-ajax",
3-
"version": "1.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"description": "",
55
"main": "index.html",
66
"dependencies": {

Angular4_CLI_Full_Project/package-lock.json

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

Angular4_CLI_Full_Project/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
},
1717
"private": true,
1818
"dependencies": {
19-
"@angular/common": "4.3.3",
20-
"@angular/compiler": "4.3.3",
21-
"@angular/core": "4.3.3",
22-
"@angular/forms": "4.3.3",
23-
"@angular/http": "4.3.3",
24-
"@angular/platform-browser": "4.3.3",
25-
"@angular/platform-browser-dynamic": "4.3.3",
26-
"@angular/router": "4.3.3",
27-
"@angular/upgrade": "4.3.3",
19+
"@angular/common": "4.3.4",
20+
"@angular/compiler": "4.3.4",
21+
"@angular/core": "4.3.4",
22+
"@angular/forms": "4.3.4",
23+
"@angular/http": "4.3.4",
24+
"@angular/platform-browser": "4.3.4",
25+
"@angular/platform-browser-dynamic": "4.3.4",
26+
"@angular/router": "4.3.4",
27+
"@angular/upgrade": "4.3.4",
2828
"core-js": "2.5.0",
29-
"rxjs": "5.4.2",
29+
"rxjs": "5.4.3",
3030
"ts-helpers": "1.1.2",
3131
"zone.js": "0.8.16",
3232
"chart.js": "2.6.0",
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@angular/cli": "1.3.0",
39-
"@angular/compiler-cli": "4.3.3",
39+
"@angular/compiler-cli": "4.3.4",
4040
"@types/jasmine": "2.5.53",
4141
"@types/node": "8.0.20",
4242
"codelyzer": "3.1.2",

0 commit comments

Comments
 (0)