Update npm dependencies

This commit is contained in:
Magnus Walbeck 2021-08-24 16:47:15 +02:00
parent e478e69862
commit 4095cbb414
No known key found for this signature in database
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
},
"prettier": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz",
"integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz",
"integrity": "sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==",
"dev": true
},
"prettier-linter-helpers": {

View File

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