Skip to content

Commit abb3e43

Browse files
author
Chris Thielen
committed
chore: update to uirouter/angular-hybrid 10.x and cypress 4.5
1 parent 3cf7910 commit abb3e43

File tree

3 files changed

+434
-297
lines changed

3 files changed

+434
-297
lines changed

cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"videoRecording": false
2+
"video": false
33
}

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
"@angular/platform-browser-dynamic": "^8.2.14",
2323
"@angular/router": "^8.2.14",
2424
"@angular/upgrade": "^8.2.14",
25-
"@uirouter/angular-hybrid": "^7.0.0",
25+
"@uirouter/angular": "6.0.1",
26+
"@uirouter/angular-hybrid": "^10.0.1",
27+
"@uirouter/angularjs": "1.0.26",
28+
"@uirouter/core": "6.0.5",
29+
"@uirouter/rx": "0.6.5",
2630
"@uirouter/visualizer": "^7",
2731
"angular": "1.6.9",
2832
"core-js": "^2.4.1",
@@ -41,7 +45,7 @@
4145
"@types/jasminewd2": "~2.0.2",
4246
"@types/node": "~6.0.60",
4347
"codelyzer": "^5.0.1",
44-
"cypress": "1.4.2",
48+
"cypress": "4.5.0",
4549
"jasmine-core": "~2.8.0",
4650
"jasmine-spec-reporter": "~4.2.1",
4751
"karma": "~2.0.0",
@@ -57,4 +61,4 @@
5761
"typescript": "~3.5.3",
5862
"wait-on": "2.1.0"
5963
}
60-
}
64+
}

0 commit comments

Comments
 (0)