Skip to content

Commit

Permalink
fix: @types/trusted-types should be lib dependency (#162)
Browse files Browse the repository at this point in the history
- we need to move `@types/trusted-types` as a project dependecy instead of dev deps because we do use it in our interface and that came out as an issue from another user
  • Loading branch information
ghiscoding authored Nov 13, 2023
1 parent 4361c28 commit 946de83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@
"sass:watch": "sass src/styles:dist/styles/css --watch --style=compressed --quiet-deps --no-source-map",
"sass:copy": "cross-env copyfiles -u 2 src/styles/**/*.scss dist/styles/sass"
},
"dependencies": {
"@types/trusted-types": "^2.0.6"
},
"devDependencies": {
"@types/trusted-types": "^2.0.6",
"autoprefixer": "^10.4.16",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 946de83

Please sign in to comment.