Skip to content

Commit e8e4bd7

Browse files
committed
chore: bump some devDependencies versions
1 parent 6dd1534 commit e8e4bd7

File tree

6 files changed

+21
-26
lines changed

6 files changed

+21
-26
lines changed

packages/@vue/cli-plugin-e2e-webdriverio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"chromedriver": "^88.0.0",
6161
"geckodriver": "^1.22.1",
6262
"ts-node": "^9.1.1",
63-
"wdio-chromedriver-service": "^6.0.4",
63+
"wdio-chromedriver-service": "^7.0.0",
6464
"wdio-geckodriver-service": "^1.1.2"
6565
}
6666
}

packages/@vue/cli-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
"devDependencies": {
111111
"fibers": ">= 3.1.1 <6.0.0",
112112
"sass": "^1.32.7",
113-
"sass-loader": "^10.1.0",
114-
"stylus-loader": "^4.3.1",
113+
"sass-loader": "^11.0.1",
114+
"stylus-loader": "^5.0.0",
115115
"vue": "^2.6.12",
116116
"vue-router": "^3.5.1",
117117
"vue-template-compiler": "^2.6.12",

packages/@vue/cli-ui-addon-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-promise": "^4.3.1",
3232
"eslint-plugin-vue": "^7.6.0",
3333
"stylus": "^0.54.7",
34-
"stylus-loader": "^4.3.1",
34+
"stylus-loader": "^5.0.0",
3535
"vue-progress-path": "^0.0.2",
3636
"vue-template-compiler": "^2.6.12",
3737
"vuex": "^3.6.2"

packages/@vue/cli-ui-addon-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-promise": "^4.3.1",
3232
"eslint-plugin-vue": "^7.6.0",
3333
"stylus": "^0.54.7",
34-
"stylus-loader": "^4.3.1",
34+
"stylus-loader": "^5.0.0",
3535
"vue-template-compiler": "^2.6.12"
3636
},
3737
"publishConfig": {

packages/@vue/cli-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"rimraf": "^3.0.2",
9090
"start-server-and-test": "^1.12.0",
9191
"stylus": "^0.54.5",
92-
"stylus-loader": "^4.3.1",
92+
"stylus-loader": "^5.0.0",
9393
"subscriptions-transport-ws": "^0.9.18",
9494
"vue": "^2.6.12",
9595
"vue-apollo": "^3.0.7",

yarn.lock

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10178,7 +10178,7 @@ fast-glob@^2.2.6:
1017810178
merge2 "^1.2.3"
1017910179
micromatch "^3.1.10"
1018010180

10181-
fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.4:
10181+
fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.4, fast-glob@^3.2.5:
1018210182
version "3.2.5"
1018310183
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
1018410184
integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
@@ -18642,16 +18642,13 @@ sane@^4.0.3:
1864218642
minimist "^1.1.1"
1864318643
walker "~1.0.5"
1864418644

18645-
sass-loader@^10.1.0:
18646-
version "10.1.1"
18647-
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.1.1.tgz#4ddd5a3d7638e7949065dd6e9c7c04037f7e663d"
18648-
integrity sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==
18645+
sass-loader@^11.0.1:
18646+
version "11.0.1"
18647+
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-11.0.1.tgz#8672f896593466573b904f47693e0695368e38c9"
18648+
integrity sha512-Vp1LcP4slTsTNLEiDkTcm8zGN/XYYrZz2BZybQbliWA8eXveqA/AxsEjllQTpJbg2MzCsx/qNO48sHdZtOaxTw==
1864918649
dependencies:
1865018650
klona "^2.0.4"
18651-
loader-utils "^2.0.0"
1865218651
neo-async "^2.6.2"
18653-
schema-utils "^3.0.0"
18654-
semver "^7.3.2"
1865518652

1865618653
sass@^1.32.7:
1865718654
version "1.32.8"
@@ -19795,16 +19792,14 @@ stylus-loader@^3.0.2:
1979519792
lodash.clonedeep "^4.5.0"
1979619793
when "~3.6.x"
1979719794

19798-
stylus-loader@^4.3.1:
19799-
version "4.3.3"
19800-
resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-4.3.3.tgz#381bb6341272ac50bcdfd0b877707eac99b6b757"
19801-
integrity sha512-PpWB5PnCXUzW4WMYhCvNzAHJBjIBPMXwsdfkkKuA9W7k8OQFMl/19/AQvaWsxz2IptxUlCseyJ6TY/eEKJ4+UQ==
19795+
stylus-loader@^5.0.0:
19796+
version "5.0.0"
19797+
resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-5.0.0.tgz#d3f548887ab67808cc40d320079c44f8ffa3d9b8"
19798+
integrity sha512-1OaGgixTgC8IAaMCodZXg7XYsfP1qU0UzTHDyPaWACUh34j9geJL4iA583tFJDOtfNUOfDLaBpUywc5MicQ1aA==
1980219799
dependencies:
19803-
fast-glob "^3.2.4"
19800+
fast-glob "^3.2.5"
1980419801
klona "^2.0.4"
19805-
loader-utils "^2.0.0"
1980619802
normalize-path "^3.0.0"
19807-
schema-utils "^3.0.0"
1980819803

1980919804
stylus@^0.54.5, stylus@^0.54.7, stylus@^0.54.8:
1981019805
version "0.54.8"
@@ -21730,12 +21725,12 @@ wcwidth@>=1.0.1, wcwidth@^1.0.0, wcwidth@^1.0.1:
2173021725
dependencies:
2173121726
defaults "^1.0.3"
2173221727

21733-
wdio-chromedriver-service@^6.0.4:
21734-
version "6.0.4"
21735-
resolved "https://registry.yarnpkg.com/wdio-chromedriver-service/-/wdio-chromedriver-service-6.0.4.tgz#dc2205b496479318cba7f746a11627a3d507a1fc"
21736-
integrity sha512-ed0ctxRJ4KbhAX/BkGUFS/sy6zDrZ3oB1Tqvokrs3r7GPX115w/AcOySofXdAk7Pdjm2JLDW/marHG/LmVoBuw==
21728+
wdio-chromedriver-service@^7.0.0:
21729+
version "7.0.0"
21730+
resolved "https://registry.yarnpkg.com/wdio-chromedriver-service/-/wdio-chromedriver-service-7.0.0.tgz#c5b47dd03c115f728d932b82510c5940a61c97c1"
21731+
integrity sha512-0EhlZSpR95xF6HAIi1Czi3PEzv36xT/cpPJ+4eghhJYCqAC0Tf3B5T+WAVmd6FFpQLCRUHvBC5HmF2os6w0vDQ==
2173721732
dependencies:
21738-
fs-extra "^9.0.0"
21733+
fs-extra "^9.1.0"
2173921734

2174021735
wdio-geckodriver-service@^1.1.2:
2174121736
version "1.1.2"

0 commit comments

Comments
 (0)