fix extension types
This commit is contained in:
parent
3ab60aa5eb
commit
30a31b3855
|
|
@ -18,11 +18,13 @@
|
||||||
"perfect-arrows": "^0.3.7",
|
"perfect-arrows": "^0.3.7",
|
||||||
"perfect-freehand": "^1.2.2",
|
"perfect-freehand": "^1.2.2",
|
||||||
"vite-plugin-wasm": "^3.3.0",
|
"vite-plugin-wasm": "^3.3.0",
|
||||||
"webcola": "^3.4.0"
|
"webcola": "^3.4.0",
|
||||||
|
"webextension-polyfill": "^0.12.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/leaflet": "^1.9.14",
|
"@types/leaflet": "^1.9.14",
|
||||||
"@types/node": "^22.10.1",
|
"@types/node": "^22.10.1",
|
||||||
|
"@types/webextension-polyfill": "^0.12.1",
|
||||||
"@webgpu/types": "^0.1.51",
|
"@webgpu/types": "^0.1.51",
|
||||||
"bun-types": "^1.1.38",
|
"bun-types": "^1.1.38",
|
||||||
"mitata": "^1.0.20",
|
"mitata": "^1.0.20",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue