Skip to content

Commit

Permalink
fix: production dependency xss is declared as dev only (fixes #57, via
Browse files Browse the repository at this point in the history
  • Loading branch information
delatrie authored Jan 13, 2025
1 parent 85c302e commit bd5b4e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@allurereport/core-api": "workspace:*"
"@allurereport/core-api": "workspace:*",
"xss": "^1.0.15"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.6.1",
Expand All @@ -43,7 +44,6 @@
"rimraf": "^6.0.1",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"vitest": "^2.1.8",
"xss": "^1.0.15"
"vitest": "^2.1.8"
}
}

0 comments on commit bd5b4e8

Please sign in to comment.