Skip to content

Commit 0e14b9e

Browse files
authored
chore: bump rollup & some vite deps (#25140)
1 parent 470b94b commit 0e14b9e

File tree

6 files changed

+82
-87
lines changed

6 files changed

+82
-87
lines changed

npm/mount-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rollup/plugin-commonjs": "^17.1.0",
1717
"@rollup/plugin-node-resolve": "^11.1.1",
1818
"rollup": "3.7.3",
19-
"rollup-plugin-dts": "^4.2.3",
19+
"rollup-plugin-dts": "5.0.0",
2020
"rollup-plugin-typescript2": "^0.29.0",
2121
"typescript": "^4.7.4"
2222
},

npm/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-router-dom": "6.0.0-alpha.1",
2929
"semver": "^7.3.2",
3030
"typescript": "^4.7.4",
31-
"vite": "3.1.0",
31+
"vite": "4.0.1",
3232
"vite-plugin-require-transform": "1.0.3"
3333
},
3434
"peerDependencies": {

npm/vite-dev-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"mocha": "^9.2.2",
2727
"sinon": "^13.0.1",
2828
"ts-node": "^10.9.1",
29-
"vite": "3.1.0",
29+
"vite": "4.0.1",
3030
"vite-plugin-inspect": "0.4.3"
3131
},
3232
"files": [

npm/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"globby": "^11.0.1",
2828
"tailwindcss": "1.1.4",
2929
"typescript": "^4.7.4",
30-
"vite": "3.1.0",
30+
"vite": "4.0.1",
3131
"vue": "3.2.31",
3232
"vue-i18n": "9.0.0-rc.6",
3333
"vue-router": "^4.0.0",

packages/frontend-shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"@urql/exchange-execute": "1.1.0",
3636
"@urql/exchange-graphcache": "4.3.6",
3737
"@urql/vue": "0.6.2",
38-
"@vitejs/plugin-vue": "2.2.4",
39-
"@vitejs/plugin-vue-jsx": "1.3.8",
38+
"@vitejs/plugin-vue": "4.0.0",
39+
"@vitejs/plugin-vue-jsx": "3.0.0",
4040
"@vue/compiler-core": "3.2.31",
4141
"@vue/compiler-dom": "3.2.31",
4242
"@vue/compiler-sfc": "3.2.31",

yarn.lock

Lines changed: 76 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@
878878
semver "^5.4.1"
879879
source-map "^0.5.0"
880880

881-
"@babel/core@^7", "@babel/core@^7.0.0", "@babel/core@^7.0.1", "@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.1", "@babel/core@^7.17.2", "@babel/core@^7.17.9", "@babel/core@^7.4.5", "@babel/core@^7.5.4", "@babel/core@^7.7.5":
881+
"@babel/core@^7", "@babel/core@^7.0.0", "@babel/core@^7.0.1", "@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.1", "@babel/core@^7.17.2", "@babel/core@^7.17.9", "@babel/core@^7.20.5", "@babel/core@^7.4.5", "@babel/core@^7.5.4", "@babel/core@^7.7.5":
882882
version "7.20.5"
883883
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
884884
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
@@ -917,12 +917,12 @@
917917
"@jridgewell/gen-mapping" "^0.3.2"
918918
jsesc "^2.5.1"
919919

920-
"@babel/helper-annotate-as-pure@^7.16.7":
921-
version "7.16.7"
922-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
923-
integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==
920+
"@babel/helper-annotate-as-pure@^7.16.7", "@babel/helper-annotate-as-pure@^7.18.6":
921+
version "7.18.6"
922+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
923+
integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==
924924
dependencies:
925-
"@babel/types" "^7.16.7"
925+
"@babel/types" "^7.18.6"
926926

927927
"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7":
928928
version "7.16.7"
@@ -942,18 +942,18 @@
942942
browserslist "^4.21.3"
943943
semver "^6.3.0"
944944

945-
"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.8.3":
946-
version "7.17.1"
947-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.1.tgz#9699f14a88833a7e055ce57dcd3ffdcd25186b21"
948-
integrity sha512-JBdSr/LtyYIno/pNnJ75lBcqc3Z1XXujzPanHqjvvrhOA+DTceTFuJi8XjmWTZh4r3fsdfqaCMN0iZemdkxZHQ==
945+
"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.20.2", "@babel/helper-create-class-features-plugin@^7.8.3":
946+
version "7.20.5"
947+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.5.tgz#327154eedfb12e977baa4ecc72e5806720a85a06"
948+
integrity sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==
949949
dependencies:
950-
"@babel/helper-annotate-as-pure" "^7.16.7"
951-
"@babel/helper-environment-visitor" "^7.16.7"
952-
"@babel/helper-function-name" "^7.16.7"
953-
"@babel/helper-member-expression-to-functions" "^7.16.7"
954-
"@babel/helper-optimise-call-expression" "^7.16.7"
955-
"@babel/helper-replace-supers" "^7.16.7"
956-
"@babel/helper-split-export-declaration" "^7.16.7"
950+
"@babel/helper-annotate-as-pure" "^7.18.6"
951+
"@babel/helper-environment-visitor" "^7.18.9"
952+
"@babel/helper-function-name" "^7.19.0"
953+
"@babel/helper-member-expression-to-functions" "^7.18.9"
954+
"@babel/helper-optimise-call-expression" "^7.18.6"
955+
"@babel/helper-replace-supers" "^7.19.1"
956+
"@babel/helper-split-export-declaration" "^7.18.6"
957957

958958
"@babel/helper-create-regexp-features-plugin@^7.16.7":
959959
version "7.17.0"
@@ -1027,12 +1027,12 @@
10271027
dependencies:
10281028
"@babel/types" "^7.18.6"
10291029

1030-
"@babel/helper-member-expression-to-functions@^7.16.7":
1031-
version "7.16.7"
1032-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0"
1033-
integrity sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==
1030+
"@babel/helper-member-expression-to-functions@^7.18.9":
1031+
version "7.18.9"
1032+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz#1531661e8375af843ad37ac692c132841e2fd815"
1033+
integrity sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==
10341034
dependencies:
1035-
"@babel/types" "^7.16.7"
1035+
"@babel/types" "^7.18.9"
10361036

10371037
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.8.3":
10381038
version "7.18.6"
@@ -1055,17 +1055,17 @@
10551055
"@babel/traverse" "^7.20.1"
10561056
"@babel/types" "^7.20.2"
10571057

1058-
"@babel/helper-optimise-call-expression@^7.16.7":
1059-
version "7.16.7"
1060-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
1061-
integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==
1058+
"@babel/helper-optimise-call-expression@^7.16.7", "@babel/helper-optimise-call-expression@^7.18.6":
1059+
version "7.18.6"
1060+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
1061+
integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==
10621062
dependencies:
1063-
"@babel/types" "^7.16.7"
1063+
"@babel/types" "^7.18.6"
10641064

1065-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
1066-
version "7.16.7"
1067-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5"
1068-
integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==
1065+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
1066+
version "7.20.2"
1067+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
1068+
integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
10691069

10701070
"@babel/helper-remap-async-to-generator@^7.16.8":
10711071
version "7.16.8"
@@ -1076,16 +1076,16 @@
10761076
"@babel/helper-wrap-function" "^7.16.8"
10771077
"@babel/types" "^7.16.8"
10781078

1079-
"@babel/helper-replace-supers@^7.16.7":
1080-
version "7.16.7"
1081-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz#e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1"
1082-
integrity sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==
1079+
"@babel/helper-replace-supers@^7.16.7", "@babel/helper-replace-supers@^7.19.1":
1080+
version "7.19.1"
1081+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz#e1592a9b4b368aa6bdb8784a711e0bcbf0612b78"
1082+
integrity sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==
10831083
dependencies:
1084-
"@babel/helper-environment-visitor" "^7.16.7"
1085-
"@babel/helper-member-expression-to-functions" "^7.16.7"
1086-
"@babel/helper-optimise-call-expression" "^7.16.7"
1087-
"@babel/traverse" "^7.16.7"
1088-
"@babel/types" "^7.16.7"
1084+
"@babel/helper-environment-visitor" "^7.18.9"
1085+
"@babel/helper-member-expression-to-functions" "^7.18.9"
1086+
"@babel/helper-optimise-call-expression" "^7.18.6"
1087+
"@babel/traverse" "^7.19.1"
1088+
"@babel/types" "^7.19.0"
10891089

10901090
"@babel/helper-simple-access@^7.16.7", "@babel/helper-simple-access@^7.20.2":
10911091
version "7.20.2"
@@ -1485,12 +1485,12 @@
14851485
dependencies:
14861486
"@babel/helper-plugin-utils" "^7.14.5"
14871487

1488-
"@babel/plugin-syntax-typescript@^7", "@babel/plugin-syntax-typescript@^7.16.7":
1489-
version "7.16.7"
1490-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz#39c9b55ee153151990fb038651d58d3fd03f98f8"
1491-
integrity sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==
1488+
"@babel/plugin-syntax-typescript@^7", "@babel/plugin-syntax-typescript@^7.20.0":
1489+
version "7.20.0"
1490+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz#4e9a0cfc769c85689b77a2e642d24e9f697fc8c7"
1491+
integrity sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==
14921492
dependencies:
1493-
"@babel/helper-plugin-utils" "^7.16.7"
1493+
"@babel/helper-plugin-utils" "^7.19.0"
14941494

14951495
"@babel/plugin-transform-arrow-functions@^7.0.0", "@babel/plugin-transform-arrow-functions@^7.13.0", "@babel/plugin-transform-arrow-functions@^7.16.7", "@babel/plugin-transform-arrow-functions@^7.8.3":
14961496
version "7.16.7"
@@ -1826,14 +1826,14 @@
18261826
dependencies:
18271827
"@babel/helper-plugin-utils" "^7.16.7"
18281828

1829-
"@babel/plugin-transform-typescript@^7", "@babel/plugin-transform-typescript@^7.16.7", "@babel/plugin-transform-typescript@^7.16.8", "@babel/plugin-transform-typescript@^7.2.0", "@babel/plugin-transform-typescript@^7.9.0":
1830-
version "7.16.8"
1831-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz#591ce9b6b83504903fa9dd3652c357c2ba7a1ee0"
1832-
integrity sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==
1829+
"@babel/plugin-transform-typescript@^7", "@babel/plugin-transform-typescript@^7.16.7", "@babel/plugin-transform-typescript@^7.16.8", "@babel/plugin-transform-typescript@^7.2.0", "@babel/plugin-transform-typescript@^7.20.2", "@babel/plugin-transform-typescript@^7.9.0":
1830+
version "7.20.2"
1831+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.2.tgz#91515527b376fc122ba83b13d70b01af8fe98f3f"
1832+
integrity sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==
18331833
dependencies:
1834-
"@babel/helper-create-class-features-plugin" "^7.16.7"
1835-
"@babel/helper-plugin-utils" "^7.16.7"
1836-
"@babel/plugin-syntax-typescript" "^7.16.7"
1834+
"@babel/helper-create-class-features-plugin" "^7.20.2"
1835+
"@babel/helper-plugin-utils" "^7.20.2"
1836+
"@babel/plugin-syntax-typescript" "^7.20.0"
18371837

18381838
"@babel/plugin-transform-unicode-escapes@^7.12.13", "@babel/plugin-transform-unicode-escapes@^7.16.7":
18391839
version "7.16.7"
@@ -2216,7 +2216,7 @@
22162216
debug "^4.1.0"
22172217
globals "^11.1.0"
22182218

2219-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.9", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.4.3", "@babel/traverse@^7.6.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.9.0":
2219+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.9", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.4.3", "@babel/traverse@^7.6.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.9.0":
22202220
version "7.20.5"
22212221
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
22222222
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
@@ -2248,7 +2248,7 @@
22482248
"@babel/helper-validator-identifier" "^7.16.7"
22492249
to-fast-properties "^2.0.0"
22502250

2251-
"@babel/types@^7", "@babel/types@^7.0.0", "@babel/types@^7.13.0", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.2.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0", "@babel/types@^7.6.0", "@babel/types@^7.6.1", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.9.0", "@babel/types@^7.9.6":
2251+
"@babel/types@^7", "@babel/types@^7.0.0", "@babel/types@^7.13.0", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.2.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0", "@babel/types@^7.6.0", "@babel/types@^7.6.1", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.9.0", "@babel/types@^7.9.6":
22522252
version "7.20.5"
22532253
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
22542254
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
@@ -7700,6 +7700,15 @@
77007700
"@vue/babel-plugin-jsx" "^1.1.1"
77017701
hash-sum "^2.0.0"
77027702

7703+
7704+
version "3.0.0"
7705+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.0.0.tgz#42e89d6d9eb89604d109ff9a615d77c3c080dd25"
7706+
integrity sha512-vurkuzgac5SYuxd2HUZqAFAWGTF10diKBwJNbCvnWijNZfXd+7jMtqjPFbGt7idOJUn584fP1Ar9j/GN2jQ3Ew==
7707+
dependencies:
7708+
"@babel/core" "^7.20.5"
7709+
"@babel/plugin-transform-typescript" "^7.20.2"
7710+
"@vue/babel-plugin-jsx" "^1.1.1"
7711+
77037712
77047713
version "2.2.4"
77057714
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.2.4.tgz#ab8b199ca82496b05d2654c5f34ffcf9b947243d"
@@ -7710,6 +7719,11 @@
77107719
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.3.1.tgz#5f286b8d3515381c6d5c8fa8eee5e6335f727e14"
77117720
integrity sha512-YNzBt8+jt6bSwpt7LP890U1UcTOIZZxfpE5WOJ638PNxSEKOqAi0+FSKS0nVeukfdZ0Ai/H7AFd6k3hayfGZqQ==
77127721

7722+
7723+
version "4.0.0"
7724+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-4.0.0.tgz#93815beffd23db46288c787352a8ea31a0c03e5e"
7725+
integrity sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==
7726+
77137727
"@volar/code-gen@^0.27.14":
77147728
version "0.27.14"
77157729
resolved "https://registry.yarnpkg.com/@volar/code-gen/-/code-gen-0.27.14.tgz#fea4bde0c05b81f22e16185e01ecb6fedd842e05"
@@ -15637,7 +15651,7 @@ [email protected]:
1563715651
resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.7.tgz#7d5e9e060a7b454cb2f57f84a3f3c23c8f30b7d2"
1563815652
integrity sha512-R06nmqBlWjKHddhRJYlqDd3Fabx9LFdKcjoOy08YLimwmsswlFBJV4rXzZCxz/b7ZJXvrZgj8DDv1ewE9+StMw==
1563915653

15640-
esbuild@^0.15.3, esbuild@^0.15.6:
15654+
esbuild@^0.15.3:
1564115655
version "0.15.7"
1564215656
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.15.7.tgz#8a1f1aff58671a3199dd24df95314122fc1ddee8"
1564315657
integrity sha512-7V8tzllIbAQV1M4QoE52ImKu8hT/NLGlGXkiDsbEU5PS6K8Mn09ZnYoS+dcmHxOS9CRsV4IRAMdT3I67IyUNXw==
@@ -23233,7 +23247,7 @@ magic-string@^0.25.5, magic-string@^0.25.7:
2323323247
dependencies:
2323423248
sourcemap-codec "^1.4.8"
2323523249

23236-
magic-string@^0.26.1, magic-string@^0.26.2, magic-string@^0.26.6:
23250+
magic-string@^0.26.1, magic-string@^0.26.2, magic-string@^0.26.7:
2323723251
version "0.26.7"
2323823252
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.26.7.tgz#caf7daf61b34e9982f8228c4527474dac8981d6f"
2323923253
integrity sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==
@@ -27687,7 +27701,7 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.11, postcss@^7.0.14, postcss@^7.0.1
2768727701
picocolors "^0.2.1"
2768827702
source-map "^0.6.1"
2768927703

27690-
postcss@^8.1.10, postcss@^8.4.16, postcss@^8.4.20:
27704+
postcss@^8.1.10, postcss@^8.4.20:
2769127705
version "8.4.20"
2769227706
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.20.tgz#64c52f509644cecad8567e949f4081d98349dc56"
2769327707
integrity sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==
@@ -29908,12 +29922,12 @@ [email protected]:
2990829922
globby "10.0.1"
2990929923
is-plain-object "^3.0.0"
2991029924

29911-
rollup-plugin-dts@^4.2.3:
29912-
version "4.2.3"
29913-
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-4.2.3.tgz#04c3615df1ffab4228aa9d540697eaca61e01f47"
29914-
integrity sha512-jlcpItqM2efqfIiKzDB/IKOS9E9fDvbkJSGw5GtK/PqPGS9eC3R3JKyw2VvpTktZA+TNgJRMu1NTv244aTUzzQ==
29925+
rollup-plugin-dts@5.0.0:
29926+
version "5.0.0"
29927+
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-5.0.0.tgz#d645f222ea6f7d6b7ddb7ea98c45a0e5a3a569ec"
29928+
integrity sha512-OO8ayCvuJCKaQSShyVTARxGurVVk4ulzbuvz+0zFd1f93vlnWFU5pBMT7HFeS6uj7MvvZLx4kUAarGATSU1+Ng==
2991529929
dependencies:
29916-
magic-string "^0.26.6"
29930+
magic-string "^0.26.7"
2991729931
optionalDependencies:
2991829932
"@babel/code-frame" "^7.18.6"
2991929933

@@ -29952,13 +29966,6 @@ [email protected], rollup@^3.7.0:
2995229966
optionalDependencies:
2995329967
fsevents "~2.3.2"
2995429968

29955-
rollup@~2.78.0:
29956-
version "2.78.1"
29957-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.78.1.tgz#52fe3934d9c83cb4f7c4cb5fb75d88591be8648f"
29958-
integrity sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==
29959-
optionalDependencies:
29960-
fsevents "~2.3.2"
29961-
2996229969
rsvp@^4.8.4:
2996329970
version "4.8.5"
2996429971
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
@@ -34306,18 +34313,6 @@ [email protected]:
3430634313
"@vue/compiler-sfc" "^3.2.20"
3430734314
svgo "^2.7.0"
3430834315

34309-
34310-
version "3.1.0"
34311-
resolved "https://registry.yarnpkg.com/vite/-/vite-3.1.0.tgz#3138b279072941d57e76bcf7f66f272fc6a17fe2"
34312-
integrity sha512-YBg3dUicDpDWFCGttmvMbVyS9ydjntwEjwXRj2KBFwSB8SxmGcudo1yb8FW5+M/G86aS8x828ujnzUVdsLjs9g==
34313-
dependencies:
34314-
esbuild "^0.15.6"
34315-
postcss "^8.4.16"
34316-
resolve "^1.22.1"
34317-
rollup "~2.78.0"
34318-
optionalDependencies:
34319-
fsevents "~2.3.2"
34320-
3432134316
3432234317
version "4.0.1"
3432334318
resolved "https://registry.yarnpkg.com/vite/-/vite-4.0.1.tgz#e0a54d818c28ae47fd27bcac6a4a952c6a658502"

0 commit comments

Comments
 (0)