mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update dependency fork-ts-checker-webpack-plugin to v9 (#82061)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
af8ea896d0
commit
f5a60568b4
@ -168,7 +168,7 @@
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-webpack-plugin": "4.0.1",
|
||||
"expose-loader": "5.0.0",
|
||||
"fork-ts-checker-webpack-plugin": "8.0.0",
|
||||
"fork-ts-checker-webpack-plugin": "9.0.2",
|
||||
"glob": "10.3.10",
|
||||
"html-loader": "4.2.0",
|
||||
"html-webpack-plugin": "5.6.0",
|
||||
|
@ -10,7 +10,7 @@
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
"copy-webpack-plugin": "12.0.2",
|
||||
"eslint-webpack-plugin": "4.0.1",
|
||||
"fork-ts-checker-webpack-plugin": "8.0.0",
|
||||
"fork-ts-checker-webpack-plugin": "9.0.2",
|
||||
"glob": "10.3.10",
|
||||
"replace-in-file-webpack-plugin": "1.0.6",
|
||||
"swc-loader": "0.2.6",
|
||||
|
@ -108,7 +108,7 @@
|
||||
"eslint-plugin-react": "7.33.2",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-webpack-plugin": "4.0.1",
|
||||
"fork-ts-checker-webpack-plugin": "8.0.0",
|
||||
"fork-ts-checker-webpack-plugin": "9.0.2",
|
||||
"glob": "10.3.10",
|
||||
"jest": "29.7.0",
|
||||
"jest-environment-jsdom": "29.7.0",
|
||||
|
29
yarn.lock
29
yarn.lock
@ -3688,7 +3688,7 @@ __metadata:
|
||||
"@grafana/tsconfig": "npm:^1.2.0-rc1"
|
||||
copy-webpack-plugin: "npm:12.0.2"
|
||||
eslint-webpack-plugin: "npm:4.0.1"
|
||||
fork-ts-checker-webpack-plugin: "npm:8.0.0"
|
||||
fork-ts-checker-webpack-plugin: "npm:9.0.2"
|
||||
glob: "npm:10.3.10"
|
||||
replace-in-file-webpack-plugin: "npm:1.0.6"
|
||||
swc-loader: "npm:0.2.6"
|
||||
@ -3762,7 +3762,7 @@ __metadata:
|
||||
eslint-plugin-react-hooks: "npm:4.6.0"
|
||||
eslint-webpack-plugin: "npm:4.0.1"
|
||||
eventemitter3: "npm:5.0.1"
|
||||
fork-ts-checker-webpack-plugin: "npm:8.0.0"
|
||||
fork-ts-checker-webpack-plugin: "npm:9.0.2"
|
||||
glob: "npm:10.3.10"
|
||||
jest: "npm:29.7.0"
|
||||
jest-environment-jsdom: "npm:29.7.0"
|
||||
@ -16902,6 +16902,29 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fork-ts-checker-webpack-plugin@npm:9.0.2":
|
||||
version: 9.0.2
|
||||
resolution: "fork-ts-checker-webpack-plugin@npm:9.0.2"
|
||||
dependencies:
|
||||
"@babel/code-frame": "npm:^7.16.7"
|
||||
chalk: "npm:^4.1.2"
|
||||
chokidar: "npm:^3.5.3"
|
||||
cosmiconfig: "npm:^8.2.0"
|
||||
deepmerge: "npm:^4.2.2"
|
||||
fs-extra: "npm:^10.0.0"
|
||||
memfs: "npm:^3.4.1"
|
||||
minimatch: "npm:^3.0.4"
|
||||
node-abort-controller: "npm:^3.0.1"
|
||||
schema-utils: "npm:^3.1.1"
|
||||
semver: "npm:^7.3.5"
|
||||
tapable: "npm:^2.2.1"
|
||||
peerDependencies:
|
||||
typescript: ">3.6.0"
|
||||
webpack: ^5.11.0
|
||||
checksum: 10/3399ea114d9397da5e51baaa1cf2ca704f4616c8255df672889cafc2a823f77e8bf9913133852d29d676657b1d40e4a2fba8eb9fafee09e00faeda924289220e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"form-data@npm:^3.0.0":
|
||||
version: 3.0.1
|
||||
resolution: "form-data@npm:3.0.1"
|
||||
@ -17931,7 +17954,7 @@ __metadata:
|
||||
fast-deep-equal: "npm:^3.1.3"
|
||||
fast-json-patch: "npm:3.1.1"
|
||||
file-saver: "npm:2.0.5"
|
||||
fork-ts-checker-webpack-plugin: "npm:8.0.0"
|
||||
fork-ts-checker-webpack-plugin: "npm:9.0.2"
|
||||
framework-utils: "npm:^1.1.0"
|
||||
glob: "npm:10.3.10"
|
||||
history: "npm:4.10.1"
|
||||
|
Loading…
Reference in New Issue
Block a user