feat: upgrade polotno
This commit is contained in:
parent
117dab594e
commit
8bb1935834
3 changed files with 1108 additions and 1166 deletions
|
|
@ -9,6 +9,7 @@ import {
|
|||
useState,
|
||||
} from 'react';
|
||||
import { TopTitle } from '@gitroom/frontend/components/launches/helpers/top.title.component';
|
||||
import 'polotno/polotno.blueprint.css';
|
||||
import { createStore } from 'polotno/model/store';
|
||||
import Workspace from 'polotno/canvas/workspace';
|
||||
import { PolotnoContainer, SidePanelWrap, WorkspaceWrap } from 'polotno';
|
||||
|
|
|
|||
11
package.json
11
package.json
|
|
@ -58,6 +58,7 @@
|
|||
"@langchain/core": "^0.3.44",
|
||||
"@langchain/langgraph": "^0.2.63",
|
||||
"@langchain/openai": "^0.5.5",
|
||||
"@meronex/icons": "^4.0.0",
|
||||
"@mantine/core": "^5.10.5",
|
||||
"@mantine/dates": "^5.10.5",
|
||||
"@mantine/hooks": "^5.10.5",
|
||||
|
|
@ -195,14 +196,14 @@
|
|||
"openai": "^6.2.0",
|
||||
"p-limit": "^3.1.0",
|
||||
"parse5": "^6.0.1",
|
||||
"polotno": "^2.10.5",
|
||||
"polotno": "^3.0.0-beta.25",
|
||||
"posthog-js": "^1.178.0",
|
||||
"react": "19.1.0",
|
||||
"react": "19.2.4",
|
||||
"react-colorful": "^5.6.1",
|
||||
"react-country-flag": "^3.1.0",
|
||||
"react-dnd": "^16.0.1",
|
||||
"react-dnd-html5-backend": "^16.0.1",
|
||||
"react-dom": "19.1.0",
|
||||
"react-dom": "19.2.4",
|
||||
"react-dropzone": "^14.3.5",
|
||||
"react-hook-form": "^7.58.1",
|
||||
"react-hotkeys-hook": "^5.1.0",
|
||||
|
|
@ -319,8 +320,8 @@
|
|||
"pnpm": {
|
||||
"overrides": {
|
||||
"next": "16.2.1",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4",
|
||||
"@types/react": "19.1.8",
|
||||
"@types/react-dom": "19.1.6"
|
||||
},
|
||||
|
|
|
|||
2262
pnpm-lock.yaml
generated
2262
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue