Skip to content

Commit c3c89cc

Browse files
Bump vue from 2.6.14 to 3.0.0
Bumps [vue](https://github.com/vuejs/core) from 2.6.14 to 3.0.0. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/v3.0.0/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.0.0) --- updated-dependencies: - dependency-name: vue dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a91de1e commit c3c89cc

File tree

2 files changed

+92
-5
lines changed

2 files changed

+92
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"sass": "^1.20.1",
2929
"sass-loader": "^8.0.0",
3030
"sweetalert2": "^9.8.2",
31-
"vue": "^2.5.17",
31+
"vue": "^3.0.0",
3232
"vue-loader": "^15.9.5",
3333
"vue-template-compiler": "^2.6.10"
3434
}

yarn.lock

+91-4
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,21 @@
222222
dependencies:
223223
"@babel/types" "^7.16.7"
224224

225+
"@babel/helper-string-parser@^7.25.9":
226+
version "7.25.9"
227+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
228+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
229+
225230
"@babel/helper-validator-identifier@^7.16.7":
226231
version "7.16.7"
227232
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
228233
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
229234

235+
"@babel/helper-validator-identifier@^7.25.9":
236+
version "7.25.9"
237+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
238+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
239+
230240
"@babel/helper-validator-option@^7.16.7":
231241
version "7.16.7"
232242
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -265,6 +275,13 @@
265275
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
266276
integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
267277

278+
"@babel/parser@^7.11.5":
279+
version "7.25.9"
280+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.9.tgz#8fcaa079ac7458facfddc5cd705cc8005e4d3817"
281+
integrity sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg==
282+
dependencies:
283+
"@babel/types" "^7.25.9"
284+
268285
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
269286
version "7.16.7"
270287
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -900,6 +917,14 @@
900917
"@babel/helper-validator-identifier" "^7.16.7"
901918
to-fast-properties "^2.0.0"
902919

920+
"@babel/types@^7.11.5", "@babel/types@^7.25.9":
921+
version "7.25.9"
922+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.9.tgz#620f35ea1f4233df529ec9a2668d2db26574deee"
923+
integrity sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ==
924+
dependencies:
925+
"@babel/helper-string-parser" "^7.25.9"
926+
"@babel/helper-validator-identifier" "^7.25.9"
927+
903928
"@coreui/coreui@^3.0.0":
904929
version "3.4.0"
905930
resolved "https://registry.yarnpkg.com/@coreui/coreui/-/coreui-3.4.0.tgz#3e3627a1f48a00f6289204a23f71eaa6ea94e370"
@@ -1094,6 +1119,25 @@
10941119
resolved "https://registry.yarnpkg.com/@types/svgo/-/svgo-1.3.6.tgz#9db00a7ddf9b26ad2feb6b834bef1818677845e1"
10951120
integrity sha512-AZU7vQcy/4WFEuwnwsNsJnFwupIpbllH1++LXScN6uxT1Z4zPzdrWG97w4/I7eFKFTvfy/bHFStWjdBAg2Vjug==
10961121

1122+
1123+
version "3.0.0"
1124+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0.tgz#25e4f079cf6c39f83bad23700f814c619105a0f2"
1125+
integrity sha512-XqPC7vdv4rFE77S71oCHmT1K4Ks3WE2Gi6Lr4B5wn0Idmp+NyQQBUHsCNieMDRiEpgtJrw+yOHslrsV0AfAsfQ==
1126+
dependencies:
1127+
"@babel/parser" "^7.11.5"
1128+
"@babel/types" "^7.11.5"
1129+
"@vue/shared" "3.0.0"
1130+
estree-walker "^2.0.1"
1131+
source-map "^0.6.1"
1132+
1133+
1134+
version "3.0.0"
1135+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0.tgz#4cbb48fcf1f852daef2babcf9953b681ac463526"
1136+
integrity sha512-ukDEGOP8P7lCPyStuM3F2iD5w2QPgUu2xwCW2XNeqPjFKIlR2xMsWjy4raI/cLjN6W16GtlMFaZdK8tLj5PRog==
1137+
dependencies:
1138+
"@vue/compiler-core" "3.0.0"
1139+
"@vue/shared" "3.0.0"
1140+
10971141
"@vue/component-compiler-utils@^3.1.0":
10981142
version "3.3.0"
10991143
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz#f9f5fb53464b0c37b2c8d2f3fbfe44df60f61dc9"
@@ -1110,6 +1154,35 @@
11101154
optionalDependencies:
11111155
prettier "^1.18.2 || ^2.0.0"
11121156

1157+
1158+
version "3.0.0"
1159+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0.tgz#fd15632a608650ce2a969c721787e27e2c80aa6b"
1160+
integrity sha512-mEGkztGQrAPZRhV7C6PorrpT3+NtuA4dY2QjMzzrW31noKhssWTajRZTwpLF39NBRrF5UU6cp9+1I0FfavMgEQ==
1161+
dependencies:
1162+
"@vue/shared" "3.0.0"
1163+
1164+
1165+
version "3.0.0"
1166+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0.tgz#480febf1bfe32798b6abbd71a88f8e8b473a51c2"
1167+
integrity sha512-3ABMLeA0ZbeVNLbGGLXr+pNUwqXILOqz8WCVGfDWwQb+jW114Cm8djOHVVDoqdvRETQvDf8yHSUmpKHZpQuTkA==
1168+
dependencies:
1169+
"@vue/reactivity" "3.0.0"
1170+
"@vue/shared" "3.0.0"
1171+
1172+
1173+
version "3.0.0"
1174+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0.tgz#e0d1f7c7e22e1318696014cc3501e06b288c2e11"
1175+
integrity sha512-f312n5w9gK6mVvkDSj6/Xnot1XjlKXzFBYybmoy6ahAVC8ExbQ+LOWti1IZM/adU8VMNdKaw7Q53Hxz3y5jX8g==
1176+
dependencies:
1177+
"@vue/runtime-core" "3.0.0"
1178+
"@vue/shared" "3.0.0"
1179+
csstype "^2.6.8"
1180+
1181+
1182+
version "3.0.0"
1183+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0.tgz#ec089236629ecc0f10346b92f101ff4339169f1a"
1184+
integrity sha512-4XWL/avABGxU2E2ZF1eZq3Tj7fvksCMssDZUHOykBIMmh5d+KcAnQMC5XHMhtnA0NAvktYsA2YpdsVwVmhWzvA==
1185+
11131186
"@webassemblyjs/[email protected]":
11141187
version "1.11.1"
11151188
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
@@ -2216,6 +2289,11 @@ csso@^4.2.0:
22162289
dependencies:
22172290
css-tree "^1.1.2"
22182291

2292+
csstype@^2.6.8:
2293+
version "2.6.21"
2294+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.21.tgz#2efb85b7cc55c80017c66a5ad7cbd931fda3a90e"
2295+
integrity sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==
2296+
22192297
d@1, d@^1.0.1:
22202298
version "1.0.1"
22212299
resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
@@ -2558,6 +2636,11 @@ estraverse@^5.2.0:
25582636
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
25592637
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
25602638

2639+
estree-walker@^2.0.1:
2640+
version "2.0.2"
2641+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
2642+
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
2643+
25612644
esutils@^2.0.2:
25622645
version "2.0.3"
25632646
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -5353,10 +5436,14 @@ vue-template-es2015-compiler@^1.9.0:
53535436
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
53545437
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
53555438

5356-
vue@^2.5.17:
5357-
version "2.6.14"
5358-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
5359-
integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==
5439+
vue@^3.0.0:
5440+
version "3.0.0"
5441+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0.tgz#cfb5df5c34efce319b113a1667d12b74dcfd9c90"
5442+
integrity sha512-ZMrAARZ32sGIaYKr7Fk2GZEBh/VhulSrGxcGBiAvbN4fhjl3tuJyNFbbbLFqGjndbLoBW66I2ECq8ICdvkKdJw==
5443+
dependencies:
5444+
"@vue/compiler-dom" "3.0.0"
5445+
"@vue/runtime-dom" "3.0.0"
5446+
"@vue/shared" "3.0.0"
53605447

53615448
watchpack@^2.3.1:
53625449
version "2.3.1"

0 commit comments

Comments
 (0)