Skip to content

Commit

Permalink
Dependency updates (#217)
Browse files Browse the repository at this point in the history
This PR updates all of our dev dependencies to resolve some vulnerability warnings as well as to bring us up to speed on the tools we use.
  • Loading branch information
Jeremy-Walton authored Feb 7, 2024
1 parent 39ac9d4 commit ed3db01
Show file tree
Hide file tree
Showing 3 changed files with 11,274 additions and 24,906 deletions.
15 changes: 8 additions & 7 deletions optics-design-system.code-workspace
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"folders": [
{
"path": "."
}
"path": ".",
},
],
"settings": {
"prettier.configPath": ".prettierrc.json",
"stylelint.configFile": ".stylelintrc.json",
"stylelint.validate": ["css", "scss"],
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
}
"source.fixAll.stylelint": "always",
},
"editor.formatOnSave": true,
},
"extensions": {
"recommendations": [
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint",
"tintinweb.graphviz-interactive-preview"
]
}
"tintinweb.graphviz-interactive-preview",
],
},
}
Loading

0 comments on commit ed3db01

Please sign in to comment.