Dependencies: downgrade typescript to 4.4.4 for now (#43970)

* Downgrade typescript to 4.5.2 for now

* Downgrade to 4.4.4 instead :(

* kick drone

* Update .github/renovate.json5

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
Ashley Harrison
2022-01-13 10:08:38 +00:00
committed by GitHub
parent a9dfd3a487
commit f74b21c119
12 changed files with 41 additions and 19 deletions

View File

@@ -72,6 +72,6 @@
"rollup-plugin-terser": "7.0.2",
"sinon": "12.0.1",
"tinycolor2": "1.4.2",
"typescript": "4.5.4"
"typescript": "4.4.4"
}
}

View File

@@ -36,6 +36,6 @@
"dependencies": {
"@grafana/tsconfig": "^1.0.0-rc1",
"tslib": "2.3.1",
"typescript": "4.5.4"
"typescript": "4.4.4"
}
}

View File

@@ -66,7 +66,7 @@
"tracelib": "1.0.1",
"ts-loader": "6.2.1",
"tslib": "2.3.1",
"typescript": "4.5.4",
"typescript": "4.4.4",
"uuid": "8.3.2",
"yaml": "^1.8.3"
}

View File

@@ -53,7 +53,7 @@
"rollup": "2.63.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.5.4"
"typescript": "4.4.4"
},
"types": "src/index.ts"
}

View File

@@ -31,7 +31,7 @@
"rollup": "2.63.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.5.4"
"typescript": "4.4.4"
},
"dependencies": {
"tslib": "2.3.1"

View File

@@ -171,7 +171,7 @@
"style-loader": "3.3.1",
"terser-webpack-plugin": "5.3.0",
"ts-loader": "8.0.11",
"typescript": "4.5.4",
"typescript": "4.4.4",
"webpack": "5.66.0",
"webpack-filter-warnings-plugin": "1.2.1"
},

View File

@@ -237,6 +237,7 @@ export class AsyncSelect<T> extends PureComponent<AsyncProps<T>> {
getOptionLabel={getOptionLabel}
getOptionValue={getOptionValue}
menuShouldScrollIntoView={false}
//@ts-expect-error
onChange={onChange}
loadOptions={loadOptions}
isLoading={isLoading}

View File

@@ -24,7 +24,7 @@
"@types/tinycolor2": "1.4.3",
"enzyme": "3.11.0",
"sinon": "12.0.1",
"typescript": "4.5.4"
"typescript": "4.4.4"
},
"dependencies": {
"@emotion/css": "11.7.1",