|
20 | 20 | "artifacts": "artifact_tagging",
|
21 | 21 | "precommit": "pretty-quick --staged"
|
22 | 22 | },
|
23 |
| - "homepage": "https://ui-router.github.io/ng2", |
| 23 | + "homepage": "https://ui-router.github.io/angular", |
24 | 24 | "contributors": [
|
25 | 25 | {
|
26 | 26 | "name": "Chris Thielen",
|
|
35 | 35 | ],
|
36 | 36 | "repository": {
|
37 | 37 | "type": "git",
|
38 |
| - "url": "https://github.com/ui-router/ng2.git" |
| 38 | + "url": "https://github.com/ui-router/angular.git" |
39 | 39 | },
|
40 | 40 | "bugs": {
|
41 |
| - "url": "https://github.com/ui-router/ng2/issues" |
| 41 | + "url": "https://github.com/ui-router/angular/issues" |
42 | 42 | },
|
43 | 43 | "engines": {
|
44 | 44 | "node": ">=6.0.0"
|
|
65 | 65 | "@angular/platform-browser-dynamic": "^4.0.0",
|
66 | 66 | "@angular/platform-server": "^4.0.0",
|
67 | 67 | "@angular/router": "^4.0.0",
|
68 |
| - "@types/jasmine": "2.8.6", |
69 |
| - "@types/jquery": "3.3.1", |
70 |
| - "@uirouter/publish-scripts": "2.3.1", |
| 68 | + "@types/jasmine": "^2.8.6", |
| 69 | + "@types/jquery": "^3.3.1", |
| 70 | + "@uirouter/publish-scripts": "^2.3.1", |
71 | 71 | "husky": "^0.14.3",
|
72 |
| - "jasmine-core": "2.99.1", |
73 |
| - "karma": "2.0.0", |
74 |
| - "karma-chrome-launcher": "2.2.0", |
75 |
| - "karma-jasmine": "1.1.1", |
| 72 | + "jasmine-core": "^2.99.1", |
| 73 | + "karma": "^2.0.0", |
| 74 | + "karma-chrome-launcher": "^2.2.0", |
| 75 | + "karma-jasmine": "^1.1.1", |
76 | 76 | "karma-mocha-reporter": "^2.2.5",
|
77 |
| - "karma-sourcemap-loader": "0.3.7", |
| 77 | + "karma-sourcemap-loader": "^0.3.7", |
78 | 78 | "karma-super-dots-reporter": "^0.1.0",
|
79 |
| - "karma-webpack": "3.0.0", |
| 79 | + "karma-webpack": "^3.0.0", |
80 | 80 | "prettier": "^1.11.1",
|
81 | 81 | "pretty-quick": "^1.4.1",
|
82 |
| - "rollup": "0.57.1", |
83 |
| - "rollup-plugin-commonjs": "9.1.0", |
84 |
| - "rollup-plugin-node-resolve": "3.3.0", |
85 |
| - "rollup-plugin-sourcemaps": "0.4.2", |
86 |
| - "rollup-plugin-uglify": "3.0.0", |
87 |
| - "rxjs": "5.5.8", |
88 |
| - "shelljs": "0.8.1", |
89 |
| - "shx": "0.2.2", |
90 |
| - "ts-loader": "3.5.0", |
91 |
| - "tslib": "1.9.0", |
92 |
| - "tslint": "5.9.1", |
93 |
| - "typescript": "2.7.2", |
94 |
| - "webpack": "3.11.0", |
95 |
| - "webpack-dev-server": "3.1.1", |
96 |
| - "zone.js": "0.8.20" |
| 82 | + "rollup": "^0.57.1", |
| 83 | + "rollup-plugin-commonjs": "^9.1.0", |
| 84 | + "rollup-plugin-node-resolve": "^3.3.0", |
| 85 | + "rollup-plugin-sourcemaps": "^0.4.2", |
| 86 | + "rollup-plugin-uglify": "^3.0.0", |
| 87 | + "rxjs": "^5.5.8", |
| 88 | + "shelljs": "^0.8.1", |
| 89 | + "shx": "^0.2.2", |
| 90 | + "ts-loader": "^3.5.0", |
| 91 | + "tslib": "^1.9.0", |
| 92 | + "tslint": "^5.9.1", |
| 93 | + "typescript": "^2.7.2", |
| 94 | + "webpack": "^3.11.0", |
| 95 | + "webpack-dev-server": "^3.1.1", |
| 96 | + "zone.js": "^0.8.20" |
97 | 97 | },
|
98 | 98 | "greenkeeper": {
|
99 | 99 | "ignore": [
|
|
0 commit comments