Update `@nextcloud/stylelint-config` to 2.3.0 to allow `:deep` pseudo-class

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2022-10-14 19:52:58 +02:00
Родитель 7ce6f31930
Коммит e44924e373
2 изменённых файлов: 8 добавлений и 8 удалений

14
package-lock.json сгенерированный
Просмотреть файл

@ -47,7 +47,7 @@
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/stylelint-config": "^2.3.0",
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^29.0.0",
"babel-jest": "^29.0.1",
@ -5085,9 +5085,9 @@
}
},
"node_modules/@nextcloud/stylelint-config": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.2.0.tgz",
"integrity": "sha512-kH3pGAofdnDZJCTyYr2hc9Y63KVVrJ3845j3DOKJNW4uUVybiRZkMccwuJvT1mJ8Gn7lgETh4vceDXuwnJlJ3Q==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.3.0.tgz",
"integrity": "sha512-5mtWqqwrXFXekGT0I8PtVYxJAUQXYwMF28e2MBFbsbyCv+XVzFn9rOYAn6xUG1PrsIeEnom0xlQdrrjpJc71oA==",
"dev": true,
"engines": {
"node": "^16.0.0",
@ -33456,9 +33456,9 @@
}
},
"@nextcloud/stylelint-config": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.2.0.tgz",
"integrity": "sha512-kH3pGAofdnDZJCTyYr2hc9Y63KVVrJ3845j3DOKJNW4uUVybiRZkMccwuJvT1mJ8Gn7lgETh4vceDXuwnJlJ3Q==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.3.0.tgz",
"integrity": "sha512-5mtWqqwrXFXekGT0I8PtVYxJAUQXYwMF28e2MBFbsbyCv+XVzFn9rOYAn6xUG1PrsIeEnom0xlQdrrjpJc71oA==",
"dev": true,
"requires": {}
},

Просмотреть файл

@ -81,7 +81,7 @@
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/stylelint-config": "^2.3.0",
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^29.0.0",
"babel-jest": "^29.0.1",