File tree Expand file tree Collapse file tree 5 files changed +2205
-1990
lines changed
Expand file tree Collapse file tree 5 files changed +2205
-1990
lines changed Original file line number Diff line number Diff line change 33All 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments