build(deps): bump @rollup/plugin-typescript from 8.2.3 to 8.2.4 in /web (#1201)

This commit is contained in:
dependabot[bot] 2021-07-30 09:07:03 +02:00 committed by GitHub
parent e5269306df
commit 6c81a1929d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -23,7 +23,7 @@
"@polymer/paper-input": "^3.2.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.2.3",
"@rollup/plugin-typescript": "^8.2.4",
"@sentry/browser": "^6.10.0",
"@sentry/tracing": "^6.10.0",
"@types/chart.js": "^2.9.34",
@ -2301,9 +2301,9 @@
}
},
"node_modules/@rollup/plugin-typescript": {
"version": "8.2.3",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.2.3.tgz",
"integrity": "sha512-bSkd+DD3wP9OLU6lPet59B6jJF29/RlxHkbwvOVOcf1nk8eQYWw24HpldEdrPo/WG0QAPD7TqI7+2y5jtdqjww==",
"version": "8.2.4",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.2.4.tgz",
"integrity": "sha512-rZ19Yv/V8mE+PZgz0P4KoXa/2pMlp2y4o2WryyxLTe1zVr6uWZzmVhITMUg+vxNwti1P5UV+n7yK4HBqmesLbA==",
"dependencies": {
"@rollup/pluginutils": "^3.1.0",
"resolve": "^1.17.0"
@ -9685,9 +9685,9 @@
}
},
"@rollup/plugin-typescript": {
"version": "8.2.3",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.2.3.tgz",
"integrity": "sha512-bSkd+DD3wP9OLU6lPet59B6jJF29/RlxHkbwvOVOcf1nk8eQYWw24HpldEdrPo/WG0QAPD7TqI7+2y5jtdqjww==",
"version": "8.2.4",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.2.4.tgz",
"integrity": "sha512-rZ19Yv/V8mE+PZgz0P4KoXa/2pMlp2y4o2WryyxLTe1zVr6uWZzmVhITMUg+vxNwti1P5UV+n7yK4HBqmesLbA==",
"requires": {
"@rollup/pluginutils": "^3.1.0",
"resolve": "^1.17.0"

View File

@ -52,7 +52,7 @@
"@polymer/paper-input": "^3.2.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.2.3",
"@rollup/plugin-typescript": "^8.2.4",
"@sentry/browser": "^6.10.0",
"@sentry/tracing": "^6.10.0",
"@types/chart.js": "^2.9.34",