Skip to content

Commit 73de255

Browse files
committed
chore(deps): update dependency vite to v2.3.6
1 parent 36773ef commit 73de255

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@types/react-dom": "17.0.5",
1818
"@vitejs/plugin-react-refresh": "1.3.3",
1919
"typescript": "4.2.4",
20-
"vite": "2.3.3"
20+
"vite": "2.3.6"
2121
}
2222
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,10 @@ electron-to-chromium@^1.3.712:
370370
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.717.tgz#78d4c857070755fb58ab64bcc173db1d51cbc25f"
371371
integrity sha512-OfzVPIqD1MkJ7fX+yTl2nKyOE4FReeVfMCzzxQS+Kp43hZYwHwThlGP+EGIZRXJsxCM7dqo8Y65NOX/HP12iXQ==
372372

373-
esbuild@^0.11.23:
374-
version "0.11.23"
375-
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.11.23.tgz#c42534f632e165120671d64db67883634333b4b8"
376-
integrity sha512-iaiZZ9vUF5wJV8ob1tl+5aJTrwDczlvGP0JoMmnpC2B0ppiMCu8n8gmy5ZTGl5bcG081XBVn+U+jP+mPFm5T5Q==
373+
esbuild@^0.12.5:
374+
version "0.12.5"
375+
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.5.tgz#36076a6bc1966ba2741981d30512e95e8aaff495"
376+
integrity sha512-vcuP53pA5XiwUU4FnlXM+2PnVjTfHGthM7uP1gtp+9yfheGvFFbq/KyuESThmtoHPUrfZH5JpxGVJIFDVD1Egw==
377377

378378
escalade@^3.1.1:
379379
version "3.1.1"
@@ -705,12 +705,12 @@ unload@2.2.0:
705705
"@babel/runtime" "^7.6.2"
706706
detect-node "^2.0.4"
707707

708-
vite@2.3.3:
709-
version "2.3.3"
710-
resolved "https://registry.yarnpkg.com/vite/-/vite-2.3.3.tgz#7e88a71abd03985c647789938d784cce0ee3b0fd"
711-
integrity sha512-eO1iwRbn3/BfkNVMNJDeANAFCZ5NobYOFPu7IqfY7DcI7I9nFGjJIZid0EViTmLDGwwSUPmRAq3cRBbO3+DsMA==
708+
vite@2.3.6:
709+
version "2.3.6"
710+
resolved "https://registry.yarnpkg.com/vite/-/vite-2.3.6.tgz#1f7cfde88a51a802d69000c7bac85d481c2e871c"
711+
integrity sha512-fsEpNKDHgh3Sn66JH06ZnUBnIgUVUtw6ucDhlOj1CEqxIkymU25yv1/kWDPlIjyYHnalr0cN6V+zzUJ+fmWHYw==
712712
dependencies:
713-
esbuild "^0.11.23"
713+
esbuild "^0.12.5"
714714
postcss "^8.2.10"
715715
resolve "^1.19.0"
716716
rollup "^2.38.5"

0 commit comments

Comments
 (0)