Skip to content

Commit 2cefa83

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 6e3653f commit 2cefa83

5 files changed

Lines changed: 45 additions & 33 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"chalk": "^4.1.1",
3636
"conventional-changelog-cli": "^2.1.1",
3737
"cross-env": "^7.0.3",
38-
"eslint": "^7.28.0",
38+
"eslint": "^7.29.0",
3939
"eslint-define-config": "^1.0.8",
4040
"eslint-plugin-node": "^11.1.0",
4141
"execa": "^5.1.1",
@@ -53,8 +53,8 @@
5353
"sirv": "^1.0.12",
5454
"ts-jest": "^27.0.3",
5555
"ts-node": "^10.0.0",
56-
"typescript": "^4.3.2",
57-
"vitepress": "^0.15.3",
56+
"typescript": "^4.3.4",
57+
"vitepress": "^0.15.4",
5858
"yorkie": "^2.0.0"
5959
},
6060
"gitHooks": {

packages/create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/vitejs/vite/tree/main/packages/create-app#readme",
3131
"dependencies": {
32-
"kolorist": "^1.4.1",
32+
"kolorist": "^1.5.0",
3333
"minimist": "^1.2.5",
3434
"prompts": "^2.4.1"
3535
}

packages/plugin-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
2828
"dependencies": {
2929
"@babel/standalone": "^7.14.6",
30-
"core-js": "^3.14.0",
30+
"core-js": "^3.15.0",
3131
"magic-string": "^0.25.7",
3232
"regenerator-runtime": "^0.13.7",
3333
"systemjs": "^6.10.1"

packages/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"//": "READ .github/contributing.md to understand what to put under deps vs. devDeps!",
5050
"dependencies": {
5151
"esbuild": "^0.12.8",
52-
"postcss": "^8.3.4",
52+
"postcss": "^8.3.5",
5353
"resolve": "^1.20.0",
5454
"rollup": "^2.38.5"
5555
},
@@ -77,7 +77,7 @@
7777
"@types/resolve": "^1.20.0",
7878
"@types/sass": "^1.16.0",
7979
"@types/stylus": "^0.48.35",
80-
"@types/ws": "^7.4.4",
80+
"@types/ws": "^7.4.5",
8181
"@vue/compiler-dom": "^3.1.1",
8282
"acorn": "^8.4.0",
8383
"acorn-class-fields": "^1.0.0",
@@ -92,7 +92,7 @@
9292
"compression": "^1.7.4",
9393
"connect": "^3.7.0",
9494
"connect-history-api-fallback": "^1.6.0",
95-
"convert-source-map": "^1.7.0",
95+
"convert-source-map": "^1.8.0",
9696
"cors": "^2.8.5",
9797
"debug": "^4.3.2",
9898
"dotenv": "^8.6.0",

yarn.lock

Lines changed: 37 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,10 +1408,10 @@
14081408
dependencies:
14091409
"@types/node" "*"
14101410

1411-
"@types/ws@^7.4.4":
1412-
version "7.4.4"
1413-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.4.tgz#93e1e00824c1de2608c30e6de4303ab3b4c0c9bc"
1414-
integrity sha512-d/7W23JAXPodQNbOZNXvl2K+bqAQrCMwlh/nuQsPSQk6Fq0opHoPrUw43aHsvSbIiQPr8Of2hkFbnz1XBFVyZQ==
1411+
"@types/ws@^7.4.5":
1412+
version "7.4.5"
1413+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.5.tgz#8ff0f7efcd8fea19f51f9dd66cb8b498d172a752"
1414+
integrity sha512-8mbDgtc8xpxDDem5Gwj76stBDJX35KQ3YBoayxlqUQcL5BZUthiqP/VQ4PQnLHqM4PmlbyO74t98eJpURO+gPA==
14151415
dependencies:
14161416
"@types/node" "*"
14171417

@@ -2706,6 +2706,13 @@ convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
27062706
dependencies:
27072707
safe-buffer "~5.1.1"
27082708

2709+
convert-source-map@^1.8.0:
2710+
version "1.8.0"
2711+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
2712+
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
2713+
dependencies:
2714+
safe-buffer "~5.1.1"
2715+
27092716
cookie-signature@1.0.6:
27102717
version "1.0.6"
27112718
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
@@ -2723,10 +2730,10 @@ copy-anything@^2.0.1:
27232730
dependencies:
27242731
is-what "^3.12.0"
27252732

2726-
core-js@^3.14.0:
2727-
version "3.14.0"
2728-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.14.0.tgz#62322b98c71cc2018b027971a69419e2425c2a6c"
2729-
integrity sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA==
2733+
core-js@^3.15.0:
2734+
version "3.15.0"
2735+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.15.0.tgz#db9554ebce0b6fd90dc9b1f2465c841d2d055044"
2736+
integrity sha512-GUbtPllXMYRzIgHNZ4dTYTcUemls2cni83Q4Q/TrFONHfhcg9oEGOtaGHfb0cpzec60P96UKPvMkjX1jET8rUw==
27302737

27312738
core-util-is@~1.0.0:
27322739
version "1.0.2"
@@ -3268,10 +3275,10 @@ eslint-visitor-keys@^2.0.0:
32683275
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
32693276
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
32703277

3271-
eslint@^7.28.0:
3272-
version "7.28.0"
3273-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.28.0.tgz#435aa17a0b82c13bb2be9d51408b617e49c1e820"
3274-
integrity sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==
3278+
eslint@^7.29.0:
3279+
version "7.29.0"
3280+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
3281+
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
32753282
dependencies:
32763283
"@babel/code-frame" "7.12.11"
32773284
"@eslint/eslintrc" "^0.4.2"
@@ -5008,10 +5015,10 @@ kleur@^3.0.3:
50085015
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
50095016
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
50105017

5011-
kolorist@^1.4.1:
5012-
version "1.4.1"
5013-
resolved "https://registry.yarnpkg.com/kolorist/-/kolorist-1.4.1.tgz#5ce60d5fefa23ca55a7e3203e16f7b9ed5b0556a"
5014-
integrity sha512-jucnNxW4qfamxkbT4hCLRk/WyAQD/aS0KIkY8z5VoQI5K9QF65nj7vTeuFcySO7eibxPQwVWM+mby1Hm9TyokQ==
5018+
kolorist@^1.5.0:
5019+
version "1.5.0"
5020+
resolved "https://registry.yarnpkg.com/kolorist/-/kolorist-1.5.0.tgz#a06f7dd11d1b5fdb743d79c8acd4e1ecbcbd89b3"
5021+
integrity sha512-pPobydIHK884YBtkS/tWSZXpSAEpcMbilyun3KL37ot935qL2HNKm/tI45i/Rd+MxdIWEhm7/LmUQzWZYK+Qhg==
50155022

50165023
launch-editor-middleware@^2.2.1:
50175024
version "2.2.1"
@@ -6178,10 +6185,10 @@ postcss@^8.1.10:
61786185
nanoid "^3.1.22"
61796186
source-map "^0.6.1"
61806187

6181-
postcss@^8.3.4:
6182-
version "8.3.4"
6183-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.4.tgz#41ece1c43f2f7c74dc7d90144047ce052757b822"
6184-
integrity sha512-/tZY0PXExXXnNhKv3TOvZAOUYRyuqcCbBm2c17YMDK0PlVII3K7/LKdt3ScHL+hhouddjUWi+1sKDf9xXW+8YA==
6188+
postcss@^8.3.5:
6189+
version "8.3.5"
6190+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.5.tgz#982216b113412bc20a86289e91eb994952a5b709"
6191+
integrity sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==
61856192
dependencies:
61866193
colorette "^1.2.2"
61876194
nanoid "^3.1.23"
@@ -7644,7 +7651,12 @@ typedarray-to-buffer@^3.1.5:
76447651
"types@link:./packages/vite/types":
76457652
version "0.0.0"
76467653

7647-
typescript@^4.3.2, typescript@~4.3.2:
7654+
typescript@^4.3.4:
7655+
version "4.3.4"
7656+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
7657+
integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
7658+
7659+
typescript@~4.3.2:
76487660
version "4.3.2"
76497661
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
76507662
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
@@ -7753,10 +7765,10 @@ vary@^1, vary@~1.1.2:
77537765
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
77547766
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
77557767

7756-
vitepress@^0.15.3:
7757-
version "0.15.3"
7758-
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-0.15.3.tgz#2e20413f6874e97764e604fd57e333b6a31a1c07"
7759-
integrity sha512-qhIfFN5DHu1zdJvgp0WD6Alk5dXrVQ6FtAYV+ZkiIw0Jndsehc8uNd9N0PVaarwqxLVRtCM7CApeav1Z6MnDag==
7768+
vitepress@^0.15.4:
7769+
version "0.15.4"
7770+
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-0.15.4.tgz#170ee7e30b33beb1b2ba1d6c6ec55b1e074ac750"
7771+
integrity sha512-Z8227gCpVv+OTUsM0F4MhLkpf3nerIHGA59HXlvNNV50KT9MG86OaVhJlQOl2+mUNY9D7kx3VHp0gvWk8ySGwQ==
77607772
dependencies:
77617773
"@docsearch/css" "^1.0.0-alpha.28"
77627774
"@docsearch/js" "^1.0.0-alpha.28"

0 commit comments

Comments
 (0)