Skip to content

Commit

Permalink
chore(deps-dev): downgrade typescript to ~4.3.5 (#2782)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Sep 14, 2021
1 parent e171183 commit 4e23736
Show file tree
Hide file tree
Showing 667 changed files with 666 additions and 950 deletions.
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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
3 changes: 1 addition & 2 deletions clients/client-accessanalyzer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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
3 changes: 1 addition & 2 deletions clients/client-acm-pca/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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
3 changes: 1 addition & 2 deletions clients/client-acm/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-alexa-for-business/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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
3 changes: 1 addition & 2 deletions clients/client-alexa-for-business/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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
3 changes: 1 addition & 2 deletions clients/client-amp/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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
3 changes: 1 addition & 2 deletions clients/client-amplify/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifybackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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
3 changes: 1 addition & 2 deletions clients/client-amplifybackend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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
3 changes: 1 addition & 2 deletions clients/client-api-gateway/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewaymanagementapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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
3 changes: 1 addition & 2 deletions clients/client-apigatewaymanagementapi/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewayv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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
3 changes: 1 addition & 2 deletions clients/client-apigatewayv2/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-app-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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
3 changes: 1 addition & 2 deletions clients/client-app-mesh/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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
3 changes: 1 addition & 2 deletions clients/client-appconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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
3 changes: 1 addition & 2 deletions clients/client-appflow/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appintegrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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
3 changes: 1 addition & 2 deletions clients/client-appintegrations/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-auto-scaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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
3 changes: 1 addition & 2 deletions clients/client-application-auto-scaling/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-discovery-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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
3 changes: 1 addition & 2 deletions clients/client-application-discovery-service/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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
3 changes: 1 addition & 2 deletions clients/client-application-insights/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-applicationcostprofiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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
3 changes: 1 addition & 2 deletions clients/client-applicationcostprofiler/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apprunner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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
3 changes: 1 addition & 2 deletions clients/client-apprunner/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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
3 changes: 1 addition & 2 deletions clients/client-appstream/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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
3 changes: 1 addition & 2 deletions clients/client-appsync/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"declarationDir": "./dist/types",
"outDir": "dist/cjs",
"useUnknownInCatchVariables": false
"outDir": "dist/cjs"
},
"typedocOptions": {
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
Expand Down
Loading

0 comments on commit 4e23736

Please sign in to comment.