Skip to content

Commit

Permalink
docs(image): update @labelu/image example
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Oct 17, 2024
1 parent 054d89f commit cc0b3d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/image/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "4.8.4",
"@labelu/image": "^1.1.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "4.8.4",
"vite": "^4.4.9"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/image/example/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# StackBlitz Example

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/opendatalab/labelU-Kit/tree/website/packages/audio-react/example)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/opendatalab/labelU-Kit/tree/main/packages/image/example)
1 change: 0 additions & 1 deletion packages/image/example/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default defineConfig({
resolve: {
alias: {
'@': resolve(__dirname, 'src'),
'@labelu/image': resolve(__dirname, '../src'),
},
},
});

0 comments on commit cc0b3d8

Please sign in to comment.