mirror of
https://github.com/PeWu/topola-viewer.git
synced 2025-12-23 18:50:04 +00:00
Updated package versions
This commit is contained in:
parent
a904c02d01
commit
ab64dcb7cf
2996
package-lock.json
generated
2996
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,8 @@
|
||||
"version": "1.0.0",
|
||||
"main": "src/index.tsx",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.1.0",
|
||||
"@typescript-eslint/parser": "^4.1.0",
|
||||
"array.prototype.flatmap": "^1.2.1",
|
||||
"canvas-toBlob": "^1.0.0",
|
||||
"d3-array": "^2.4.0",
|
||||
|
||||
@ -12,7 +12,7 @@ export enum MenuType {
|
||||
}
|
||||
|
||||
interface Props {
|
||||
menuType: MenuType;
|
||||
menuType?: MenuType;
|
||||
}
|
||||
|
||||
export class MenuItem extends React.Component<
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user