Skip to content

Commit e9c0694

Browse files
committed
chore: bump repl
1 parent cb2d7c0 commit e9c0694

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Diff for: packages/sfc-playground/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"serve": "vite preview"
99
},
1010
"devDependencies": {
11-
"@vitejs/plugin-vue": "^1.6.0",
12-
"vite": "^2.5.0"
11+
"@vitejs/plugin-vue": "^1.8.1",
12+
"vite": "^2.5.10"
1313
},
1414
"dependencies": {
15-
"@vue/repl": "^0.3.4",
15+
"@vue/repl": "^0.3.7",
1616
"file-saver": "^2.0.5",
1717
"jszip": "^3.6.0"
1818
}

Diff for: yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -923,15 +923,15 @@
923923
"@typescript-eslint/types" "4.30.0"
924924
eslint-visitor-keys "^2.0.0"
925925

926-
"@vitejs/plugin-vue@^1.6.0":
927-
version "1.6.1"
928-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.6.1.tgz#a40a06661af61fdc1bebdfb811b28f50ad39dfb3"
929-
integrity sha512-tX2Ju8fOyEtfstfmwjfSJcstTFXwzdFAUbYJ5bWWifvKIgbe6B0FbM8l3Wb7wOaaxKn4FYkii7WQnAPcsTqaIA==
926+
"@vitejs/plugin-vue@^1.8.1":
927+
version "1.8.1"
928+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.8.1.tgz#6cc2a8dfd04201e3c868c239091aaa89aa75f880"
929+
integrity sha512-gktQGZ7qfaDdVJhT86fWSkyhP+bdoA81f5S2TQOL5Sbe5q7B36XfLGq8Q0BpHoqhPSflAMe6WwM1IecP1sChRw==
930930

931-
"@vue/repl@^0.3.4":
932-
version "0.3.4"
933-
resolved "https://registry.yarnpkg.com/@vue/repl/-/repl-0.3.4.tgz#58cb4f016ca72243035611602dd5a6426fd88a25"
934-
integrity sha512-WLCCfnxSYSUcweNVJ8T4qqnkZfw3rX5AkXqoX5lHBnjjmCCoqKAXNSTiqwXHQ86Q8fbzH8LyOK89GgmHeXdcHw==
931+
"@vue/repl@^0.3.7":
932+
version "0.3.7"
933+
resolved "https://registry.yarnpkg.com/@vue/repl/-/repl-0.3.7.tgz#e5bd0f4a87ce1ce88bc03a09ec1bb5ccec779bce"
934+
integrity sha512-n756Zsts7P1/IcFciPwM1S1l/XNvdqp/F0rgkITPAajcnt+BbqN/9Y6HS6p/p7FqEwe5i8wwvi0eO/7J0do6Zg==
935935

936936
937937
version "2.6.0"
@@ -6342,10 +6342,10 @@ vary@~1.1.2:
63426342
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
63436343
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
63446344

6345-
vite@^2.5.0:
6346-
version "2.5.3"
6347-
resolved "https://registry.yarnpkg.com/vite/-/vite-2.5.3.tgz#88d40a9efb9bec66bd87a7676c5689f35ff63742"
6348-
integrity sha512-1wMDnjflvtTTkMov8O/Xb5+w1/VW/Gw8oCf8f6dqgHn8lMOEqq0SaPtFEQeikFcOKCfSbiU0nEi0LDIx6DNsaQ==
6345+
vite@^2.5.10:
6346+
version "2.5.10"
6347+
resolved "https://registry.yarnpkg.com/vite/-/vite-2.5.10.tgz#c598e3b5a7e1956ffc52eb3b3420d177fc2ed2a5"
6348+
integrity sha512-0ObiHTi5AHyXdJcvZ67HMsDgVpjT5RehvVKv6+Q0jFZ7zDI28PF5zK9mYz2avxdA+4iJMdwCz6wnGNnn4WX5Gg==
63496349
dependencies:
63506350
esbuild "^0.12.17"
63516351
postcss "^8.3.6"

0 commit comments

Comments
 (0)