Skip to content

Commit

Permalink
Merge pull request #1025 from asamuzaK/opt
Browse files Browse the repository at this point in the history
Move @types/trusted-types to optionalDependencies
  • Loading branch information
cure53 authored Nov 14, 2024
2 parents 983b436 + 3a5d9cb commit f93acff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
"VERSION"
]
},
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
Expand All @@ -100,7 +103,6 @@
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@types/estree": "^1.0.0",
"@types/trusted-types": "^2.0.7",
"cross-env": "^7.0.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down

0 comments on commit f93acff

Please sign in to comment.