fix: use correct type

This commit is contained in:
CMEONE
2024-11-11 21:35:19 -06:00
parent 4599721387
commit 74956c12f3
4 changed files with 643 additions and 24 deletions

View File

@@ -125,6 +125,7 @@
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"react-dev-utils": "^12.0.1",
"rollup-plugin-node-builtins": "^2.1.2",
"semantic-release": "^24.1.2",
"storybook": "^8.3.5",
"typescript": "^5.6.3",
@@ -137,11 +138,10 @@
},
"pnpm": {
"patchedDependencies": {
"@crxjs/vite-plugin@2.0.0-beta.21": "patches/@crxjs__vite-plugin@2.0.0-beta.21.patch",
"@unocss/vite": "patches/@unocss__vite.patch"
"@crxjs/vite-plugin@2.0.0-beta.21": "patches/@crxjs__vite-plugin@2.0.0-beta.21.patch"
},
"overrides": {
"es-module-lexer": "^1.5.4"
}
}
}
}