build(deps): update dependency vite-plugin-istanbul to v2.8.0 (#3505)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/3501/head
parent
1b21b1e190
commit
edb375598a
|
@ -173,7 +173,7 @@
|
||||||
"typescript": "4.7.3",
|
"typescript": "4.7.3",
|
||||||
"vite": "2.9.10",
|
"vite": "2.9.10",
|
||||||
"vite-plugin-eslint": "1.6.1",
|
"vite-plugin-eslint": "1.6.1",
|
||||||
"vite-plugin-istanbul": "2.7.3",
|
"vite-plugin-istanbul": "2.8.0",
|
||||||
"vite-plugin-svgr": "2.1.0",
|
"vite-plugin-svgr": "2.1.0",
|
||||||
"vite-tsconfig-paths": "3.5.0"
|
"vite-tsconfig-paths": "3.5.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,7 +56,7 @@ specifiers:
|
||||||
typescript: 4.7.3
|
typescript: 4.7.3
|
||||||
vite: 2.9.10
|
vite: 2.9.10
|
||||||
vite-plugin-eslint: 1.6.1
|
vite-plugin-eslint: 1.6.1
|
||||||
vite-plugin-istanbul: 2.7.3
|
vite-plugin-istanbul: 2.8.0
|
||||||
vite-plugin-svgr: 2.1.0
|
vite-plugin-svgr: 2.1.0
|
||||||
vite-tsconfig-paths: 3.5.0
|
vite-tsconfig-paths: 3.5.0
|
||||||
zxcvbn: 4.4.2
|
zxcvbn: 4.4.2
|
||||||
|
@ -120,7 +120,7 @@ devDependencies:
|
||||||
typescript: 4.7.3
|
typescript: 4.7.3
|
||||||
vite: 2.9.10
|
vite: 2.9.10
|
||||||
vite-plugin-eslint: 1.6.1_eslint@8.17.0+vite@2.9.10
|
vite-plugin-eslint: 1.6.1_eslint@8.17.0+vite@2.9.10
|
||||||
vite-plugin-istanbul: 2.7.3
|
vite-plugin-istanbul: 2.8.0
|
||||||
vite-plugin-svgr: 2.1.0_vite@2.9.10
|
vite-plugin-svgr: 2.1.0_vite@2.9.10
|
||||||
vite-tsconfig-paths: 3.5.0_vite@2.9.10
|
vite-tsconfig-paths: 3.5.0_vite@2.9.10
|
||||||
|
|
||||||
|
@ -1347,7 +1347,7 @@ packages:
|
||||||
'@babel/helper-module-imports': 7.16.7
|
'@babel/helper-module-imports': 7.16.7
|
||||||
'@babel/helper-plugin-utils': 7.16.7
|
'@babel/helper-plugin-utils': 7.16.7
|
||||||
'@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10
|
'@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10
|
||||||
'@babel/types': 7.17.0
|
'@babel/types': 7.17.10
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-transform-react-pure-annotations/7.16.7_@babel+core@7.17.10:
|
/@babel/plugin-transform-react-pure-annotations/7.16.7_@babel+core@7.17.10:
|
||||||
|
@ -2628,7 +2628,7 @@ packages:
|
||||||
/@types/babel__template/7.4.1:
|
/@types/babel__template/7.4.1:
|
||||||
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
|
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.17.9
|
'@babel/parser': 7.17.10
|
||||||
'@babel/types': 7.17.10
|
'@babel/types': 7.17.10
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -8381,8 +8381,8 @@ packages:
|
||||||
vite: 2.9.10
|
vite: 2.9.10
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-istanbul/2.7.3:
|
/vite-plugin-istanbul/2.8.0:
|
||||||
resolution: {integrity: sha512-IYCVKko3SInmsuS1Pymw0M6We4N1RZUlf2hB34/mKkG52IHelaP3oN5AKUFUywgglpx/Gs9H5CK+sxnMbEfT0g==}
|
resolution: {integrity: sha512-DnBRTdAKATz0K60gvA1O/8zmH4PY706nvAu2vhNXVfdcPiR6xgqNLRL9cXBeWUHOUFrY9ehbuj8hG2Qt6BoDKw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
istanbul-lib-instrument: 5.1.0
|
istanbul-lib-instrument: 5.1.0
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
|
|
Loading…
Reference in New Issue