This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +15
-10
lines changed
cna-template/template/nuxt
create-nuxt-app/test/snapshots Expand file tree Collapse file tree 5 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 2929 "postcss-html" : " ^1.3.0" ,
3030 "stylelint" : " ^14.5.3" ,
3131 "stylelint-config-recommended-vue" : " ^1.3.0" ,
32- "stylelint-config-standard" : " ^24 .0.0"
32+ "stylelint-config-standard" : " ^25 .0.0"
3333 },
3434 "name" : " create-nuxt-app"
3535}
Original file line number Diff line number Diff line change 4545 "stylelint" : " ^14.5.3" ,
4646 "stylelint-config-prettier" : " ^9.0.3" ,
4747 "stylelint-config-recommended-vue" : " ^1.3.0" ,
48- "stylelint-config-standard" : " ^24 .0.0"
48+ "stylelint-config-standard" : " ^25 .0.0"
4949 }
5050}
Original file line number Diff line number Diff line change @@ -2175,7 +2175,7 @@ Generated by [AVA](https://avajs.dev).
21752175 stylelint: '^14.5.3',
21762176 'stylelint-config-prettier': '^9.0.3',
21772177 'stylelint-config-recommended-vue': '^1.3.0',
2178- 'stylelint-config-standard': '^24 .0.0',
2178+ 'stylelint-config-standard': '^25 .0.0',
21792179 },
21802180 'lint-staged': {
21812181 '*.**': 'prettier --check --ignore-unknown',
@@ -2551,7 +2551,7 @@ Generated by [AVA](https://avajs.dev).
25512551 'postcss-html': '^1.3.0',
25522552 stylelint: '^14.5.3',
25532553 'stylelint-config-recommended-vue': '^1.3.0',
2554- 'stylelint-config-standard': '^24 .0.0',
2554+ 'stylelint-config-standard': '^25 .0.0',
25552555 },
25562556 private: true,
25572557 scripts: {
Original file line number Diff line number Diff line change @@ -7883,17 +7883,22 @@ stylelint-config-recommended-vue@^1.3.0:
78837883 stylelint-config-html ">=1.0.0"
78847884 stylelint-config-recommended ">=6.0.0"
78857885
7886- stylelint-config-recommended@>=6.0.0, stylelint-config-recommended@^6.0.0 :
7886+ stylelint-config-recommended@>=6.0.0 :
78877887 version "6.0.0"
78887888 resolved "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-6.0.0.tgz#fd2523a322836005ad9bf473d3e5534719c09f9d"
78897889 integrity sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==
78907890
7891- stylelint-config-standard@^24.0.0 :
7892- version "24.0.0"
7893- resolved "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-24.0.0.tgz#6823f207ab997ae0b641f9a636d007cc44d77541"
7894- integrity sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==
7891+ stylelint-config-recommended@^7.0.0 :
7892+ version "7.0.0"
7893+ resolved "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-7.0.0.tgz#7497372ae83ab7a6fffc18d7d7b424c6480ae15e"
7894+ integrity sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==
7895+
7896+ stylelint-config-standard@^25.0.0 :
7897+ version "25.0.0"
7898+ resolved "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-25.0.0.tgz#2c916984e6655d40d6e8748b19baa8603b680bff"
7899+ integrity sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==
78957900 dependencies :
7896- stylelint-config-recommended "^6 .0.0"
7901+ stylelint-config-recommended "^7 .0.0"
78977902
78987903stylelint@^14.5.3 :
78997904 version "14.5.3"
You can’t perform that action at this time.
0 commit comments