Update dependency tslib to v2.6.0 (#71462)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/71435/head
renovate[bot] 2 years ago committed by GitHub
parent 2fa49b73ec
commit a97a67fd40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 2
      packages/grafana-data/package.json
  3. 2
      packages/grafana-e2e-selectors/package.json
  4. 2
      packages/grafana-e2e/package.json
  5. 2
      packages/grafana-runtime/package.json
  6. 2
      packages/grafana-schema/package.json
  7. 2
      packages/grafana-ui/package.json
  8. 21
      yarn.lock

@ -418,7 +418,7 @@
"test": "link:./public/test",
"tether-drop": "https://github.com/torkelo/drop",
"tinycolor2": "1.6.0",
"tslib": "2.5.0",
"tslib": "2.6.0",
"tween-functions": "^1.2.0",
"uplot": "1.6.24",
"uuid": "9.0.0",

@ -56,7 +56,7 @@
"rxjs": "7.8.0",
"string-hash": "^1.1.3",
"tinycolor2": "1.6.0",
"tslib": "2.5.0",
"tslib": "2.6.0",
"uplot": "1.6.24",
"xss": "^1.0.14"
},

@ -51,7 +51,7 @@
},
"dependencies": {
"@grafana/tsconfig": "^1.2.0-rc1",
"tslib": "2.5.0",
"tslib": "2.6.0",
"typescript": "4.8.4"
}
}

@ -80,7 +80,7 @@
"rimraf": "4.4.0",
"tracelib": "1.0.1",
"ts-loader": "8.4.0",
"tslib": "2.5.0",
"tslib": "2.6.0",
"typescript": "4.8.4",
"uuid": "9.0.0",
"yaml": "^2.0.0"

@ -45,7 +45,7 @@
"lodash": "4.17.21",
"rxjs": "7.8.0",
"systemjs": "0.20.19",
"tslib": "2.5.0"
"tslib": "2.6.0"
},
"devDependencies": {
"@grafana/tsconfig": "^1.2.0-rc1",

@ -50,6 +50,6 @@
"typescript": "4.8.4"
},
"dependencies": {
"tslib": "2.5.0"
"tslib": "2.6.0"
}
}

@ -109,7 +109,7 @@
"slate-plain-serializer": "0.7.13",
"slate-react": "0.22.10",
"tinycolor2": "1.6.0",
"tslib": "2.5.0",
"tslib": "2.6.0",
"uplot": "1.6.24",
"uuid": "9.0.0"
},

@ -3784,7 +3784,7 @@ __metadata:
sinon: 15.2.0
string-hash: ^1.1.3
tinycolor2: 1.6.0
tslib: 2.5.0
tslib: 2.6.0
typescript: 4.8.4
uplot: 1.6.24
xss: ^1.0.14
@ -3808,7 +3808,7 @@ __metadata:
rollup-plugin-dts: ^5.0.0
rollup-plugin-esbuild: 5.0.0
rollup-plugin-node-externals: ^5.0.0
tslib: 2.5.0
tslib: 2.6.0
typescript: 4.8.4
languageName: unknown
linkType: soft
@ -3858,7 +3858,7 @@ __metadata:
rollup-plugin-node-externals: ^5.0.0
tracelib: 1.0.1
ts-loader: 8.4.0
tslib: 2.5.0
tslib: 2.6.0
typescript: 4.8.4
uuid: 9.0.0
webpack: 5.76.0
@ -4041,7 +4041,7 @@ __metadata:
rollup-plugin-terser: 7.0.2
rxjs: 7.8.0
systemjs: 0.20.19
tslib: 2.5.0
tslib: 2.6.0
typescript: 4.8.4
peerDependencies:
react: ^17.0.0 || ^18.0.0
@ -4078,7 +4078,7 @@ __metadata:
rollup-plugin-dts: ^5.0.0
rollup-plugin-esbuild: 5.0.0
rollup-plugin-node-externals: ^5.0.0
tslib: 2.5.0
tslib: 2.6.0
typescript: 4.8.4
languageName: unknown
linkType: soft
@ -4250,7 +4250,7 @@ __metadata:
storybook-dark-mode: 3.0.0
style-loader: 3.3.1
tinycolor2: 1.6.0
tslib: 2.5.0
tslib: 2.6.0
typescript: 4.8.4
uplot: 1.6.24
uuid: 9.0.0
@ -19289,7 +19289,7 @@ __metadata:
ts-jest: 29.1.1
ts-loader: 9.3.1
ts-node: 10.9.1
tslib: 2.5.0
tslib: 2.6.0
tween-functions: ^1.2.0
typescript: 4.8.4
uplot: 1.6.24
@ -31640,6 +31640,13 @@ __metadata:
languageName: node
linkType: hard
"tslib@npm:2.6.0":
version: 2.6.0
resolution: "tslib@npm:2.6.0"
checksum: c01066038f950016a18106ddeca4649b4d76caa76ec5a31e2a26e10586a59fceb4ee45e96719bf6c715648e7c14085a81fee5c62f7e9ebee68e77a5396e5538f
languageName: node
linkType: hard
"tslib@npm:^1.10.0, tslib@npm:^1.14.1, tslib@npm:^1.8.1":
version: 1.14.1
resolution: "tslib@npm:1.14.1"

Loading…
Cancel
Save