Skip to content

Commit 56c72d8

Browse files
chore: temporarily pin dependencies to fix peer dependency problems (#821)
1 parent 420066e commit 56c72d8

File tree

2 files changed

+673
-620
lines changed

2 files changed

+673
-620
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,27 @@
5757
"@types/jest": "^26.0.4",
5858
"@types/jquery": "^3.3.33",
5959
"@uirouter/core": "^6.0.1",
60-
"@uirouter/publish-scripts": "^2.4.3",
60+
"@uirouter/publish-scripts": "2.3.46",
6161
"@uirouter/rx": "^0.6.0",
6262
"husky": "^4.2.3",
63-
"jest": "^26.1.0",
64-
"jest-preset-angular": "^8.1.2",
63+
"jest": "25.x",
64+
"jest-preset-angular": "8.2.0",
6565
"ng-packagr": "=5.5.1",
6666
"prettier": "^2.0.5",
6767
"pretty-quick": "^2.0.1",
6868
"rxjs": "^6.5.4",
6969
"rxjs-compat": "^6.5.4",
7070
"tslib": "1.13.0",
7171
"tslint": "^6.1.0",
72-
"typedoc": "~0.16",
72+
"typedoc": "0.16.x",
7373
"typedoc-plugin-ui-router": "^3.0.1",
7474
"typescript": "3.5.3",
7575
"zone.js": "0.9.1"
7676
},
77+
"resolutions": {
78+
"ts-jest": "25.x",
79+
"typedoc": "0.16.x"
80+
},
7781
"ngPackage": {
7882
"lib": {
7983
"entryFile": "src/index.ts"

0 commit comments

Comments
 (0)