Update editor

pull/8459/head
Kamran Ahmed 2 weeks ago
parent 56ea91b11c
commit ac3ebb2162
  1. 2
      .astro/settings.json
  2. 1
      .github/workflows/deployment.yml
  3. 29
      editor/tsconfig.json
  4. 2
      package.json
  5. 3075
      pnpm-lock.yaml

@ -3,6 +3,6 @@
"enabled": false
},
"_variables": {
"lastUpdateCheck": 1742812122664
"lastUpdateCheck": 1743851801172
}
}

@ -38,7 +38,6 @@ jobs:
- name: Generate Production Build
run: |
git clone https://${{ secrets.GH_PAT }}@github.com/roadmapsh/web-draw.git .temp/web-draw --depth 1
npm run generate-renderer
# npm run compress:images
npm run build

@ -1,29 +0,0 @@
{
"compilerOptions": {
"composite": false,
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"inlineSources": false,
"isolatedModules": true,
"moduleResolution": "node",
"noUnusedLocals": false,
"noUnusedParameters": false,
"preserveWatchOutput": true,
"skipLibCheck": true,
"strict": true,
"strictNullChecks": true,
"noEmit": true,
"jsx": "react-jsx",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"module": "ESNext",
"target": "es6",
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
}
},
"include": [".", "src/types"],
"exclude": ["dist", "build", "node_modules"]
}

@ -40,7 +40,7 @@
"@nanostores/react": "^0.8.0",
"@napi-rs/image": "^1.9.2",
"@resvg/resvg-js": "^2.6.2",
"@roadmapsh/editor": "file:editor",
"@roadmapsh/editor": "ssh://git@github.com/roadmapsh/web-draw#v0.0.8&path:packages/editor",
"@tanstack/react-query": "^5.59.16",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save