Skip to content

Commit

Permalink
fixed node and pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Jun 12, 2024
1 parent 2a34207 commit 2212aac
Show file tree
Hide file tree
Showing 3 changed files with 8,182 additions and 6,258 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"keywords": [],
"license": "ISC",
"engines": {
"node": ">=16",
"pnpm": ">=7"
"node": "=18.18.1",
"pnpm": "=9.1.3"
},
"workspaces": [
"packages/*"
Expand Down
6 changes: 0 additions & 6 deletions packages/web-chat-x-vue/src/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
const ElButton: typeof import('element-plus/es')['ElButton']
const ElLoading: typeof import('element-plus/es')['ElLoading']
const ElMessage: typeof import('element-plus/es')['ElMessage']
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
const ElNotification: typeof import('element-plus/es')['ElNotification']
const ElSwitch: typeof import('element-plus/es')['ElSwitch']
const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp']
const customRef: typeof import('vue')['customRef']
Expand Down
Loading

0 comments on commit 2212aac

Please sign in to comment.