Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: image asset ids #107

Merged
merged 11 commits into from
Nov 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: updated vue-tsc
samuelOsborne committed Nov 13, 2024
commit becf822ed8b887b5ce71f15a977e6e0767f7e4d0
4 changes: 2 additions & 2 deletions apps/vue/package.json
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@
"devDependencies": {
"@dotlottie/dotlottie-js": "workspace:^",
"@vitejs/plugin-vue": "^4.1.0",
"typescript": "^5.0.2",
"typescript": "^5.6.3",
"vite": "^4.3.0",
"vue-tsc": "^1.2.0"
"vue-tsc": "^2.1.10"
}
}
Loading