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
+14 -14
View File
@@ -75,19 +75,19 @@
]
},
"devDependencies": {
"@babel/core": "7.18.2",
"@babel/core": "7.18.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.18.0",
"@babel/plugin-proposal-optional-chaining": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
"@babel/plugin-proposal-optional-chaining": "7.18.9",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-react-constant-elements": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.2",
"@babel/plugin-transform-typescript": "7.18.4",
"@babel/preset-env": "7.18.2",
"@babel/plugin-transform-react-constant-elements": "7.18.9",
"@babel/plugin-transform-runtime": "7.18.9",
"@babel/plugin-transform-typescript": "7.18.8",
"@babel/preset-env": "7.18.9",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/runtime": "7.18.9",
"@betterer/betterer": "5.3.5",
"@betterer/cli": "5.3.5",
"@betterer/eslint": "5.3.5",
@@ -182,15 +182,15 @@
"cypress": "9.5.1",
"enzyme": "3.11.0",
"enzyme-to-json": "3.6.2",
"eslint": "8.17.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "26.5.3",
"eslint-plugin-jsdoc": "39.3.0",
"eslint-plugin-jest": "26.6.0",
"eslint-plugin-jsdoc": "39.3.3",
"eslint-plugin-lodash": "7.4.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-webpack-plugin": "3.1.1",
"eslint-webpack-plugin": "3.2.0",
"expose-loader": "4.0.0",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "7.2.11",
@@ -236,9 +236,9 @@
"terser-webpack-plugin": "5.3.1",
"testing-library-selector": "0.2.1",
"ts-jest": "28.0.3",
"ts-loader": "9.2.6",
"ts-loader": "9.3.1",
"ts-node": "10.8.1",
"typescript": "4.6.4",
"typescript": "4.7.4",
"wait-on": "6.0.1",
"webpack": "5.73.0",
"webpack-bundle-analyzer": "4.5.0",