Merge pull request #30704 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-2.1.2

This commit is contained in:
Pytal 2022-01-17 16:43:43 -08:00 committed by GitHub
commit 391f499531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -83,7 +83,7 @@
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^6.1.2",
"@nextcloud/stylelint-config": "^2.1.1",
"@nextcloud/stylelint-config": "^2.1.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/user-event": "^13.5.0",
"@testing-library/vue": "^5.8.2",
@ -2934,18 +2934,18 @@
}
},
"node_modules/@nextcloud/stylelint-config": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.1.1.tgz",
"integrity": "sha512-RjH7wnAIdRnn0+cswB9i/w0W0spp8wN7DTCElQoY/CCjdqLj/P8gDFtBVzqpsFd6vN+rY/RbPdKVfwO1iqNhjw==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.1.2.tgz",
"integrity": "sha512-d8jpl1YXxujeDuSV35TovGXeeX4UKAMIpLw4TjkOLeN1lRVrlckrPJxvNVDV06oIFXWxq08q2HCa7PIuthQixw==",
"dev": true,
"engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
},
"peerDependencies": {
"stylelint": "^14.0.1",
"stylelint-config-recommended-scss": "^5.0.1",
"stylelint-config-recommended-vue": "^1.0.0"
"stylelint": "^14.2.0",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-recommended-vue": "^1.1.0"
}
},
"node_modules/@nextcloud/typings": {
@ -18860,9 +18860,9 @@
}
},
"@nextcloud/stylelint-config": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.1.1.tgz",
"integrity": "sha512-RjH7wnAIdRnn0+cswB9i/w0W0spp8wN7DTCElQoY/CCjdqLj/P8gDFtBVzqpsFd6vN+rY/RbPdKVfwO1iqNhjw==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.1.2.tgz",
"integrity": "sha512-d8jpl1YXxujeDuSV35TovGXeeX4UKAMIpLw4TjkOLeN1lRVrlckrPJxvNVDV06oIFXWxq08q2HCa7PIuthQixw==",
"dev": true,
"requires": {}
},

View File

@ -99,7 +99,7 @@
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^6.1.2",
"@nextcloud/stylelint-config": "^2.1.1",
"@nextcloud/stylelint-config": "^2.1.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/user-event": "^13.5.0",
"@testing-library/vue": "^5.8.2",