Skip to content

Commit 4483f32

Browse files
author
mlight lee
committed
fix: upgrade dependencies to fix bugs on rendering polyline2d, polyline3d, and linear dimension
1 parent 3a0c555 commit 4483f32

3 files changed

Lines changed: 48 additions & 48 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is an example application that demonstrates how to use the `@mlightcad/cad-simple-viewer` package to display DXF and DWG files in a web browser.
44

5-
[**🌐 Live Demo**](https://mlightcad.gitlab.io/cad-simple-viewer-example/)
5+
[**🌐 Live Demo**](https://mlightcad.github.io/cad-simple-viewer-example/)
66

77
## Features
88

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"type": "module",
66
"repository": {
77
"type": "git",
8-
"url": "https://gitlab.com/mlightcad/cad-simple-viewer-example"
8+
"url": "https://github.com/mlightcad/cad-simple-viewer-example"
99
},
1010
"scripts": {
1111
"build": "vue-tsc && vite build",
1212
"dev": "vite",
1313
"preview": "vite preview"
1414
},
1515
"devDependencies": {
16-
"@mlightcad/common": "1.2.4",
17-
"@mlightcad/geometry-engine": "3.0.5",
18-
"@mlightcad/graphic-interface": "3.0.6",
16+
"@mlightcad/common": "1.2.5",
17+
"@mlightcad/geometry-engine": "3.0.6",
18+
"@mlightcad/graphic-interface": "3.0.7",
1919
"typescript": "^5.5.2",
2020
"vite": "^5.4.19",
2121
"vite-plugin-static-copy": "^3.1.1",
2222
"vue-tsc": "^2.1.6"
2323
},
2424
"dependencies": {
25-
"@mlightcad/cad-simple-viewer": "1.2.1",
26-
"@mlightcad/data-model": "1.3.4"
25+
"@mlightcad/cad-simple-viewer": "1.2.4",
26+
"@mlightcad/data-model": "1.3.8"
2727
}
2828
}

pnpm-lock.yaml

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)