Skip to content

Commit a767335

Browse files
authored
Merge pull request #293 from os2display/feature/sec-2025-11-25
Npm upgrade
2 parents 18402ba + 306aa38 commit a767335

File tree

5 files changed

+2205
-1990
lines changed

5 files changed

+2205
-1990
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
6+
7+
- [#293](https://github.com/os2display/display-admin-client/pull/293)
8+
- Npm upgrade.
9+
- Upgraded to DOMPurify 3.3.
610
- [#292](https://github.com/os2display/display-admin-client/pull/292)
711
- Add BRND Booking feed type
812

docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
playwright:
33
# https://playwright.dev/docs/docker
44
# This Playwright version should match the one in `package.json`.
5-
image: mcr.microsoft.com/playwright:v1.44.1
5+
image: mcr.microsoft.com/playwright:v1.57.0
66
networks:
77
- app
88
depends_on:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vitejs/plugin-react-swc": "^3.7.0",
1717
"bootstrap": "^5.0.2",
1818
"dayjs": "^1.10.7",
19-
"dompurify": "^2.3.3",
19+
"dompurify": "^3.3.0",
2020
"focus-trap-react": "^10.2.1",
2121
"i18next": "^21.6.14",
2222
"lodash.get": "^4.4.2",
@@ -45,7 +45,7 @@
4545
"rrule": "^2.7.2",
4646
"typescript": "^4.4.2",
4747
"ulid": "^2.3.0",
48-
"vite": "^5.2.11"
48+
"vite": "^5.4.12"
4949
},
5050
"scripts": {
5151
"lint:js": "eslint --ext .js --ext .jsx ./src",

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineConfig({
99
emptyOutDir: true,
1010
},
1111
server: {
12+
allowedHosts: true,
1213
strictPort: true,
1314
port: 3000,
1415
host: "localhost",

0 commit comments

Comments
 (0)