Skip to content

Commit 79e93e1

Browse files
chore(dependencies.io): try dependencies.io.as alternative to greenkeeper
1 parent c1c3cb5 commit 79e93e1

File tree

2 files changed

+39
-27
lines changed

2 files changed

+39
-27
lines changed

dependencies.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
dependencies:
3+
- type: js
4+
settings:
5+
commit_message_prefix: "chore(package): "
6+
related_pr_behavior: close
7+
github_labels:
8+
- dependencies
9+
manifest_updates:
10+
filters:
11+
- name: "@angular/.*"
12+
versions: L.Y.Y

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"artifacts": "artifact_tagging",
2121
"precommit": "pretty-quick --staged"
2222
},
23-
"homepage": "https://ui-router.github.io/ng2",
23+
"homepage": "https://ui-router.github.io/angular",
2424
"contributors": [
2525
{
2626
"name": "Chris Thielen",
@@ -35,10 +35,10 @@
3535
],
3636
"repository": {
3737
"type": "git",
38-
"url": "https://github.com/ui-router/ng2.git"
38+
"url": "https://github.com/ui-router/angular.git"
3939
},
4040
"bugs": {
41-
"url": "https://github.com/ui-router/ng2/issues"
41+
"url": "https://github.com/ui-router/angular/issues"
4242
},
4343
"engines": {
4444
"node": ">=6.0.0"
@@ -65,35 +65,35 @@
6565
"@angular/platform-browser-dynamic": "^4.0.0",
6666
"@angular/platform-server": "^4.0.0",
6767
"@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",
7171
"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",
7676
"karma-mocha-reporter": "^2.2.5",
77-
"karma-sourcemap-loader": "0.3.7",
77+
"karma-sourcemap-loader": "^0.3.7",
7878
"karma-super-dots-reporter": "^0.1.0",
79-
"karma-webpack": "3.0.0",
79+
"karma-webpack": "^3.0.0",
8080
"prettier": "^1.11.1",
8181
"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"
9797
},
9898
"greenkeeper": {
9999
"ignore": [

0 commit comments

Comments
 (0)