Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Aug 9, 2023
1 parent e3d99d9 commit 8ab86cb
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 82 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
],
"scripts": {
"format:check": "prettier -l '**/*.{js,css,scss}'",
"format:write": "prettier --write '**/*.{js,scss,css}'",
"format:write": "prettier --write '**/*.{js,scss,css}'",
"test": "node --test"
},
"devDependencies": {
"postcss": "^8.4.26",
"prettier": "^3.0.0",
"stylelint": "^15.10.1",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0"
},
"peerDependencies": {
"stylelint": "^14.5.1 || ^15.0.0"
},
"optionalDependencies": {
"stylelint-scss": "^5.0.0 || ^6.0.0"
"stylelint-scss": "^5.1.0"
},
"packageManager": "pnpm@8.6.9"
}
155 changes: 78 additions & 77 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ab86cb

Please sign in to comment.