Browse Source

Bump @nextcloud/stylelint-config from 2.0.1 to 2.1.1

Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config) from 2.0.1 to 2.1.1.
- [Release notes](https://github.com/nextcloud/stylelint-config/releases)
- [Changelog](https://github.com/nextcloud/stylelint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/stylelint-config/compare/v2.0.1...v2.1.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/stylelint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
tags/v24.0.0beta1
dependabot[bot] 2 years ago
parent
commit
f219dc68c4
No account linked to committer's email address
2 changed files with 9 additions and 10 deletions
  1. 8
    9
      package-lock.json
  2. 1
    1
      package.json

+ 8
- 9
package-lock.json View File

"@nextcloud/babel-config": "^1.0.0", "@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^4.0.0", "@nextcloud/eslint-config": "^4.0.0",
"@nextcloud/stylelint-config": "^2.0.1",
"@nextcloud/stylelint-config": "^2.1.1",
"@testing-library/jest-dom": "^5.16.1", "@testing-library/jest-dom": "^5.16.1",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
"@testing-library/vue": "^5.8.2", "@testing-library/vue": "^5.8.2",
} }
}, },
"node_modules/@nextcloud/stylelint-config": { "node_modules/@nextcloud/stylelint-config": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.0.1.tgz",
"integrity": "sha512-Ao9yYv1PRL4Y4UVLOOV3gla1q8fkACnrpeoCxf7yjTqc48HpxNGqn23BNi2Q/9IPdAE8EwHz4RMgk1Zn0hAWog==",
"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==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": "^14.0.0", "node": "^14.0.0",
"peerDependencies": { "peerDependencies": {
"stylelint": "^14.0.1", "stylelint": "^14.0.1",
"stylelint-config-recommended-scss": "^5.0.1", "stylelint-config-recommended-scss": "^5.0.1",
"stylelint-config-recommended-vue": "^1.0.0",
"stylelint-scss": "^4.0.0"
"stylelint-config-recommended-vue": "^1.0.0"
} }
}, },
"node_modules/@nextcloud/typings": { "node_modules/@nextcloud/typings": {
} }
}, },
"@nextcloud/stylelint-config": { "@nextcloud/stylelint-config": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.0.1.tgz",
"integrity": "sha512-Ao9yYv1PRL4Y4UVLOOV3gla1q8fkACnrpeoCxf7yjTqc48HpxNGqn23BNi2Q/9IPdAE8EwHz4RMgk1Zn0hAWog==",
"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==",
"dev": true, "dev": true,
"requires": {} "requires": {}
}, },

+ 1
- 1
package.json View File

"@nextcloud/babel-config": "^1.0.0", "@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^4.0.0", "@nextcloud/eslint-config": "^4.0.0",
"@nextcloud/stylelint-config": "^2.0.1",
"@nextcloud/stylelint-config": "^2.1.1",
"@testing-library/jest-dom": "^5.16.1", "@testing-library/jest-dom": "^5.16.1",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
"@testing-library/vue": "^5.8.2", "@testing-library/vue": "^5.8.2",

Loading…
Cancel
Save