Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Apr 17, 2024
1 parent 942fa0b commit d5419c4
Show file tree
Hide file tree
Showing 15 changed files with 1,292 additions and 1,931 deletions.
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@8.15.5",
"packageManager": "pnpm@9.0.1",
"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.28.9",
"@tanstack/query-sync-storage-persister": "^5.28.9",
"@tanstack/vue-query": "^5.28.9",
"@tanstack/vue-table": "^8.15.2",
"@tanstack/query-persist-client-core": "^5.29.0",
"@tanstack/query-sync-storage-persister": "^5.29.0",
"@tanstack/vue-query": "^5.29.0",
"@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.21",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0"
"vue": "^3.4.23",
"vue-i18n": "^9.12.1",
"vue-router": "^4.3.1"
},
"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.21",
"@vue/compiler-dom": "^3.4.23",
"@vue/test-utils": "^2.4.5",
"jsdom": "^24.0.0",
"pnpm": "^8.15.5",
"typescript": "^5.4.3",
"unocss": "^0.58.8",
"vite": "^5.2.6",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7"
"pnpm": "^9.0.1",
"typescript": "^5.4.5",
"unocss": "^0.59.3",
"vite": "^5.2.9",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13"
}
}
24 changes: 12 additions & 12 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.5",
"packageManager": "pnpm@9.0.1",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
"homepage": "https://github.com/kirklin/celeris-web",
Expand Down Expand Up @@ -60,20 +60,20 @@
"devDependencies": {
"@celeris/tsconfig": "workspace:*",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@kirklin/eslint-config": "^2.2.0",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@kirklin/eslint-config": "^2.3.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.30",
"@types/node": "^20.12.7",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-plugin": "^0.58.8",
"@unocss/eslint-plugin": "^0.59.3",
"@vitest/coverage-c8": "^0.33.0",
"bumpp": "^9.4.0",
"cross-env": "^7.0.3",
"directory-tree": "^3.5.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.0",
"eslint": "^9.0.0",
"eslint-plugin-format": "^0.1.1",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
Expand All @@ -82,12 +82,12 @@
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"scripts": "workspace:*",
"taze": "^0.13.3",
"taze": "^0.13.6",
"treeify": "^1.1.0",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.6",
"vitest": "^1.4.0"
"vite": "^5.2.9",
"vitest": "^1.5.0"
},
"lint-staged": {
"**/*": "eslint --fix"
Expand Down
6 changes: 3 additions & 3 deletions packages/ai/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@azure/openai": "^1.0.0-beta.11",
"@azure/openai": "^1.0.0-beta.12",
"@faker-js/faker": "^8.4.1",
"ai": "^3.0.15",
"ai": "^3.0.23",
"gpt-tokenizer": "^2.1.2",
"openai": "^4.30.0",
"openai": "^4.36.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 @@ -16,6 +16,6 @@
"@celeris/types": "workspace:*",
"@celeris/utils": "workspace:*",
"h3": "^1.11.1",
"nitropack": "^2.9.5"
"nitropack": "^2.9.6"
}
}
8 changes: 4 additions & 4 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.6"
"vite": "^5.2.9"
},
"devDependencies": {
"@celeris/styles": "workspace:*",
"@celeris/types": "workspace:*",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.3",
"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.7",
"vite-plugin-vue-devtools": "^7.0.25"
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-vue-devtools": "^7.0.27"
}
}
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.1",
"vue": "^3.4.21"
"vue": "^3.4.23"
}
}
4 changes: 2 additions & 2 deletions packages/web/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@celeris/assets": "workspace:*",
"@celeris/types": "workspace:*",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.23",
"vue-router": "^4.3.1"
}
}
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.21"
"vue": "^3.4.23"
}
}
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.21",
"vue-i18n": "^9.10.2"
"vue": "^3.4.23",
"vue-i18n": "^9.12.1"
}
}
4 changes: 2 additions & 2 deletions packages/web/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@celeris/types": "workspace:*",
"@celeris/utils": "workspace:*",
"axios": "^1.6.8",
"qs": "^6.12.0"
"qs": "^6.12.1"
},
"devDependencies": {
"@types/qs": "^6.9.14"
"@types/qs": "^6.9.15"
}
}
6 changes: 3 additions & 3 deletions packages/web/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"devDependencies": {
"@css-render/plugin-bem": "^0.15.12",
"@css-render/vue3-ssr": "^0.15.12",
"@iconify/json": "^2.2.196",
"@iconify/json": "^2.2.201",
"@iconify/vue": "4.1.1",
"css-render": "^0.15.12",
"unocss": "^0.58.8",
"vite": "^5.2.6"
"unocss": "^0.59.3",
"vite": "^5.2.9"
}
}
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.21",
"vue-router": "^4.3.0"
"vue": "^3.4.23",
"vue-router": "^4.3.1"
}
}
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.10",
"detect-mobile": "^0.0.0",
"lodash-es": "^4.17.21",
"path-to-regexp": "^6.2.1"
"path-to-regexp": "^6.2.2"
},
"devDependencies": {
"@celeris/constants": "workspace:*",
"@celeris/types": "workspace:*",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@vue/runtime-core": "3.4.21",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"@vue/runtime-core": "3.4.23",
"vue": "^3.4.23",
"vue-router": "^4.3.1"
}
}
Loading

0 comments on commit d5419c4

Please sign in to comment.