Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 984e705

Browse files
committed
fix(dep): use ^ instead of ~ #1125
1 parent 3a1d7ab commit 984e705

File tree

2 files changed

+36
-43
lines changed

2 files changed

+36
-43
lines changed

package-lock.json

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

package.json

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,31 @@
2929
"typings": "index.d.ts",
3030
"license": "MIT",
3131
"peerDependencies": {
32-
"@angular/common": "~4.4.6",
33-
"@angular/compiler": "~4.4.6",
34-
"@angular/core": "~4.4.6",
35-
"@angular/platform-browser": "~4.4.6",
36-
"@angular/platform-browser-dynamic": "~4.4.6",
37-
"core-js": "~2.4.1",
32+
"@angular/common": "^4.4.6",
33+
"@angular/compiler": "^4.4.6",
34+
"@angular/core": "^4.4.6",
35+
"@angular/platform-browser": "^4.4.6",
36+
"@angular/platform-browser-dynamic": "^4.4.6",
37+
"core-js": "^2.4.1",
3838
"datatables.net": "~1.10.16",
3939
"jquery": ">=3.1.1",
40-
"rxjs": "~5.4.2",
41-
"zone.js": "~0.8.16"
40+
"rxjs": "^5.4.2",
41+
"zone.js": "^0.8.16"
4242
},
4343
"devDependencies": {
44-
"@angular/common": "~4.4.6",
45-
"@angular/compiler": "~4.4.6",
46-
"@angular/compiler-cli": "~4.4.6",
47-
"@angular/core": "~4.4.6",
48-
"@angular/platform-browser": "~4.4.6",
49-
"@angular/platform-browser-dynamic": "~4.4.6",
50-
"@types/datatables.net": "1.10.5",
51-
"@types/jasmine": "2.5.40",
52-
"@types/jquery": "2.0.46",
53-
"@types/node": "6.0.70",
44+
"@angular/common": "^4.4.6",
45+
"@angular/compiler": "^4.4.6",
46+
"@angular/compiler-cli": "^4.4.6",
47+
"@angular/core": "^4.4.6",
48+
"@angular/platform-browser": "^4.4.6",
49+
"@angular/platform-browser-dynamic": "^4.4.6",
50+
"@types/datatables.net": "~1.10.5",
51+
"@types/jasmine": "~2.5.40",
52+
"@types/jquery": "~2.0.46",
53+
"@types/node": "~6.0.70",
5454
"canonical-path": "0.0.2",
5555
"codelyzer": "~2.0.1",
56-
"concat-cli": "4.0.0",
56+
"concat-cli": "~4.0.0",
5757
"concurrently": "~2.2.0",
5858
"core-js": "~2.4.1",
5959
"datatables.net": "~1.10.16",
@@ -69,11 +69,10 @@
6969
"rimraf": "~2.6.1",
7070
"rollup": "~0.41.6",
7171
"rollup-plugin-uglify": "~1.0.2",
72-
"rxjs": "~5.4.2",
73-
"systemjs": "0.20.12",
72+
"rxjs": "^5.4.2",
7473
"tslint": "~4.5.1",
7574
"typescript": "~2.2.2",
76-
"zone.js": "~0.8.16"
75+
"zone.js": "^0.8.16"
7776
},
7877
"engines": {
7978
"node": ">=6.9.0"

0 commit comments

Comments
 (0)