Skip to content

Commit 88cfab0

Browse files
Bump vue from 2.6.11 to 3.0.0
Bumps [vue](https://github.com/vuejs/core) from 2.6.11 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 4de8e20 commit 88cfab0

File tree

3 files changed

+197
-8
lines changed

3 files changed

+197
-8
lines changed

package-lock.json

Lines changed: 105 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"core-js": "^3.4.4",
12-
"vue": "^2.6.10",
12+
"vue": "^3.0.0",
1313
"vue-router": "^3.1.3",
1414
"vue2-smooth-scroll": "^1.2.0",
1515
"vuex": "^3.1.2"

yarn.lock

Lines changed: 91 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,11 @@
318318
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
319319
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
320320

321+
"@babel/helper-string-parser@^7.25.9":
322+
version "7.25.9"
323+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
324+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
325+
321326
"@babel/helper-validator-identifier@^7.22.20":
322327
version "7.22.20"
323328
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
@@ -328,6 +333,11 @@
328333
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
329334
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
330335

336+
"@babel/helper-validator-identifier@^7.25.9":
337+
version "7.25.9"
338+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
339+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
340+
331341
"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
332342
version "7.9.5"
333343
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -389,6 +399,13 @@
389399
chalk "^2.0.0"
390400
js-tokens "^4.0.0"
391401

402+
"@babel/parser@^7.11.5":
403+
version "7.25.9"
404+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.9.tgz#8fcaa079ac7458facfddc5cd705cc8005e4d3817"
405+
integrity sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg==
406+
dependencies:
407+
"@babel/types" "^7.25.9"
408+
392409
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
393410
version "7.23.0"
394411
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
@@ -1158,6 +1175,14 @@
11581175
debug "^4.1.0"
11591176
globals "^11.1.0"
11601177

1178+
"@babel/types@^7.11.5", "@babel/types@^7.25.9":
1179+
version "7.25.9"
1180+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.9.tgz#620f35ea1f4233df529ec9a2668d2db26574deee"
1181+
integrity sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ==
1182+
dependencies:
1183+
"@babel/helper-string-parser" "^7.25.9"
1184+
"@babel/helper-validator-identifier" "^7.25.9"
1185+
11611186
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
11621187
version "7.23.0"
11631188
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
@@ -1753,6 +1778,25 @@
17531778
semver "^7.3.4"
17541779
strip-ansi "^6.0.0"
17551780

1781+
1782+
version "3.0.0"
1783+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0.tgz#25e4f079cf6c39f83bad23700f814c619105a0f2"
1784+
integrity sha512-XqPC7vdv4rFE77S71oCHmT1K4Ks3WE2Gi6Lr4B5wn0Idmp+NyQQBUHsCNieMDRiEpgtJrw+yOHslrsV0AfAsfQ==
1785+
dependencies:
1786+
"@babel/parser" "^7.11.5"
1787+
"@babel/types" "^7.11.5"
1788+
"@vue/shared" "3.0.0"
1789+
estree-walker "^2.0.1"
1790+
source-map "^0.6.1"
1791+
1792+
1793+
version "3.0.0"
1794+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0.tgz#4cbb48fcf1f852daef2babcf9953b681ac463526"
1795+
integrity sha512-ukDEGOP8P7lCPyStuM3F2iD5w2QPgUu2xwCW2XNeqPjFKIlR2xMsWjy4raI/cLjN6W16GtlMFaZdK8tLj5PRog==
1796+
dependencies:
1797+
"@vue/compiler-core" "3.0.0"
1798+
"@vue/shared" "3.0.0"
1799+
17561800
"@vue/component-compiler-utils@^3.1.0", "@vue/component-compiler-utils@^3.3.0":
17571801
version "3.3.0"
17581802
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz#f9f5fb53464b0c37b2c8d2f3fbfe44df60f61dc9"
@@ -1780,6 +1824,35 @@
17801824
eslint-plugin-promise "^4.0.1"
17811825
eslint-plugin-standard "^4.0.0"
17821826

1827+
1828+
version "3.0.0"
1829+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0.tgz#fd15632a608650ce2a969c721787e27e2c80aa6b"
1830+
integrity sha512-mEGkztGQrAPZRhV7C6PorrpT3+NtuA4dY2QjMzzrW31noKhssWTajRZTwpLF39NBRrF5UU6cp9+1I0FfavMgEQ==
1831+
dependencies:
1832+
"@vue/shared" "3.0.0"
1833+
1834+
1835+
version "3.0.0"
1836+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0.tgz#480febf1bfe32798b6abbd71a88f8e8b473a51c2"
1837+
integrity sha512-3ABMLeA0ZbeVNLbGGLXr+pNUwqXILOqz8WCVGfDWwQb+jW114Cm8djOHVVDoqdvRETQvDf8yHSUmpKHZpQuTkA==
1838+
dependencies:
1839+
"@vue/reactivity" "3.0.0"
1840+
"@vue/shared" "3.0.0"
1841+
1842+
1843+
version "3.0.0"
1844+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0.tgz#e0d1f7c7e22e1318696014cc3501e06b288c2e11"
1845+
integrity sha512-f312n5w9gK6mVvkDSj6/Xnot1XjlKXzFBYybmoy6ahAVC8ExbQ+LOWti1IZM/adU8VMNdKaw7Q53Hxz3y5jX8g==
1846+
dependencies:
1847+
"@vue/runtime-core" "3.0.0"
1848+
"@vue/shared" "3.0.0"
1849+
csstype "^2.6.8"
1850+
1851+
1852+
version "3.0.0"
1853+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0.tgz#ec089236629ecc0f10346b92f101ff4339169f1a"
1854+
integrity sha512-4XWL/avABGxU2E2ZF1eZq3Tj7fvksCMssDZUHOykBIMmh5d+KcAnQMC5XHMhtnA0NAvktYsA2YpdsVwVmhWzvA==
1855+
17831856
"@vue/vue-loader-v15@npm:vue-loader@^15.9.7":
17841857
version "15.10.1"
17851858
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.10.1.tgz#c451c4cd05a911aae7b5dbbbc09fb913fb3cca18"
@@ -2914,6 +2987,11 @@ csso@^4.2.0:
29142987
dependencies:
29152988
css-tree "^1.1.2"
29162989

2990+
csstype@^2.6.8:
2991+
version "2.6.21"
2992+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.21.tgz#2efb85b7cc55c80017c66a5ad7cbd931fda3a90e"
2993+
integrity sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==
2994+
29172995
de-indent@^1.0.2:
29182996
version "1.0.2"
29192997
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
@@ -3488,6 +3566,11 @@ estraverse@^5.2.0:
34883566
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
34893567
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
34903568

3569+
estree-walker@^2.0.1:
3570+
version "2.0.2"
3571+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
3572+
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
3573+
34913574
esutils@^2.0.2:
34923575
version "2.0.3"
34933576
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -6927,10 +7010,14 @@ vue2-smooth-scroll@^1.2.0:
69277010
resolved "https://registry.yarnpkg.com/vue2-smooth-scroll/-/vue2-smooth-scroll-1.3.0.tgz#0aa2ca95c73807959f84ea886243df600d3b383a"
69287011
integrity sha512-VEGAQptxZbFCZcIOIDuJ5xM5Ud1hsSHcgMT+6np8vBuuYbTklZ4ToNKSLEF0zMc7OFrPeDXXENi6Xe98YYT1Lw==
69297012

6930-
vue@^2.6.10:
6931-
version "2.6.11"
6932-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
6933-
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
7013+
vue@^3.0.0:
7014+
version "3.0.0"
7015+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0.tgz#cfb5df5c34efce319b113a1667d12b74dcfd9c90"
7016+
integrity sha512-ZMrAARZ32sGIaYKr7Fk2GZEBh/VhulSrGxcGBiAvbN4fhjl3tuJyNFbbbLFqGjndbLoBW66I2ECq8ICdvkKdJw==
7017+
dependencies:
7018+
"@vue/compiler-dom" "3.0.0"
7019+
"@vue/runtime-dom" "3.0.0"
7020+
"@vue/shared" "3.0.0"
69347021

69357022
vuex@^3.1.2:
69367023
version "3.2.0"

0 commit comments

Comments
 (0)