Chore: Upgrade typescript to 4.6.4 (#49016)

This commit is contained in:
kay delaney
2022-05-17 12:08:10 +01:00
committed by GitHub
parent f252e89339
commit de3e981985
17 changed files with 103 additions and 74 deletions
+2 -2
View File
@@ -37,7 +37,7 @@
"react-dom": "17.0.2",
"regenerator-runtime": "0.13.9",
"rxjs": "7.5.5",
"tslib": "2.3.1",
"tslib": "2.4.0",
"uplot": "1.6.20",
"xss": "1.0.11"
},
@@ -73,6 +73,6 @@
"rollup-plugin-terser": "7.0.2",
"sinon": "13.0.1",
"tinycolor2": "1.4.2",
"typescript": "4.4.4"
"typescript": "4.6.4"
}
}
+2 -2
View File
@@ -35,7 +35,7 @@
"types": "src/index.ts",
"dependencies": {
"@grafana/tsconfig": "^1.2.0-rc1",
"tslib": "2.3.1",
"typescript": "4.4.4"
"tslib": "2.4.0",
"typescript": "4.6.4"
}
}
+2 -2
View File
@@ -65,8 +65,8 @@
"rimraf": "3.0.2",
"tracelib": "1.0.1",
"ts-loader": "6.2.1",
"tslib": "2.3.1",
"typescript": "4.4.4",
"tslib": "2.4.0",
"typescript": "4.6.4",
"uuid": "8.3.2",
"yaml": "^1.8.3"
}
+2 -2
View File
@@ -32,7 +32,7 @@
"react-dom": "17.0.2",
"rxjs": "7.5.5",
"systemjs": "0.20.19",
"tslib": "2.3.1"
"tslib": "2.4.0"
},
"devDependencies": {
"@grafana/tsconfig": "^1.2.0-rc1",
@@ -53,7 +53,7 @@
"rollup": "2.70.1",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.4.4"
"typescript": "4.6.4"
},
"types": "src/index.ts"
}
+2 -2
View File
@@ -31,9 +31,9 @@
"rollup": "2.70.1",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.4.4"
"typescript": "4.6.4"
},
"dependencies": {
"tslib": "2.3.1"
"tslib": "2.4.0"
}
}
+2 -2
View File
@@ -99,8 +99,8 @@
"ts-jest": "26.4.4",
"ts-loader": "6.2.1",
"ts-node": "9.0.0",
"tslib": "2.3.1",
"typescript": "4.4.3",
"tslib": "2.4.0",
"typescript": "4.6.4",
"url-loader": "^2.0.1",
"webpack": "4.41.5"
}
+2 -2
View File
@@ -89,7 +89,7 @@
"slate": "0.47.8",
"slate-plain-serializer": "0.7.10",
"tinycolor2": "1.4.2",
"tslib": "2.3.1",
"tslib": "2.4.0",
"uplot": "1.6.20",
"uuid": "8.3.2"
},
@@ -174,7 +174,7 @@
"style-loader": "3.3.1",
"terser-webpack-plugin": "5.3.1",
"ts-loader": "8.0.11",
"typescript": "4.4.4",
"typescript": "4.6.4",
"webpack": "5.72.0",
"webpack-filter-warnings-plugin": "1.2.1"
},
@@ -239,7 +239,6 @@ export class AsyncSelect<T> extends PureComponent<AsyncProps<T>> {
getOptionLabel={getOptionLabel}
getOptionValue={getOptionValue}
menuShouldScrollIntoView={false}
//@ts-expect-error
onChange={onChange}
loadOptions={loadOptions}
isLoading={isLoading}
+2 -2
View File
@@ -22,7 +22,7 @@
"@types/tinycolor2": "1.4.3",
"enzyme": "3.11.0",
"sinon": "13.0.1",
"typescript": "4.4.4"
"typescript": "4.6.4"
},
"dependencies": {
"@emotion/css": "11.7.1",
@@ -47,7 +47,7 @@
"react-icons": "2.2.7",
"reselect": "4.1.5",
"tinycolor2": "1.4.2",
"tslib": "2.3.1",
"tslib": "2.4.0",
"tween-functions": "^1.2.0"
}
}