Skip to content

Commit

Permalink
chore: downgrade typescript to ~4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Sep 16, 2021
1 parent 627454f commit e84c8df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/client-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"rimraf": "^3.0.0",
"ts-jest": "^26.4.1",
"typedoc": "^0.19.2",
"typescript": "~4.4.2"
"typescript": "~4.3.5"
},
"engines": {
"node": ">=10.0.0"
Expand Down
1 change: 0 additions & 1 deletion clients/client-s3/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false,
"types": ["mocha", "node"]
},
"typedocOptions": {
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10013,11 +10013,16 @@ typedoc@^0.19.2:
shelljs "^0.8.4"
typedoc-default-themes "^0.11.4"

typescript@^4.1.0-dev.20201026, typescript@~4.4.2:
typescript@^4.1.0-dev.20201026:
version "4.4.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==

typescript@~4.3.5:
version "4.3.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==

[email protected]:
version "0.7.22"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.22.tgz#960df60a5f911ea8f1c818f3747b99c6e177eae3"
Expand Down

0 comments on commit e84c8df

Please sign in to comment.