1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-04-11 08:01:23 +00:00

Update npm dependencies

This commit is contained in:
Magnus Walbeck 2021-08-24 16:47:15 +02:00
parent e478e69862
commit 4095cbb414
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -1686,9 +1686,9 @@
"dev": true "dev": true
}, },
"prettier": { "prettier": {
"version": "2.3.0", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz",
"integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==", "integrity": "sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==",
"dev": true "dev": true
}, },
"prettier-linter-helpers": { "prettier-linter-helpers": {

View file

@ -4,7 +4,7 @@
"description": "Breeze Dark theme for Nextcloud", "description": "Breeze Dark theme for Nextcloud",
"author": "Magnus Walbeck", "author": "Magnus Walbeck",
"devDependencies": { "devDependencies": {
"prettier": "^2.3.0", "prettier": "^2.3.2",
"stylelint": "^13.13.1", "stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2", "stylelint-config-prettier": "^8.0.2",
"stylelint-config-sass-guidelines": "^7.1.0", "stylelint-config-sass-guidelines": "^7.1.0",