Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed May 9, 2024
1 parent 12f2ce3 commit f2e8db6
Show file tree
Hide file tree
Showing 15 changed files with 9,949 additions and 8,022 deletions.
2 changes: 1 addition & 1 deletion apps/admin/autoResolver/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
CAAppLogo: typeof import('@celeris/components')['CAAppLogo']
Expand Down
30 changes: 15 additions & 15 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.2",
"packageManager": "pnpm@9.0.1",
"packageManager": "pnpm@9.1.0",
"description": "Celeris Web",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down Expand Up @@ -35,19 +35,19 @@
"@celeris/utils": "workspace:*",
"@formily/core": "^2.3.1",
"@formily/vue": "^2.3.1",
"@tanstack/query-persist-client-core": "^5.29.0",
"@tanstack/query-sync-storage-persister": "^5.29.0",
"@tanstack/vue-query": "^5.29.0",
"@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",
"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.0.3",
"vue": "^3.4.23",
"vue-i18n": "^9.12.1",
"vue-router": "^4.3.1"
"pkg-types": "^1.1.0",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@celeris/admin-api": "workspace:*",
Expand All @@ -58,14 +58,14 @@
"@celeris/types": "workspace:*",
"@celeris/vite": "workspace:*",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-dom": "^3.4.23",
"@vue/test-utils": "^2.4.5",
"@vue/compiler-dom": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"jsdom": "^24.0.0",
"pnpm": "^9.0.1",
"pnpm": "^9.1.0",
"typescript": "^5.4.5",
"unocss": "^0.59.3",
"vite": "^5.2.9",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13"
"unocss": "^0.60.0",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.16"
}
}
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default kirklin({
rules: {
"new-cap": "warn",
},
unocss: true,
formatters: {
/**
* 格式化CSS、LESS、SCSS文件,以及Vue中的`<style>`块
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.2",
"private": true,
"packageManager": "pnpm@9.0.1",
"packageManager": "pnpm@9.1.0",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
"homepage": "https://github.com/kirklin/celeris-web",
Expand Down Expand Up @@ -60,19 +60,19 @@
"devDependencies": {
"@celeris/tsconfig": "workspace:*",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@kirklin/eslint-config": "^2.3.1",
"@kirklin/eslint-config": "^2.3.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.7",
"@types/node": "^20.12.11",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-plugin": "^0.59.3",
"@unocss/eslint-plugin": "^0.60.0",
"@vitest/coverage-c8": "^0.33.0",
"bumpp": "^9.4.0",
"bumpp": "^9.4.1",
"cross-env": "^7.0.3",
"directory-tree": "^3.5.1",
"dotenv": "^16.4.5",
"eslint": "^9.0.0",
"eslint": "^9.2.0",
"eslint-plugin-format": "^0.1.1",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
Expand All @@ -82,12 +82,12 @@
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"scripts": "workspace:*",
"taze": "^0.13.6",
"taze": "^0.13.8",
"treeify": "^1.1.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.9",
"vitest": "^1.5.0"
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"lint-staged": {
"**/*": "eslint --fix"
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.0.23",
"ai": "^3.1.3",
"gpt-tokenizer": "^2.1.2",
"openai": "^4.36.0",
"openai": "^4.42.0",
"promptitude": "^0.0.0",
"url-join": "^5.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/node/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@celeris/utils": "workspace:*",
"vite": "^5.2.9"
"vite": "^5.2.11"
},
"devDependencies": {
"@celeris/styles": "workspace:*",
Expand All @@ -25,9 +25,9 @@
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-config": "^0.1.5",
"unplugin-vue-components": "^0.26.0",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-vue-devtools": "^7.0.27"
"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"
}
}
4 changes: 2 additions & 2 deletions packages/web/CAComponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@celeris/constants": "workspace:*",
"@celeris/utils": "workspace:*",
"naive-ui": "2.38.1",
"vue": "^3.4.23"
"naive-ui": "2.38.2",
"vue": "^3.4.27"
}
}
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.6.9"
"vue-echarts": "^6.7.2"
},
"devDependencies": {
"@celeris/assets": "workspace:*",
"@celeris/types": "workspace:*",
"vue": "^3.4.23",
"vue-router": "^4.3.1"
"vue": "^3.4.27",
"vue-router": "^4.3.2"
}
}
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.23"
"vue": "^3.4.27"
}
}
4 changes: 2 additions & 2 deletions 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.23",
"vue-i18n": "^9.12.1"
"vue": "^3.4.27",
"vue-i18n": "^9.13.1"
}
}
14 changes: 7 additions & 7 deletions packages/web/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"unocss-preset-ease": "^0.0.3"
},
"devDependencies": {
"@css-render/plugin-bem": "^0.15.12",
"@css-render/vue3-ssr": "^0.15.12",
"@iconify/json": "^2.2.201",
"@iconify/vue": "4.1.1",
"css-render": "^0.15.12",
"unocss": "^0.59.3",
"vite": "^5.2.9"
"@css-render/plugin-bem": "^0.15.14",
"@css-render/vue3-ssr": "^0.15.14",
"@iconify/json": "^2.2.208",
"@iconify/vue": "4.1.2",
"css-render": "^0.15.14",
"unocss": "^0.60.0",
"vite": "^5.2.11"
}
}
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.23",
"vue-router": "^4.3.1"
"vue": "^3.4.27",
"vue-router": "^4.3.2"
}
}
8 changes: 4 additions & 4 deletions packages/web/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"algorithm-snowflake": "^0.0.0",
"colord": "^2.9.3",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"dayjs": "^1.11.11",
"detect-mobile": "^0.0.0",
"lodash-es": "^4.17.21",
"path-to-regexp": "^6.2.2"
Expand All @@ -29,8 +29,8 @@
"@celeris/types": "workspace:*",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@vue/runtime-core": "3.4.23",
"vue": "^3.4.23",
"vue-router": "^4.3.1"
"@vue/runtime-core": "3.4.27",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
}
}

0 comments on commit f2e8db6

Please sign in to comment.