1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 12:10:22 +02:00

Update editor

This commit is contained in:
Kamran Ahmed
2025-04-05 12:45:24 +01:00
parent 56ea91b11c
commit ac3ebb2162
5 changed files with 1571 additions and 1548 deletions

View File

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

View File

@@ -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

View File

@@ -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"]
}

View File

@@ -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",

3085
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff