Skip to content

Commit 5b00e30

Browse files
authored
Merge branch 'development' into dependabot/npm_and_yarn/nuxt/typescript-build-1.0.3
2 parents 6cb44ed + 965023e commit 5b00e30

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"devDependencies": {
6363
"@nuxt/typescript-build": "^1.0.3",
6464
"@nuxtjs/eslint-config-typescript": "^2.0.0",
65-
"@nuxtjs/stylelint-module": "^3.2.2",
65+
"@nuxtjs/stylelint-module": "^4.0.0",
6666
"@nuxtjs/vuetify": "^1.11.2",
6767
"@types/jest": "^25.2.3",
6868
"@vue/test-utils": "^1.0.3",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,13 +1785,13 @@
17851785
jimp-compact "^0.8.0"
17861786
workbox-cdn "^4.3.1"
17871787

1788-
"@nuxtjs/stylelint-module@^3.2.2":
1789-
version "3.2.2"
1790-
resolved "https://registry.yarnpkg.com/@nuxtjs/stylelint-module/-/stylelint-module-3.2.2.tgz#9ba177339c49e97e0df4bb36764bc98352697f9e"
1791-
integrity sha512-VXr0Z4rD5mxHl4YCszwOnPYJyL7pyIoNM2bZ8XRUTnFT/4AfVFnvKu8F+XZMX22IPN920WSp3jWziSGG/mT0og==
1788+
"@nuxtjs/stylelint-module@^4.0.0":
1789+
version "4.0.0"
1790+
resolved "https://registry.yarnpkg.com/@nuxtjs/stylelint-module/-/stylelint-module-4.0.0.tgz#926465bacc3317197906871349c216361f18b4fa"
1791+
integrity sha512-yNVCpbZQH07wr7nOoTdb7dNHSA2PUw/Y9Pw2rOQ3Dp2FSDh6/+o56Pojwnxf/xBON9EUBiCrglTMMO3mWd7YQA==
17921792
dependencies:
1793-
consola "^2.11.3"
1794-
stylelint-webpack-plugin "^1.2.3"
1793+
consola "^2.12.1"
1794+
stylelint-webpack-plugin "^2.0.0"
17951795

17961796
"@nuxtjs/vuetify@^1.11.2":
17971797
version "1.11.2"
@@ -12399,14 +12399,14 @@ stylelint-scss@^3.17.2:
1239912399
postcss-selector-parser "^6.0.2"
1240012400
postcss-value-parser "^4.1.0"
1240112401

12402-
stylelint-webpack-plugin@^1.2.3:
12403-
version "1.2.3"
12404-
resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.2.3.tgz#c1785dbb5a9e7ea2777726c6851c1e4ac6362ad8"
12405-
integrity sha512-XEevZZzlI6k3e0Amp7AtpZ/elgaOdPPwLFY9InNoajw4KNRcZTkK61ZsZdHvIyK32Ej9L9u4fwfXG2QGKW0imA==
12402+
stylelint-webpack-plugin@^2.0.0:
12403+
version "2.0.0"
12404+
resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.0.0.tgz#be949dade1589549c8fcd50ea40bbae3e5b24a20"
12405+
integrity sha512-tN7AnjntcmDnCSxhFgBYctelmth+CQMTSfPeIXpN/9vbkm4747FFaUKOzgWJa4UyAPl98wh8SAhVtqV5Qdxsug==
1240612406
dependencies:
1240712407
arrify "^2.0.1"
1240812408
micromatch "^4.0.2"
12409-
schema-utils "^2.6.1"
12409+
schema-utils "^2.6.6"
1241012410

1241112411
stylelint@^13.3.3:
1241212412
version "13.5.0"

0 commit comments

Comments
 (0)