Skip to content

Commit

Permalink
feat: update to angular 13 and uirouter/angular 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 1, 2021
1 parent 7f852d4 commit 56539f6
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 192 deletions.
40 changes: 23 additions & 17 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,35 @@
"test": "npm run build && cypress-runner run --path .",
"test:ui": "npm run build && cypress-runner open --path ."
},
"checkPeerDependencies": {
"ignore": ["ajv"]
},
"dependencies": {
"@angular/animations": "^11.0.0",
"@angular/common": "^11.0.0",
"@angular/compiler": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/platform-browser": "^11.0.0",
"@angular/platform-browser-dynamic": "^11.0.0",
"@angular/upgrade": "^11.0.0",
"@angular/animations": "13",
"@angular/common": "13",
"@angular/compiler": "13",
"@angular/core": "13",
"@angular/platform-browser": "13",
"@angular/platform-browser-dynamic": "13",
"@angular/upgrade": "13",
"@types/angular": "^1.6.39",
"@types/jquery": "^3.2.16",
"@uirouter/angular": "^8.0.0",
"@uirouter/angular": "^9.1.0",
"@uirouter/angular-hybrid": "latest",
"angular": "1.8.0",
"rxjs": "^6.5.3",
"@uirouter/angularjs": "1.0.30",
"@uirouter/core": "6.0.8",
"@uirouter/rx": "1.0.0",
"angular": "1.8.2",
"rxjs": "^7.4.0",
"tslib": "1.13.0",
"typescript": "~4.0.0",
"zone.js": "^0.10.3"
"typescript": "~4.4.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@uirouter/cypress-runner": "^1.0.7",
"ts-loader": "8.0.1",
"webpack": "4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "3.11.0"
"@uirouter/cypress-runner": "^2.0.0",
"ts-loader": "9.2.6",
"webpack": "5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "4.6.0"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,35 +20,35 @@
"peerDependencies": {
"@angular/core": "^12.0.0 || ^13.0.0",
"@angular/upgrade": "^12.0.0 || ^13.0.0",
"@uirouter/angular": "^9.0.1",
"@uirouter/angular": "^9.1.0",
"@uirouter/angularjs": "^1.0.30",
"angular": "^1.5.0"
},
"devDependencies": {
"@angular/animations": "^12.0.0",
"@angular/common": "^12.0.0",
"@angular/compiler": "^12.0.0",
"@angular/compiler-cli": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.0.0",
"@angular/upgrade": "^12.0.0",
"@angular/animations": "13",
"@angular/common": "13",
"@angular/compiler": "13",
"@angular/compiler-cli": "13",
"@angular/core": "13",
"@angular/platform-browser": "13",
"@angular/platform-browser-dynamic": "13",
"@angular/upgrade": "13",
"@types/angular": "^1.8.2",
"@types/jquery": "^3.5.6",
"@uirouter/angular": "9.0.1",
"@uirouter/angular": "9.1.0",
"@uirouter/angularjs": "^1.0.30",
"@uirouter/core": "6.0.8",
"@uirouter/publish-scripts": "^2.6.0",
"@uirouter/rx": "^1.0.0",
"angular": "^1.8.1",
"husky": "^4.3.8",
"ng-packagr": "^12.0.0",
"ng-packagr": "13",
"prettier": "^2.3.2",
"pretty-quick": "^2.0.1",
"rxjs": "^6.6.7",
"rxjs-compat": "^6.6.7",
"shx": "^0.3.3",
"typescript": "4.3.5",
"typescript": "~4.4.2",
"zone.js": "0.11.4"
},
"distDir": "dist",
Expand Down
Loading

0 comments on commit 56539f6

Please sign in to comment.