Skip to content

Commit

Permalink
[build] Fix build errors after auto-fixing Client-side cross-site scr…
Browse files Browse the repository at this point in the history
…ipting #4667

Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny committed Nov 26, 2024
1 parent ac1de61 commit b9da64f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
"public-ui-test": "extest setup-tests -e ./test-resources/extensions -c max -i && npm run test:prepare && extest run-tests out/test/ui/public-ui-test.js -o test/ui/settings.json -m test/ui/.mocharc.js -e ./test-resources/extensions -c max"
},
"dependencies": {
"shelljs": "^0.8.5",
"dompurify": "^3.2.1"
"shelljs": "^0.8.5"
},
"devDependencies": {
"@codemirror/lang-yaml": "^6.1.1",
Expand Down Expand Up @@ -128,6 +127,7 @@
"codecov": "^3.8.3",
"codemirror": "^6.0.1",
"dockerode": "^4.0.2",
"dompurify": "^3.2.1",
"dpdm": "^3.14.0",
"esbuild": "^0.19.12",
"esbuild-node-externals": "^1.15.0",
Expand Down

0 comments on commit b9da64f

Please sign in to comment.