Skip to content

Commit

Permalink
chore(deps): update peerDependencies for plugin-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Sep 1, 2024
1 parent 8fb7027 commit 69ea7de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions ui/plugin-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@
"serve": "vite preview"
},
"dependencies": {
"artalk": "workspace:^",
"solid-js": "^1.8.22"
"artalk": "workspace:^"
},
"devDependencies": {
"solid-js": "^1.8.22",
"@artalk/plugin-kit": "workspace:^",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-solid": "^2.10.2"
},
"peerDependencies": {
"artalk": "workspace:^"
}
}

0 comments on commit 69ea7de

Please sign in to comment.