Skip to content

Commit cd65d96

Browse files
committed
Merge branch 'main' into safetyeval
2 parents 1290101 + 044efcd commit cd65d96

File tree

3 files changed

+39
-27
lines changed

3 files changed

+39
-27
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"8000": {"label": "Backend port", "onAutoForward": "openBrowser"},
1212
"5173": {"label": "Frontend port", "onAutoForward": "openBrowser"}
1313
},
14-
"features": {
15-
"ghcr.io/devcontainers/features/node:1": {
16-
"version": "18",
17-
"nodeGypDependencies": false
18-
},
19-
"ghcr.io/azure/azure-dev/azd:latest": {},
14+
"features": {
15+
"ghcr.io/devcontainers/features/node:1": {
16+
"version": "18",
17+
"nodeGypDependencies": false
18+
},
19+
"ghcr.io/azure/azure-dev/azd:latest": {},
2020
"ghcr.io/prulloac/devcontainer-features/ollama:1": {},
2121
// az CLI is helpful for being able to login correctly with DefaultAzureCredential:
2222
"ghcr.io/devcontainers/features/azure-cli": {}
23-
},
23+
},
2424
// Configure tool-specific properties.
2525
"customizations": {
2626
// Configure properties specific to VS Code.

src/frontend/package-lock.json

Lines changed: 30 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@fluentui/react-icons": "^2.0.221",
2020
"@react-spring/web": "^9.7.3",
2121
"marked": "^9.1.6",
22-
"dompurify": "^3.1.3",
22+
"dompurify": "^3.2.4",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
2525
"react-router-dom": "^6.18.0",
@@ -35,6 +35,6 @@
3535
"prettier": "^3.0.3",
3636
"typescript": "^5.2.2",
3737
"@types/react-syntax-highlighter": "^15.5.7",
38-
"vite": "^4.5.5"
38+
"vite": "^4.5.9"
3939
}
4040
}

0 commit comments

Comments
 (0)