Skip to content

Commit

Permalink
Update NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslorentz committed Jun 2, 2024
1 parent 728cf86 commit 3d791f3
Show file tree
Hide file tree
Showing 3 changed files with 564 additions and 498 deletions.
25 changes: 25 additions & 0 deletions src/LLL.DurableTask.Ui/LLL.DurableTask.Ui.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLL.DurableTask.Ui", "LLL.DurableTask.Ui.csproj", "{FEEEA70C-9C4F-4EDC-A3DB-798F3EE6B6C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FEEEA70C-9C4F-4EDC-A3DB-798F3EE6B6C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEEEA70C-9C4F-4EDC-A3DB-798F3EE6B6C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEEEA70C-9C4F-4EDC-A3DB-798F3EE6B6C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEEEA70C-9C4F-4EDC-A3DB-798F3EE6B6C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8315A8B-AF41-46B0-97F3-C1BB1AC8A767}
EndGlobalSection
EndGlobal
40 changes: 20 additions & 20 deletions src/LLL.DurableTask.Ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
"@mui/styles": "^5.14.17",
"@tanstack/react-query": "^5.8.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"axios": "^1.6.1",
"immer": "^10.0.3",
"material-ui-confirm": "^3.0.9",
"mobx": "^6.10.2",
"mobx-react-lite": "^4.0.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.13.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"axios": "^1.7.2",
"immer": "^10.1.1",
"material-ui-confirm": "^3.0.16",
"mobx": "^6.12.3",
"mobx-react-lite": "^4.0.7",
"notistack": "^3.0.1",
"oidc-client": "^1.11.5",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
"qs": "^6.12.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"react-use": "^17.4.0",
"typescript": "^5.2.2",
"use-debounce": "^10.0.0",
"yup": "^1.3.2"
"react-use": "^17.5.0",
"typescript": "^5.4.5",
"use-debounce": "^10.0.1",
"yup": "^1.4.0"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -59,7 +59,7 @@
]
},
"devDependencies": {
"prettier": "3.0.3"
"prettier": "3.3.0"
},
"proxy": "https://localhost:5003"
}
Loading

0 comments on commit 3d791f3

Please sign in to comment.