mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@
|
||||
"dependencies": {
|
||||
"@grafana/tsconfig": "^1.0.0-rc1",
|
||||
"tslib": "2.3.1",
|
||||
"typescript": "4.5.4"
|
||||
"typescript": "4.4.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user