Skip to content

Commit

Permalink
Merge branch 'server-imports-jemalloc' into refactor-command-producers
Browse files Browse the repository at this point in the history
  • Loading branch information
eduwercamacaro committed Dec 5, 2024
2 parents 06ec897 + 4a98d7d commit 1cefa45
Show file tree
Hide file tree
Showing 54 changed files with 1,401 additions and 634 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ dist/

# dotnet
global.json
*DotSettings.user
*DotSettings.user
!sdk-dotnet/Littlehorse.sln
*.sln
312 changes: 116 additions & 196 deletions dashboard/package-lock.json

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

2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"preinstall": "cd ../sdk-js && npm i && npm run build"
},
"dependencies": {
"@headlessui/react": "^2.0.3",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.1.0",
Expand Down
Loading

0 comments on commit 1cefa45

Please sign in to comment.