mirror of
https://github.com/nextcloud/server.git
synced 2026-05-24 02:56:57 -04:00
Merge pull request #60433 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-3.2.2
chore(deps-dev): Bump @nextcloud/stylelint-config from 3.2.1 to 3.2.2
This commit is contained in:
commit
1d0fe60819
2 changed files with 18 additions and 15 deletions
31
package-lock.json
generated
31
package-lock.json
generated
|
|
@ -44,7 +44,7 @@
|
|||
"@nextcloud/browserslist-config": "^3.1.2",
|
||||
"@nextcloud/e2e-test-server": "^0.4.0",
|
||||
"@nextcloud/eslint-config": "^9.0.0-rc.9",
|
||||
"@nextcloud/stylelint-config": "^3.2.1",
|
||||
"@nextcloud/stylelint-config": "^3.2.2",
|
||||
"@nextcloud/typings": "^1.10.0",
|
||||
"@nextcloud/vite-config": "^2.5.2",
|
||||
"@testing-library/cypress": "^10.1.3",
|
||||
|
|
@ -2497,9 +2497,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/stylelint-config": {
|
||||
"version": "3.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.2.1.tgz",
|
||||
"integrity": "sha512-fRWuN92ydC52+CGURBmbgkaAFDKOq9pmx/vsujr8cRKlGbAhLH+gyxzSpQUc37ZKKNaBDuUvcGzrqH/YipKbGA==",
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.2.2.tgz",
|
||||
"integrity": "sha512-5rr77fGK+zoa8yN+8zR43XbqyuN/yB2wSAy4vKE2F+hgAeOhpUAyChV+pfySDbP20t4s22DHgn7BDiZKsbNE3Q==",
|
||||
"dev": true,
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
|
@ -2509,8 +2509,8 @@
|
|||
"node": "^20.19 || ^22 || ^24"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"stylelint": "^17.1.1",
|
||||
"stylelint-config-recommended-scss": "^17.0.0",
|
||||
"stylelint": "^17.9.1",
|
||||
"stylelint-config-recommended-scss": "^17.0.1",
|
||||
"stylelint-config-recommended-vue": "^1.6.1"
|
||||
}
|
||||
},
|
||||
|
|
@ -15817,9 +15817,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/stylelint-config-recommended-scss": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-17.0.0.tgz",
|
||||
"integrity": "sha512-VkVD9r7jfUT/dq3mA3/I1WXXk2U71rO5wvU2yIil9PW5o1g3UM7Xc82vHmuVJHV7Y8ok5K137fmW5u3HbhtTOA==",
|
||||
"version": "17.0.1",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-17.0.1.tgz",
|
||||
"integrity": "sha512-x5DVehzJudcwF0od3sGpgkln2PLLranFE7twwbp7dqDINCyZvwzFkMc6TLhNOvazRiVBJYATQLouJY0xPGB8WA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
|
|
@ -15865,17 +15865,20 @@
|
|||
}
|
||||
},
|
||||
"node_modules/stylelint-scss": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-7.0.0.tgz",
|
||||
"integrity": "sha512-H88kCC+6Vtzj76NsC8rv6x/LW8slBzIbyeSjsKVlS+4qaEJoDrcJR4L+8JdrR2ORdTscrBzYWiiT2jq6leYR1Q==",
|
||||
"version": "7.1.1",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-7.1.1.tgz",
|
||||
"integrity": "sha512-pLPXJZ7RtAFNLXe8gqarf3B56ScVTd1vPiL9IFgcJkIZsYPzAgLJPh2h9NHrp3BFeKrtAkIgwQ08QSmhvlv1gA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"css-tree": "^3.0.1",
|
||||
"@csstools/css-calc": "^3.2.0",
|
||||
"@csstools/css-parser-algorithms": "^4.0.0",
|
||||
"@csstools/css-syntax-patches-for-csstree": "^1.1.3",
|
||||
"@csstools/css-tokenizer": "^4.0.0",
|
||||
"css-tree": "^3.2.1",
|
||||
"is-plain-object": "^5.0.0",
|
||||
"known-css-properties": "^0.37.0",
|
||||
"mdn-data": "^2.25.0",
|
||||
"postcss-media-query-parser": "^0.2.3",
|
||||
"postcss-resolve-nested-selector": "^0.1.6",
|
||||
"postcss-selector-parser": "^7.1.1",
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
"@nextcloud/browserslist-config": "^3.1.2",
|
||||
"@nextcloud/e2e-test-server": "^0.4.0",
|
||||
"@nextcloud/eslint-config": "^9.0.0-rc.9",
|
||||
"@nextcloud/stylelint-config": "^3.2.1",
|
||||
"@nextcloud/stylelint-config": "^3.2.2",
|
||||
"@nextcloud/typings": "^1.10.0",
|
||||
"@nextcloud/vite-config": "^2.5.2",
|
||||
"@testing-library/cypress": "^10.1.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue