Skip to content

Commit

Permalink
feat(angular-hybrid): Fix peer dependencies. Update package deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 7, 2017
1 parent 3087be9 commit d09949d
Show file tree
Hide file tree
Showing 2 changed files with 806 additions and 450 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uirouter/angular-hybrid",
"version": "3.1.7",
"version": "3.1.7-a2",
"scripts": {
"example": "cd example && npm i && npm start",
"clean": "shx rm -rf lib _bundles",
Expand All @@ -16,13 +16,13 @@
"dependencies": {
"@types/angular": "~1.6.1",
"@types/jquery": "^1.10.31",
"@uirouter/angular": "1.0.0-beta.9",
"@uirouter/angularjs": "1.0.9",
"@uirouter/angular": "1.0.0-rc.1",
"@uirouter/angularjs": "1.0.11",
"@uirouter/core": "5.0.11"
},
"peerDependencies": {
"@angular/core": "^4.0.0",
"@angular/upgrade": "^4.0.0",
"@angular/core": "^4.0.0 || ^5.0.0",
"@angular/upgrade": "^4.0.0 || ^5.0.0",
"angular": "^1.5.0"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/upgrade": "^4.0.0",
"@uirouter/publish-scripts": "2.0.5",
"@uirouter/publish-scripts": "2.0.7",
"angular": "~1.6.1",
"awesome-typescript-loader": "^3.0.0",
"conventional-changelog": "^1.1.3",
Expand Down
Loading

0 comments on commit d09949d

Please sign in to comment.