Skip to content

Commit f7515fb

Browse files
Update vue monorepo to v2.7.16
1 parent 11330a8 commit f7515fb

File tree

2 files changed

+65
-12
lines changed

2 files changed

+65
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"skyway-js": "4.4.4",
12-
"vue": "2.6.14",
12+
"vue": "2.7.16",
1313
"vue-router": "3.5.2",
1414
"vuetify": "2.6.4"
1515
},
@@ -23,7 +23,7 @@
2323
"sass": "1.35.2",
2424
"sass-loader": "10.2.0",
2525
"vue-cli-plugin-vuetify": "2.4.8",
26-
"vue-template-compiler": "2.6.14",
26+
"vue-template-compiler": "2.7.16",
2727
"vuetify-loader": "1.7.3"
2828
},
2929
"eslintConfig": {

yarn.lock

Lines changed: 63 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,11 @@
294294
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.11.tgz#f93ebfc99d21c1772afbbaa153f47e7ce2f50b88"
295295
integrity sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q==
296296

297+
"@babel/parser@^7.23.5":
298+
version "7.23.6"
299+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
300+
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
301+
297302
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
298303
version "7.10.5"
299304
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558"
@@ -1461,6 +1466,17 @@
14611466
semver "^6.1.0"
14621467
strip-ansi "^6.0.0"
14631468

1469+
1470+
version "2.7.16"
1471+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.16.tgz#ff81711a0fac9c68683d8bb00b63f857de77dc83"
1472+
integrity sha512-KWhJ9k5nXuNtygPU7+t1rX6baZeqOYLEforUPjgNDBnLicfHCoi48H87Q8XyLZOrNNsmhuwKqtpDQWjEFe6Ekg==
1473+
dependencies:
1474+
"@babel/parser" "^7.23.5"
1475+
postcss "^8.4.14"
1476+
source-map "^0.6.1"
1477+
optionalDependencies:
1478+
prettier "^1.18.2 || ^2.0.0"
1479+
14641480
"@vue/component-compiler-utils@^3.1.0", "@vue/component-compiler-utils@^3.1.2":
14651481
version "3.2.0"
14661482
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.2.0.tgz#8f85182ceed28e9b3c75313de669f83166d11e5d"
@@ -3131,6 +3147,11 @@ csso@^4.0.2:
31313147
dependencies:
31323148
css-tree "1.0.0-alpha.39"
31333149

3150+
csstype@^3.1.0:
3151+
version "3.1.3"
3152+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
3153+
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
3154+
31343155
cyclist@^1.0.1:
31353156
version "1.0.1"
31363157
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
@@ -4646,7 +4667,7 @@ hash.js@^1.0.0, hash.js@^1.0.3:
46464667
inherits "^2.0.3"
46474668
minimalistic-assert "^1.0.1"
46484669

4649-
[email protected], he@^1.1.0:
4670+
[email protected], he@^1.2.0:
46504671
version "1.2.0"
46514672
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
46524673
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
@@ -5987,6 +6008,11 @@ nan@^2.12.1:
59876008
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01"
59886009
integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==
59896010

6011+
nanoid@^3.3.7:
6012+
version "3.3.7"
6013+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
6014+
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
6015+
59906016
nanomatch@^1.2.9:
59916017
version "1.2.13"
59926018
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -6608,6 +6634,11 @@ performance-now@^2.1.0:
66086634
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
66096635
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
66106636

6637+
picocolors@^1.0.0:
6638+
version "1.0.0"
6639+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
6640+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
6641+
66116642
picomatch@^2.0.4, picomatch@^2.2.1:
66126643
version "2.2.2"
66136644
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
@@ -7025,6 +7056,15 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.27, postcss@^7.0.3
70257056
source-map "^0.6.1"
70267057
supports-color "^6.1.0"
70277058

7059+
postcss@^8.4.14:
7060+
version "8.4.32"
7061+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9"
7062+
integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==
7063+
dependencies:
7064+
nanoid "^3.3.7"
7065+
picocolors "^1.0.0"
7066+
source-map-js "^1.0.2"
7067+
70287068
prelude-ls@^1.2.1:
70297069
version "1.2.1"
70307070
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -7040,6 +7080,11 @@ prettier@^1.18.2:
70407080
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
70417081
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
70427082

7083+
"prettier@^1.18.2 || ^2.0.0":
7084+
version "2.8.8"
7085+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
7086+
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
7087+
70437088
pretty-error@^2.0.2:
70447089
version "2.1.1"
70457090
resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"
@@ -7936,6 +7981,11 @@ source-list-map@^2.0.0:
79367981
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
79377982
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
79387983

7984+
source-map-js@^1.0.2:
7985+
version "1.0.2"
7986+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
7987+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
7988+
79397989
source-map-resolve@^0.5.0:
79407990
version "0.5.3"
79417991
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
@@ -8849,23 +8899,26 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.2:
88498899
hash-sum "^1.0.2"
88508900
loader-utils "^1.0.2"
88518901

8852-
vue-template-compiler@2.6.14:
8853-
version "2.6.14"
8854-
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz#a2f0e7d985670d42c9c9ee0d044fed7690f4f763"
8855-
integrity sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==
8902+
vue-template-compiler@2.7.16:
8903+
version "2.7.16"
8904+
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz#c81b2d47753264c77ac03b9966a46637482bb03b"
8905+
integrity sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==
88568906
dependencies:
88578907
de-indent "^1.0.2"
8858-
he "^1.1.0"
8908+
he "^1.2.0"
88598909

88608910
vue-template-es2015-compiler@^1.9.0:
88618911
version "1.9.1"
88628912
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
88638913
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
88648914

8865-
8866-
version "2.6.14"
8867-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
8868-
integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==
8915+
8916+
version "2.7.16"
8917+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.16.tgz#98c60de9def99c0e3da8dae59b304ead43b967c9"
8918+
integrity sha512-4gCtFXaAA3zYZdTp5s4Hl2sozuySsgz4jy1EnpBHNfpMa9dK1ZCG7viqBPCwXtmgc8nHqUsAu3G4gtmXkkY3Sw==
8919+
dependencies:
8920+
"@vue/compiler-sfc" "2.7.16"
8921+
csstype "^3.1.0"
88698922

88708923
88718924
version "1.7.3"

0 commit comments

Comments
 (0)