Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit f67584e

Browse files
Bump vue from 2.7.16 to 3.0.0
Bumps [vue](https://github.com/vuejs/core) from 2.7.16 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:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8f1da7 commit f67584e

File tree

2 files changed

+89
-21
lines changed

2 files changed

+89
-21
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"bootstrap-sass": "^3.3.7",
1515
"font-awesome": "^4.7.0",
1616
"moment": "^2.29.4",
17-
"vue": "^2.5.17",
17+
"vue": "^3.0.0",
1818
"vuex": "^2.4.1"
1919
},
2020
"devDependencies": {

Diff for: yarn.lock

+88-20
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,21 @@
190190
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
191191
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
192192

193+
"@babel/helper-string-parser@^7.25.9":
194+
version "7.25.9"
195+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
196+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
197+
193198
"@babel/helper-validator-identifier@^7.24.7":
194199
version "7.24.7"
195200
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
196201
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
197202

203+
"@babel/helper-validator-identifier@^7.25.9":
204+
version "7.25.9"
205+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
206+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
207+
198208
"@babel/helper-validator-option@^7.24.8":
199209
version "7.24.8"
200210
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
@@ -227,13 +237,20 @@
227237
js-tokens "^4.0.0"
228238
picocolors "^1.0.0"
229239

230-
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.5", "@babel/parser@^7.25.0", "@babel/parser@^7.25.6":
240+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.25.0", "@babel/parser@^7.25.6":
231241
version "7.25.6"
232242
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.6.tgz#85660c5ef388cbbf6e3d2a694ee97a38f18afe2f"
233243
integrity sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==
234244
dependencies:
235245
"@babel/types" "^7.25.6"
236246

247+
"@babel/parser@^7.11.5":
248+
version "7.26.2"
249+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11"
250+
integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==
251+
dependencies:
252+
"@babel/types" "^7.26.0"
253+
237254
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
238255
version "7.25.3"
239256
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
@@ -962,6 +979,14 @@
962979
"@babel/helper-validator-identifier" "^7.24.7"
963980
to-fast-properties "^2.0.0"
964981

982+
"@babel/types@^7.11.5", "@babel/types@^7.26.0":
983+
version "7.26.0"
984+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
985+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
986+
dependencies:
987+
"@babel/helper-string-parser" "^7.25.9"
988+
"@babel/helper-validator-identifier" "^7.25.9"
989+
965990
966991
version "1.5.0"
967992
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
@@ -1287,16 +1312,24 @@
12871312
dependencies:
12881313
"@types/node" "*"
12891314

1290-
"@vue/compiler-[email protected]":
1291-
version "2.7.16"
1292-
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.16.tgz#ff81711a0fac9c68683d8bb00b63f857de77dc83"
1293-
integrity sha512-KWhJ9k5nXuNtygPU7+t1rX6baZeqOYLEforUPjgNDBnLicfHCoi48H87Q8XyLZOrNNsmhuwKqtpDQWjEFe6Ekg==
1315+
"@vue/compiler-[email protected]":
1316+
version "3.0.0"
1317+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0.tgz#25e4f079cf6c39f83bad23700f814c619105a0f2"
1318+
integrity sha512-XqPC7vdv4rFE77S71oCHmT1K4Ks3WE2Gi6Lr4B5wn0Idmp+NyQQBUHsCNieMDRiEpgtJrw+yOHslrsV0AfAsfQ==
12941319
dependencies:
1295-
"@babel/parser" "^7.23.5"
1296-
postcss "^8.4.14"
1320+
"@babel/parser" "^7.11.5"
1321+
"@babel/types" "^7.11.5"
1322+
"@vue/shared" "3.0.0"
1323+
estree-walker "^2.0.1"
12971324
source-map "^0.6.1"
1298-
optionalDependencies:
1299-
prettier "^1.18.2 || ^2.0.0"
1325+
1326+
1327+
version "3.0.0"
1328+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0.tgz#4cbb48fcf1f852daef2babcf9953b681ac463526"
1329+
integrity sha512-ukDEGOP8P7lCPyStuM3F2iD5w2QPgUu2xwCW2XNeqPjFKIlR2xMsWjy4raI/cLjN6W16GtlMFaZdK8tLj5PRog==
1330+
dependencies:
1331+
"@vue/compiler-core" "3.0.0"
1332+
"@vue/shared" "3.0.0"
13001333

13011334
"@vue/component-compiler-utils@^3.1.0":
13021335
version "3.3.0"
@@ -1314,6 +1347,35 @@
13141347
optionalDependencies:
13151348
prettier "^1.18.2 || ^2.0.0"
13161349

1350+
1351+
version "3.0.0"
1352+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0.tgz#fd15632a608650ce2a969c721787e27e2c80aa6b"
1353+
integrity sha512-mEGkztGQrAPZRhV7C6PorrpT3+NtuA4dY2QjMzzrW31noKhssWTajRZTwpLF39NBRrF5UU6cp9+1I0FfavMgEQ==
1354+
dependencies:
1355+
"@vue/shared" "3.0.0"
1356+
1357+
1358+
version "3.0.0"
1359+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0.tgz#480febf1bfe32798b6abbd71a88f8e8b473a51c2"
1360+
integrity sha512-3ABMLeA0ZbeVNLbGGLXr+pNUwqXILOqz8WCVGfDWwQb+jW114Cm8djOHVVDoqdvRETQvDf8yHSUmpKHZpQuTkA==
1361+
dependencies:
1362+
"@vue/reactivity" "3.0.0"
1363+
"@vue/shared" "3.0.0"
1364+
1365+
1366+
version "3.0.0"
1367+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0.tgz#e0d1f7c7e22e1318696014cc3501e06b288c2e11"
1368+
integrity sha512-f312n5w9gK6mVvkDSj6/Xnot1XjlKXzFBYybmoy6ahAVC8ExbQ+LOWti1IZM/adU8VMNdKaw7Q53Hxz3y5jX8g==
1369+
dependencies:
1370+
"@vue/runtime-core" "3.0.0"
1371+
"@vue/shared" "3.0.0"
1372+
csstype "^2.6.8"
1373+
1374+
1375+
version "3.0.0"
1376+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0.tgz#ec089236629ecc0f10346b92f101ff4339169f1a"
1377+
integrity sha512-4XWL/avABGxU2E2ZF1eZq3Tj7fvksCMssDZUHOykBIMmh5d+KcAnQMC5XHMhtnA0NAvktYsA2YpdsVwVmhWzvA==
1378+
13171379
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.12.1":
13181380
version "1.12.1"
13191381
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"
@@ -2375,10 +2437,10 @@ csso@^4.2.0:
23752437
dependencies:
23762438
css-tree "^1.1.2"
23772439

2378-
csstype@^3.1.0:
2379-
version "3.1.3"
2380-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
2381-
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
2440+
csstype@^2.6.8:
2441+
version "2.6.21"
2442+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.21.tgz#2efb85b7cc55c80017c66a5ad7cbd931fda3a90e"
2443+
integrity sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==
23822444

23832445
d@1, d@^1.0.1, d@^1.0.2:
23842446
version "1.0.2"
@@ -2725,6 +2787,11 @@ estraverse@^5.2.0:
27252787
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
27262788
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
27272789

2790+
estree-walker@^2.0.1:
2791+
version "2.0.2"
2792+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
2793+
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
2794+
27282795
esutils@^2.0.2:
27292796
version "2.0.3"
27302797
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -4458,7 +4525,7 @@ postcss@^7.0.36:
44584525
picocolors "^0.2.1"
44594526
source-map "^0.6.1"
44604527

4461-
postcss@^8.2.15, postcss@^8.4, postcss@^8.4.14:
4528+
postcss@^8.2.15, postcss@^8.4:
44624529
version "8.4.41"
44634530
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.41.tgz#d6104d3ba272d882fe18fc07d15dc2da62fa2681"
44644531
integrity sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==
@@ -5442,13 +5509,14 @@ vue-template-es2015-compiler@^1.9.0:
54425509
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
54435510
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
54445511

5445-
vue@^2.5.17:
5446-
version "2.7.16"
5447-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.16.tgz#98c60de9def99c0e3da8dae59b304ead43b967c9"
5448-
integrity sha512-4gCtFXaAA3zYZdTp5s4Hl2sozuySsgz4jy1EnpBHNfpMa9dK1ZCG7viqBPCwXtmgc8nHqUsAu3G4gtmXkkY3Sw==
5512+
vue@^3.0.0:
5513+
version "3.0.0"
5514+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0.tgz#cfb5df5c34efce319b113a1667d12b74dcfd9c90"
5515+
integrity sha512-ZMrAARZ32sGIaYKr7Fk2GZEBh/VhulSrGxcGBiAvbN4fhjl3tuJyNFbbbLFqGjndbLoBW66I2ECq8ICdvkKdJw==
54495516
dependencies:
5450-
"@vue/compiler-sfc" "2.7.16"
5451-
csstype "^3.1.0"
5517+
"@vue/compiler-dom" "3.0.0"
5518+
"@vue/runtime-dom" "3.0.0"
5519+
"@vue/shared" "3.0.0"
54525520

54535521
vuex@^2.4.1:
54545522
version "2.5.0"

0 commit comments

Comments
 (0)