Skip to content

Commit

Permalink
downgraded typescript back to ^4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Apr 10, 2023
1 parent 877512f commit 25de398
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ts-node": "^10.9.1",
"ts-patch": "^2.0.2",
"ts-prune": "^0.10.3",
"typescript": "^4.9.4",
"typescript": "^4.8.2",
"typescript-transform-paths": "^3.3.1"
},
"lint-staged": {
Expand All @@ -51,7 +51,7 @@
"jest-watch-typeahead": "^0.6.5",
"react": "^18.0.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4"
"typescript": "^4.8.2"
},
"scripts": {
"build": "lerna run build:alone --stream",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23444,10 +23444,10 @@ typescript-transform-paths@^3.3.1:
dependencies:
minimatch "^3.0.4"

typescript@^4.9.4:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
typescript@^4.8.2:
version "4.8.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790"
integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==

ua-parser-js@^0.7.30:
version "0.7.34"
Expand Down

0 comments on commit 25de398

Please sign in to comment.