Skip to content

Commit b15e470

Browse files
chore(deps-dev): bump vitest from 0.23.4 to 0.24.0
1 parent 16dc7f6 commit b15e470

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"standard": "^17.0.0",
4949
"typescript": "^4.2.0",
5050
"vite": "^3.0.0",
51-
"vitest": "^0.23.1"
51+
"vitest": "^0.24.0"
5252
},
5353
"dependencies": {
5454
"tslib": "^2.1.0",

yarn.lock

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3009,7 +3009,7 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
30093009
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
30103010
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
30113011

3012-
strip-literal@^0.4.1:
3012+
strip-literal@^0.4.1, strip-literal@^0.4.2:
30133013
version "0.4.2"
30143014
resolved "https://registry.yarnpkg.com/strip-literal/-/strip-literal-0.4.2.tgz#4f9fa6c38bb157b924e9ace7155ebf8a2342cbcf"
30153015
integrity sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==
@@ -3082,10 +3082,10 @@ through@^2.3.8:
30823082
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
30833083
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
30843084

3085-
tinybench@^2.1.5:
3086-
version "2.1.5"
3087-
resolved "https://registry.yarnpkg.com/tinybench/-/tinybench-2.1.5.tgz#6864341415ff0f912ed160cfd90b7f833ece674c"
3088-
integrity sha512-ak+PZZEuH3mw6CCFOgf5S90YH0MARnZNhxjhjguAmoJimEMAJuNip/rJRd6/wyylHItomVpKTzZk9zrhTrQCoQ==
3085+
tinybench@^2.1.5, tinybench@^2.2.1:
3086+
version "2.3.0"
3087+
resolved "https://registry.yarnpkg.com/tinybench/-/tinybench-2.3.0.tgz#febb2e697c735c0cdb8eb1e43cb1d2fa1821f983"
3088+
integrity sha512-zs1gMVBwyyG2QbVchYIbnabRhMOCGvrwZz/q+SV+LIMa9q5YDQZi2kkI6ZRqV2Bz7ba1uvrc7ieUoE4KWnGeKg==
30893089

30903090
tinypool@^0.3.0:
30913091
version "0.3.0"
@@ -3238,7 +3238,7 @@ v8-to-istanbul@^9.0.0:
32383238
optionalDependencies:
32393239
fsevents "~2.3.2"
32403240

3241-
vitest@0.23.4, vitest@^0.23.1:
3241+
vitest@0.23.4:
32423242
version "0.23.4"
32433243
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.23.4.tgz#7ebea620f203f4df09a27ca17819dc9da61f88ef"
32443244
integrity sha512-iukBNWqQAv8EKDBUNntspLp9SfpaVFbmzmM0sNcnTxASQZMzRw3PsM6DMlsHiI+I6GeO5/sYDg3ecpC+SNFLrQ==
@@ -3255,6 +3255,23 @@ vitest@0.23.4, vitest@^0.23.1:
32553255
tinyspy "^1.0.2"
32563256
vite "^2.9.12 || ^3.0.0-0"
32573257

3258+
vitest@^0.24.0:
3259+
version "0.24.0"
3260+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.0.tgz#61555b7b56e07f04a1692352de7d4803de0f5c88"
3261+
integrity sha512-k5j3FPTor+MJx2x0pDW2gtVk+s9VC6nSHT3SoqOIk9Je5fFpPgict+Xy2eAVXUogvSixs45Ya1oZk+oK93BO0w==
3262+
dependencies:
3263+
"@types/chai" "^4.3.3"
3264+
"@types/chai-subset" "^1.3.3"
3265+
"@types/node" "*"
3266+
chai "^4.3.6"
3267+
debug "^4.3.4"
3268+
local-pkg "^0.4.2"
3269+
strip-literal "^0.4.2"
3270+
tinybench "^2.2.1"
3271+
tinypool "^0.3.0"
3272+
tinyspy "^1.0.2"
3273+
vite "^3.0.0"
3274+
32583275
webidl-conversions@^3.0.0:
32593276
version "3.0.1"
32603277
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

0 commit comments

Comments
 (0)