Skip to content

Commit 3a5d9cb

Browse files
committed
Move @types/trusted-types to optionalDependencies
Follow-up #1018
1 parent 983b436 commit 3a5d9cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
"VERSION"
9393
]
9494
},
95+
"optionalDependencies": {
96+
"@types/trusted-types": "^2.0.7"
97+
},
9598
"devDependencies": {
9699
"@babel/core": "^7.17.8",
97100
"@babel/preset-env": "^7.16.11",
@@ -100,7 +103,6 @@
100103
"@rollup/plugin-replace": "^6.0.1",
101104
"@rollup/plugin-terser": "^0.4.4",
102105
"@types/estree": "^1.0.0",
103-
"@types/trusted-types": "^2.0.7",
104106
"cross-env": "^7.0.3",
105107
"eslint-config-prettier": "^8.5.0",
106108
"eslint-plugin-prettier": "^4.0.0",

0 commit comments

Comments
 (0)