Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Jun 24, 2024
1 parent 61c099f commit ada87b2
Show file tree
Hide file tree
Showing 18 changed files with 1,948 additions and 2,075 deletions.
8 changes: 0 additions & 8 deletions apps/admin/autoResolver/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ declare module 'vue' {
CAAppNaiveUIProvider: typeof import('@celeris/components')['CAAppNaiveUIProvider']
CACharts: typeof import('@celeris/components')['CACharts']
CAIcon: typeof import('@celeris/components')['CAIcon']
NAlert: typeof import('@celeris/ca-components')['NAlert']
NAvatar: typeof import('@celeris/ca-components')['NAvatar']
NBadge: typeof import('@celeris/ca-components')['NBadge']
NBreadcrumb: typeof import('@celeris/ca-components')['NBreadcrumb']
Expand All @@ -24,8 +23,6 @@ declare module 'vue' {
NCollapseItem: typeof import('@celeris/ca-components')['NCollapseItem']
NColorPicker: typeof import('@celeris/ca-components')['NColorPicker']
NConfigProvider: typeof import('@celeris/ca-components')['NConfigProvider']
NDescriptions: typeof import('@celeris/ca-components')['NDescriptions']
NDescriptionsItem: typeof import('@celeris/ca-components')['NDescriptionsItem']
NDialogProvider: typeof import('@celeris/ca-components')['NDialogProvider']
NDivider: typeof import('@celeris/ca-components')['NDivider']
NDrawer: typeof import('@celeris/ca-components')['NDrawer']
Expand All @@ -39,7 +36,6 @@ declare module 'vue' {
NGrid: typeof import('@celeris/ca-components')['NGrid']
NGridItem: typeof import('@celeris/ca-components')['NGridItem']
NInput: typeof import('@celeris/ca-components')['NInput']
NInputGroup: typeof import('@celeris/ca-components')['NInputGroup']
NLayout: typeof import('@celeris/ca-components')['NLayout']
NLayoutContent: typeof import('@celeris/ca-components')['NLayoutContent']
NLayoutSider: typeof import('@celeris/ca-components')['NLayoutSider']
Expand All @@ -48,18 +44,14 @@ declare module 'vue' {
NMessageProvider: typeof import('@celeris/ca-components')['NMessageProvider']
NModal: typeof import('@celeris/ca-components')['NModal']
NNotificationProvider: typeof import('@celeris/ca-components')['NNotificationProvider']
NPagination: typeof import('@celeris/ca-components')['NPagination']
NPopover: typeof import('@celeris/ca-components')['NPopover']
NResult: typeof import('@celeris/ca-components')['NResult']
NRow: typeof import('@celeris/ca-components')['NRow']
NScrollbar: typeof import('@celeris/ca-components')['NScrollbar']
NSelect: typeof import('@celeris/ca-components')['NSelect']
NSpace: typeof import('@celeris/ca-components')['NSpace']
NSpin: typeof import('@celeris/ca-components')['NSpin']
NSplit: typeof import('@celeris/ca-components')['NSplit']
NStatistic: typeof import('@celeris/ca-components')['NStatistic']
NStep: typeof import('@celeris/ca-components')['NStep']
NSteps: typeof import('@celeris/ca-components')['NSteps']
NSwitch: typeof import('@celeris/ca-components')['NSwitch']
NTable: typeof import('@celeris/ca-components')['NTable']
NText: typeof import('@celeris/ca-components')['NText']
Expand Down
32 changes: 16 additions & 16 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@celeris/admin",
"type": "module",
"version": "0.0.3",
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.4.0",
"description": "Celeris Web",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down Expand Up @@ -33,19 +33,19 @@
"@celeris/request": "workspace:*",
"@celeris/styles": "workspace:*",
"@celeris/utils": "workspace:*",
"@tanstack/query-persist-client-core": "^5.35.1",
"@tanstack/query-sync-storage-persister": "^5.35.1",
"@tanstack/vue-query": "^5.35.2",
"@tanstack/vue-table": "^8.16.0",
"@tanstack/query-persist-client-core": "^5.45.0",
"@tanstack/query-sync-storage-persister": "^5.45.0",
"@tanstack/vue-query": "^5.45.0",
"@tanstack/vue-table": "^8.17.3",
"destr": "^2.0.3",
"headless-highlighter": "^0.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"pkg-types": "^1.1.0",
"vue": "^3.4.27",
"pkg-types": "^1.1.1",
"vue": "^3.4.30",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
"vue-router": "^4.4.0"
},
"devDependencies": {
"@celeris/admin-api": "workspace:*",
Expand All @@ -55,15 +55,15 @@
"@celeris/hooks": "workspace:*",
"@celeris/types": "workspace:*",
"@celeris/vite": "workspace:*",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-dom": "^3.4.27",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-dom": "^3.4.30",
"@vue/test-utils": "^2.4.6",
"jsdom": "^24.0.0",
"pnpm": "^9.1.0",
"typescript": "^5.4.5",
"unocss": "^0.60.0",
"vite": "^5.2.11",
"jsdom": "^24.1.0",
"pnpm": "^9.4.0",
"typescript": "^5.5.2",
"unocss": "^0.61.0",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.22"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.3",
"private": true,
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.4.0",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
"homepage": "https://github.com/kirklin/celeris-web",
Expand Down Expand Up @@ -59,34 +59,34 @@
},
"devDependencies": {
"@celeris/tsconfig": "workspace:*",
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.6",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@kirklin/eslint-config": "^2.4.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.11",
"@types/node": "^20.14.8",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-plugin": "^0.60.0",
"@unocss/eslint-plugin": "^0.61.0",
"@vitest/coverage-c8": "^0.33.0",
"bumpp": "^9.4.1",
"cross-env": "^7.0.3",
"directory-tree": "^3.5.1",
"dotenv": "^16.4.5",
"eslint": "^9.2.0",
"eslint-plugin-format": "^0.1.1",
"eslint": "^9.5.0",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"scripts": "workspace:*",
"taze": "^0.13.8",
"treeify": "^1.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"unbuild": "^2.0.0",
"vite": "^5.2.11",
"vite": "^5.3.1",
"vitest": "^1.6.0"
},
"lint-staged": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ai/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"dependencies": {
"@azure/openai": "^1.0.0-beta.12",
"@faker-js/faker": "^8.4.1",
"ai": "^3.1.3",
"ai": "^3.2.6",
"gpt-tokenizer": "^2.1.2",
"openai": "^4.42.0",
"openai": "^4.52.0",
"promptitude": "^0.0.0",
"url-join": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/services/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@celeris/constants": "workspace:*",
"@celeris/types": "workspace:*",
"@celeris/utils": "workspace:*",
"h3": "^1.11.1",
"h3": "^1.12.0",
"nitropack": "^2.9.6"
}
}
10 changes: 5 additions & 5 deletions packages/node/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
},
"dependencies": {
"@celeris/utils": "workspace:*",
"vite": "^5.2.11"
"vite": "^5.3.1"
},
"devDependencies": {
"@celeris/styles": "workspace:*",
"@celeris/types": "workspace:*",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"typescript": "^5.5.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-config": "^0.1.5",
"unplugin-vue-components": "^0.27.0",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-vue-devtools": "^7.1.3"
"vite-plugin-vue-devtools": "^7.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/web/CAComponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@celeris/constants": "workspace:*",
"@celeris/utils": "workspace:*",
"naive-ui": "2.38.2",
"vue": "^3.4.27"
"vue": "^3.4.30"
}
}
6 changes: 3 additions & 3 deletions packages/web/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@celeris/styles": "workspace:*",
"@celeris/utils": "workspace:*",
"echarts": "^5.5.0",
"vue-echarts": "^6.7.2"
"vue-echarts": "^6.7.3"
},
"devDependencies": {
"@celeris/assets": "workspace:*",
"@celeris/types": "workspace:*",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.30",
"vue-router": "^4.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/web/directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@celeris/utils": "workspace:*"
},
"devDependencies": {
"vue": "^3.4.27"
"vue": "^3.4.30"
}
}
4 changes: 2 additions & 2 deletions packages/web/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"dependencies": {
"@celeris/types": "workspace:*",
"@celeris/utils": "workspace:*",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0"
"@vueuse/core": "^10.11.0",
"@vueuse/integrations": "^10.11.0"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion packages/web/locale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@celeris/types": "workspace:*",
"@celeris/utils": "workspace:*",
"iso-639-1": "^3.1.2",
"vue": "^3.4.27",
"vue": "^3.4.30",
"vue-i18n": "^9.13.1"
}
}
2 changes: 1 addition & 1 deletion packages/web/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@celeris/locale": "workspace:*",
"@celeris/types": "workspace:*",
"@celeris/utils": "workspace:*",
"axios": "^1.6.8",
"axios": "^1.7.2",
"qs": "^6.12.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/web/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"unocss": "^0.51.13"
},
"dependencies": {
"@kirklin/reset-css": "^0.0.4",
"@kirklin/reset-css": "^0.0.6",
"animate.css": "^4.1.1",
"unocss-preset-chinese": "^0.3.2",
"unocss-preset-ease": "^0.0.3"
},
"devDependencies": {
"@css-render/plugin-bem": "^0.15.14",
"@css-render/vue3-ssr": "^0.15.14",
"@iconify/json": "^2.2.208",
"@iconify/json": "^2.2.222",
"@iconify/vue": "4.1.2",
"css-render": "^0.15.14",
"unocss": "^0.60.0",
"vite": "^5.2.11"
"unocss": "^0.61.0",
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/web/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"pinia": "2.1.7",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.30",
"vue-router": "^4.4.0"
}
}
8 changes: 4 additions & 4 deletions packages/web/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"dayjs": "^1.11.11",
"detect-mobile": "^0.0.0",
"lodash-es": "^4.17.21",
"path-to-regexp": "^6.2.2"
"path-to-regexp": "^7.0.0"
},
"devDependencies": {
"@celeris/constants": "workspace:*",
"@celeris/types": "workspace:*",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@vue/runtime-core": "3.4.27",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"@vue/runtime-core": "3.4.30",
"vue": "^3.4.30",
"vue-router": "^4.4.0"
}
}
Loading

0 comments on commit ada87b2

Please sign in to comment.