Skip to content

Commit 5850136

Browse files
fix(docs): downgrade to @types/[email protected] to fix typings error when generating docs
1 parent cfed2cc commit 5850136

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"angular": ">=1.2.0"
7979
},
8080
"devDependencies": {
81-
"@types/angular": "^1.6.43",
81+
"@types/angular": "=1.6.25",
8282
"@types/angular-animate": "^1.5.9",
8383
"@types/angular-mocks": "^1.5.11",
8484
"@types/jasmine": "^2.8.6",

yarn.lock

+1-5
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@
2020
dependencies:
2121
"@types/angular" "*"
2222

23-
"@types/angular@*":
23+
"@types/angular@*", "@types/angular@=1.6.25":
2424
version "1.6.25"
2525
resolved "https://registry.yarnpkg.com/@types/angular/-/angular-1.6.25.tgz#d403e94b40e06af3d9b76da5031795a9b929d08a"
2626

27-
"@types/angular@^1.6.43":
28-
version "1.6.43"
29-
resolved "https://registry.yarnpkg.com/@types/angular/-/angular-1.6.43.tgz#6235ef416053a86302970717510a936d889cbb9a"
30-
3127
"@types/estree@*", "@types/[email protected]":
3228
version "0.0.38"
3329
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.38.tgz#c1be40aa933723c608820a99a373a16d215a1ca2"

0 commit comments

Comments
 (0)