Skip to content

Commit

Permalink
revert ts to 3.4.5. 3.5 has serious bugs (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpylua committed Jun 25, 2019
1 parent e3d4f52 commit 312826c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/zent/package.json
Expand Up @@ -82,6 +82,6 @@
"ts-jest": "^24.0.0",
"ts-node": "^8.0.3",
"tslint": "^5.14.0",
"typescript": "^3.5.0"
"typescript": "~3.4.5"
}
}
2 changes: 1 addition & 1 deletion site/package.json
Expand Up @@ -76,7 +76,7 @@
"react": "16.8.x",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"typescript": "^3.5.0",
"typescript": "~3.4.5",
"url-loader": "^1.1.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -12336,10 +12336,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^3.5.0:
version "3.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c"
integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA==
typescript@~3.4.5:
version "3.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==

uglify-js@3.4.x, uglify-js@^3.1.4:
version "3.4.9"
Expand Down

0 comments on commit 312826c

Please sign in to comment.