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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 925 additions and 801 deletions

View File

@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "2.6.2-sdk",
"version": "2.7.1-sdk",
"main": "./index.js",
"type": "commonjs"
}

View File

@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "4.6.4-sdk",
"version": "4.7.4-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}

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",

View File

@ -73,6 +73,6 @@
"rollup-plugin-terser": "7.0.2",
"sinon": "14.0.0",
"tinycolor2": "1.4.2",
"typescript": "4.6.4"
"typescript": "4.7.4"
}
}

View File

@ -36,6 +36,6 @@
"dependencies": {
"@grafana/tsconfig": "^1.2.0-rc1",
"tslib": "2.4.0",
"typescript": "4.6.4"
"typescript": "4.7.4"
}
}

View File

@ -45,8 +45,8 @@
},
"types": "src/index.ts",
"dependencies": {
"@babel/core": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/core": "7.18.9",
"@babel/preset-env": "7.18.9",
"@cypress/webpack-preprocessor": "5.12.0",
"@grafana/e2e-selectors": "9.1.0-pre",
"@grafana/tsconfig": "^1.2.0-rc1",
@ -64,9 +64,9 @@
"resolve-as-bin": "2.1.0",
"rimraf": "3.0.2",
"tracelib": "1.0.1",
"ts-loader": "6.2.1",
"ts-loader": "6.2.2",
"tslib": "2.4.0",
"typescript": "4.6.4",
"typescript": "4.7.4",
"uuid": "8.3.2",
"yaml": "^2.0.0"
}

View File

@ -54,7 +54,7 @@
"rollup": "2.75.6",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.6.4"
"typescript": "4.7.4"
},
"types": "src/index.ts"
}

View File

@ -31,7 +31,7 @@
"rollup": "2.75.6",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.6.4"
"typescript": "4.7.4"
},
"dependencies": {
"tslib": "2.4.0"

View File

@ -26,18 +26,18 @@
},
"main": "src/index.ts",
"dependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
"@babel/plugin-proposal-optional-chaining": "7.16.7",
"@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.9",
"@babel/plugin-proposal-optional-chaining": "7.18.9",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-react-constant-elements": "7.17.6",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/plugin-transform-typescript": "7.16.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@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",
"@grafana/data": "9.1.0-pre",
"@grafana/eslint-config": "^4.0.0",
"@grafana/tsconfig": "^1.2.0-rc1",
@ -50,7 +50,7 @@
"@types/jest": "27.4.1",
"@types/lodash": "4.14.181",
"@types/node": "16.11.26",
"@types/prettier": "2.6.0",
"@types/prettier": "2.6.3",
"@types/react-dev-utils": "9.0.10",
"@types/rimraf": "3.0.2",
"@types/semver": "7.3.9",
@ -59,7 +59,7 @@
"@typescript-eslint/parser": "5.16.0",
"axios": "^0.26.1",
"babel-jest": "27.5.1",
"babel-loader": "^8.2.4",
"babel-loader": "^8.2.5",
"babel-plugin-angularjs-annotate": "0.10.0",
"chalk": "^4.1.2",
"command-exists": "^1.2.9",
@ -67,11 +67,11 @@
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"eslint": "8.11.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "38.0.6",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react-hooks": "4.6.0",
"execa": "^5.1.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.1",
@ -95,7 +95,7 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "7.4.3",
"prettier": "2.6.0",
"prettier": "2.7.1",
"react-dev-utils": "^12.0.0",
"replace-in-file-webpack-plugin": "1.0.6",
"rimraf": "3.0.2",
@ -106,10 +106,10 @@
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"ts-jest": "27.1.3",
"ts-loader": "^9.2.8",
"ts-loader": "^9.3.1",
"ts-node": "^9.1.0",
"tslib": "2.4.0",
"typescript": "4.6.4",
"typescript": "4.7.4",
"url-loader": "^4.1.1",
"webpack": "^5.72.0"
}

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"
},

View File

@ -27,7 +27,7 @@
"@types/tinycolor2": "1.4.3",
"enzyme": "3.11.0",
"sinon": "14.0.0",
"typescript": "4.6.4"
"typescript": "4.7.4"
},
"dependencies": {
"@emotion/css": "11.9.0",

1634
yarn.lock

File diff suppressed because it is too large Load Diff