Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <[email protected]>
  • Loading branch information
davidsneighbour committed Aug 28, 2024
1 parent 8295ad8 commit 19c887c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 42 deletions.
19 changes: 0 additions & 19 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
{
"html.format.wrapLineLength": 100,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ab307e",
"activityBar.background": "#ab307e",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#25320e",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#ab307e",
"statusBar.background": "#832561",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#ab307e",
"statusBarItem.remoteBackground": "#832561",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#832561",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#83256199",
"titleBar.inactiveForeground": "#e7e7e799"
},
"json.schemas": [
{
"fileMatch": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@davidsneighbour/stylelint-config": "file:./packages/stylelint-config",
"@davidsneighbour/tools": "file:./packages/tools",
"@davidsneighbour/webpack-config": "file:./packages/webpack-config",
"@types/node": "22.5.0",
"@types/node": "22.5.1",
"lerna": "8.1.8"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"bugs": "https://github.com/davidsneighbour/configurations/issues",
"homepage": "https://github.com/davidsneighbour/configurations/tree/main/packages/commitlint-config",
"dependencies": {
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2"
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1"
},
"scripts": {
"fixpack": "fixpack",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"postcss": "8.4.41",
"postcss-cli": "11.0.0",
"postcss-scss": "4.0.9",
"stylelint": "16.8.2",
"stylelint": "16.9.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-no-unsupported-browser-features": "8.0.1",
"stylelint-order": "6.0.4",
Expand Down
19 changes: 0 additions & 19 deletions workspace.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,6 @@
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ab307e",
"activityBar.background": "#ab307e",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#25320e",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#ab307e",
"statusBar.background": "#832561",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#ab307e",
"statusBarItem.remoteBackground": "#832561",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#832561",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#83256199",
"titleBar.inactiveForeground": "#e7e7e799"
}
},
"extensions": {
"recommendations": [
Expand Down

0 comments on commit 19c887c

Please sign in to comment.