Skip to content

Commit 9d253b8

Browse files
committed
Update packages
1 parent 98212ff commit 9d253b8

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"vue": "^3.2.25"
3636
},
3737
"devDependencies": {
38-
"@vitejs/plugin-vue": "^2.2.0",
38+
"@vitejs/plugin-vue": "^3.2.0",
3939
"@vue/test-utils": "^2.0.0-rc.17",
4040
"autoprefixer": "^10.4.13",
4141
"bootstrap": "^5.2.2",
@@ -47,7 +47,7 @@
4747
"jest-environment-jsdom": "^27.5.1",
4848
"postcss": "^8.4.18",
4949
"tailwindcss": "^3.2.1",
50-
"vite": "^3.2.1",
50+
"vite": "^3.2.2",
5151
"vite-jest": "^0.1.4",
5252
"vuepress": "^2.0.0-beta.53"
5353
}

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -786,12 +786,7 @@
786786
dependencies:
787787
"@types/yargs-parser" "*"
788788

789-
"@vitejs/plugin-vue@^2.2.0":
790-
version "2.2.0"
791-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.2.0.tgz#a0affe3ee09f70a9a1415bd39c0f8a58fa78b419"
792-
integrity sha512-wXigM1EwN2G7rZcwG6kLk9ivvIMhx2363tCEvMBiXcTu5nePM/12hUPVzPb83Uugt6U+zom1gTpJopi/Ow/jwg==
793-
794-
"@vitejs/plugin-vue@^3.1.2":
789+
"@vitejs/plugin-vue@^3.1.2", "@vitejs/plugin-vue@^3.2.0":
795790
version "3.2.0"
796791
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-3.2.0.tgz#a1484089dd85d6528f435743f84cdd0d215bbb54"
797792
integrity sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==
@@ -4300,10 +4295,10 @@ vite-jest@^0.1.4:
43004295
magic-string "^0.25.7"
43014296
slash "^4.0.0"
43024297

4303-
vite@^3.2.1:
4304-
version "3.2.1"
4305-
resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.1.tgz#dc1f54568300a7acdd89c8611e2719c21f1334f4"
4306-
integrity sha512-ADtMkfHuWq4tskJsri2n2FZkORO8ZyhI+zIz7zTrDAgDEtct1jdxOg3YsZBfHhKjmMoWLOSCr+64qrEDGo/DbQ==
4298+
vite@^3.2.2:
4299+
version "3.2.2"
4300+
resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.2.tgz#280762bfaf47bcea1d12698427331c0009ac7c1f"
4301+
integrity sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw==
43074302
dependencies:
43084303
esbuild "^0.15.9"
43094304
postcss "^8.4.18"

0 commit comments

Comments
 (0)