Skip to content

Commit

Permalink
📦 deps: Manual upgrades (@rslib/core, vitest, etc.) (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrosenbauer authored Dec 12, 2024
1 parent 102bfae commit e08a21b
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 152 deletions.
19 changes: 19 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,24 @@
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#80026b",
"activityBar.background": "#80026b",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#000000",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#80026b",
"statusBar.background": "#4e0141",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#80026b",
"statusBarItem.remoteBackground": "#4e0141",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#4e0141",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#4e014199",
"titleBar.inactiveForeground": "#e7e7e799"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"homepage": "https://github.com/joggrdocs/tempo#readme",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rslib/core": "^0.0.18",
"@types/node": "^22.9.0",
"@vitest/coverage-istanbul": "^2.1.5",
"@rslib/core": "^0.1.3",
"@types/node": "^22.10.2",
"@vitest/coverage-istanbul": "^2.1.8",
"tsx": "^4.19.2",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
"type-fest": "^4.30.0",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"packageManager": "yarn@4.4.1"
}
Loading

0 comments on commit e08a21b

Please sign in to comment.