Chore: Bump typescript version to 4.7.4 (#52325)

* Chore: Bump typescript version to 4.7.4

* Bump related packages

* Revert eslint-plugin-react upgrade
This commit is contained in:
kay delaney
2022-07-25 13:47:59 +01:00
committed by GitHub
parent 4cd9fa3ff5
commit c35c3abaa3
12 changed files with 925 additions and 801 deletions

View File

@@ -94,7 +94,7 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/core": "7.18.2",
"@babel/core": "7.18.9",
"@grafana/tsconfig": "^1.2.0-rc1",
"@mdx-js/react": "1.6.22",
"@rollup/plugin-alias": "^3.1.9",
@@ -175,8 +175,8 @@
"storybook-dark-mode": "1.1.0",
"style-loader": "3.3.1",
"terser-webpack-plugin": "5.3.1",
"ts-loader": "8.0.11",
"typescript": "4.6.4",
"ts-loader": "8.4.0",
"typescript": "4.7.4",
"webpack": "5.73.0",
"webpack-filter-warnings-plugin": "1.2.1"
},