Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Feb 25, 2024
1 parent 4c6d14b commit 4693157
Show file tree
Hide file tree
Showing 15 changed files with 752 additions and 681 deletions.
26 changes: 13 additions & 13 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@8.15.1",
"packageManager": "pnpm@8.15.4",
"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.18.1",
"@tanstack/query-sync-storage-persister": "^5.18.1",
"@tanstack/vue-query": "^5.18.1",
"@tanstack/vue-table": "^8.11.8",
"destr": "^2.0.2",
"@tanstack/query-persist-client-core": "^5.24.1",
"@tanstack/query-sync-storage-persister": "^5.24.1",
"@tanstack/vue-query": "^5.24.1",
"@tanstack/vue-table": "^8.12.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.15",
"vue": "^3.4.19",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.5"
"vue-router": "^4.3.0"
},
"devDependencies": {
"@celeris/admin-api": "workspace:*",
Expand All @@ -57,15 +57,15 @@
"@celeris/hooks": "workspace:*",
"@celeris/types": "workspace:*",
"@celeris/vite": "workspace:*",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-dom": "^3.4.15",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-dom": "^3.4.19",
"@vue/test-utils": "^2.4.4",
"jsdom": "^24.0.0",
"pnpm": "^8.15.1",
"pnpm": "^8.15.4",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"vite": "^5.1.4",
"vitest": "^1.3.1",
"vue-tsc": "^1.8.27"
}
}
18 changes: 9 additions & 9 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@8.15.1",
"packageManager": "pnpm@8.15.4",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
"homepage": "https://github.com/kirklin/celeris-web",
Expand Down Expand Up @@ -60,23 +60,23 @@
"devDependencies": {
"@celeris/tsconfig": "workspace:*",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@kirklin/eslint-config": "^2.1.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.16",
"@types/node": "^20.11.20",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-plugin": "^0.58.5",
"@vitest/coverage-c8": "^0.33.0",
"bumpp": "^9.3.0",
"cross-env": "^7.0.3",
"directory-tree": "^3.5.1",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.0",
"esno": "^4.0.0",
"fs-extra": "^11.2.0",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"npm-run-all": "^4.1.5",
Expand All @@ -86,8 +86,8 @@
"treeify": "^1.1.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.12",
"vitest": "^1.2.2"
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
"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 @@ -15,9 +15,9 @@
},
"dependencies": {
"@azure/openai": "^1.0.0-beta.11",
"ai": "^2.2.33",
"ai": "^2.2.36",
"gpt-tokenizer": "^2.1.2",
"openai": "^4.26.1",
"openai": "^4.28.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.10.1",
"h3": "^1.10.2",
"nitropack": "^2.8.1"
}
}
6 changes: 3 additions & 3 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.0.12"
"vite": "^5.1.4"
},
"devDependencies": {
"@celeris/styles": "workspace:*",
Expand All @@ -27,7 +27,7 @@
"unplugin-config": "^0.1.4",
"unplugin-vue-components": "^0.26.0",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-vue-devtools": "^7.0.14"
"vite-plugin-pwa": "^0.19.0",
"vite-plugin-vue-devtools": "^7.0.15"
}
}
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.37.3",
"vue": "^3.4.15"
"naive-ui": "2.38.0",
"vue": "^3.4.19"
}
}
8 changes: 4 additions & 4 deletions packages/web/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@celeris/constants": "workspace:*",
"@celeris/styles": "workspace:*",
"@celeris/utils": "workspace:*",
"echarts": "^5.4.3",
"vue-echarts": "^6.6.8"
"echarts": "^5.5.0",
"vue-echarts": "^6.6.9"
},
"devDependencies": {
"@celeris/assets": "workspace:*",
"@celeris/types": "workspace:*",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
"vue": "^3.4.19",
"vue-router": "^4.3.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.15"
"vue": "^3.4.19"
}
}
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.7.2",
"@vueuse/integrations": "^10.7.2"
"@vueuse/core": "^10.8.0",
"@vueuse/integrations": "^10.8.0"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions packages/web/locale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@celeris/hooks": "workspace:*",
"@celeris/types": "workspace:*",
"@celeris/utils": "workspace:*",
"iso-639-1": "^3.1.0",
"vue": "^3.4.15",
"iso-639-1": "^3.1.2",
"vue": "^3.4.19",
"vue-i18n": "^9.9.1"
}
}
6 changes: 3 additions & 3 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.3",
"@kirklin/reset-css": "^0.0.4",
"animate.css": "^4.1.1",
"unocss-preset-chinese": "^0.3.2",
"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.180",
"@iconify/json": "^2.2.186",
"@iconify/vue": "4.1.1",
"css-render": "^0.15.12",
"unocss": "^0.58.5",
"vite": "^5.0.12"
"vite": "^5.1.4"
}
}
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.15",
"vue-router": "^4.2.5"
"vue": "^3.4.19",
"vue-router": "^4.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/web/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@celeris/types": "workspace:*",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@vue/runtime-core": "3.4.15",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
"@vue/runtime-core": "3.4.19",
"vue": "^3.4.19",
"vue-router": "^4.3.0"
}
}
Loading

0 comments on commit 4693157

Please sign in to comment.