Skip to content

Commit 7b54ae0

Browse files
committed
chore: bump to angular 4 and 1.1.0
1 parent bd51a28 commit 7b54ae0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-svg-round-progressbar",
3-
"version": "1.0.7",
3+
"version": "1.1.0",
44
"description": "Angular module that uses SVG to create a circular progressbar",
55
"scripts": {},
66
"repository": {
@@ -26,18 +26,18 @@
2626
"main": "dist/index.js",
2727
"types": "dist/index.d.ts",
2828
"dependencies": {
29-
"@angular/compiler": "^2.0.0",
30-
"@angular/common": "^2.0.0",
31-
"@angular/core": "^2.0.0",
29+
"@angular/compiler": "^4.0.0",
30+
"@angular/common": "^4.0.0",
31+
"@angular/core": "^4.0.0",
3232
"core-js": "^2.4.1",
3333
"rxjs": "^5.0.0",
34-
"zone.js": "^0.7.2"
34+
"zone.js": "^0.8.4"
3535
},
3636
"devDependencies": {
37-
"@angular/compiler-cli": "^2.0.0",
38-
"@angular/forms": "^2.0.0",
39-
"@angular/platform-browser": "^2.0.0",
40-
"@angular/platform-browser-dynamic": "^2.0.2",
37+
"@angular/compiler-cli": "^4.0.0",
38+
"@angular/forms": "^4.0.0",
39+
"@angular/platform-browser": "^4.0.0",
40+
"@angular/platform-browser-dynamic": "^4.0.0",
4141
"gulp": "^3.9.1",
4242
"gulp-clean": "^0.3.2",
4343
"gulp-gh-pages": "^0.5.4",

0 commit comments

Comments
 (0)