Skip to content

Commit

Permalink
fix: update vue-i18n configuration and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Sep 6, 2023
1 parent 1ce882d commit 9f89cc8
Show file tree
Hide file tree
Showing 14 changed files with 2,249 additions and 1,594 deletions.
38 changes: 19 additions & 19 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.1",
"packageManager": "pnpm@8.6.8",
"packageManager": "pnpm@8.7.4",
"description": "Celeris Web",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down Expand Up @@ -32,19 +32,19 @@
"@celeris/request": "workspace:*",
"@celeris/styles": "workspace:*",
"@celeris/utils": "workspace:*",
"@formily/core": "^2.2.27",
"@formily/vue": "^2.2.27",
"@tanstack/query-persist-client-core": "^4.29.25",
"@tanstack/query-sync-storage-persister": "^4.29.25",
"@tanstack/vue-query": "^4.29.25",
"@tanstack/vue-table": "^8.9.3",
"destr": "^2.0.0",
"@formily/core": "^2.2.29",
"@formily/vue": "^2.2.29",
"@tanstack/query-persist-client-core": "^4.33.0",
"@tanstack/query-sync-storage-persister": "^4.33.0",
"@tanstack/vue-query": "^4.34.4",
"@tanstack/vue-table": "^8.9.7",
"destr": "^2.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.4",
"pinia-plugin-persistedstate": "^3.1.0",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"pkg-types": "^1.0.3",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-i18n": "^9.3.0",
"vue-router": "^4.2.4"
},
"devDependencies": {
Expand All @@ -55,15 +55,15 @@
"@celeris/hooks": "workspace:*",
"@celeris/types": "workspace:*",
"@celeris/vite": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/compiler-dom": "^3.3.4",
"@vue/test-utils": "^2.4.0",
"@vue/test-utils": "^2.4.1",
"jsdom": "^22.1.0",
"pnpm": "^8.6.8",
"typescript": "^5.1.6",
"unocss": "^0.53.5",
"vite": "^4.4.4",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.5"
"pnpm": "^8.7.4",
"typescript": "^5.2.2",
"unocss": "^0.55.7",
"vite": "^4.4.9",
"vitest": "^0.34.3",
"vue-tsc": "^1.8.8"
}
}
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.1",
"private": true,
"packageManager": "pnpm@8.6.8",
"packageManager": "pnpm@8.7.4",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
"homepage": "https://github.com/kirklin/celeris-web",
Expand Down Expand Up @@ -59,32 +59,32 @@
"devDependencies": {
"@celeris/tsconfig": "workspace:*",
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@kirklin/eslint-config": "^0.4.1",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@kirklin/eslint-config": "^0.5.3",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.4.2",
"@types/node": "^20.5.9",
"@types/nprogress": "^0.2.0",
"@vitest/coverage-c8": "^0.33.0",
"bumpp": "^9.1.1",
"bumpp": "^9.2.0",
"cross-env": "^7.0.3",
"directory-tree": "^3.5.1",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"eslint": "^8.48.0",
"esno": "^0.17.0",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.1",
"scripts": "workspace:*",
"taze": "^0.11.2",
"treeify": "^1.1.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.4.4",
"vitest": "^0.33.0"
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.9",
"vitest": "^0.34.3"
},
"lint-staged": {
"**/*": "eslint --fix"
Expand Down
12 changes: 6 additions & 6 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": "^4.4.4"
"vite": "^4.4.9"
},
"devDependencies": {
"@celeris/styles": "workspace:*",
"@celeris/types": "workspace:*",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-config": "^0.0.3",
"unplugin-vue-components": "^0.25.1",
"vite-plugin-inspect": "^0.7.33",
"unplugin-vue-components": "^0.25.2",
"vite-plugin-inspect": "^0.7.38",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-vue-devtools": "^1.0.0-alpha.2"
"vite-plugin-vue-devtools": "^1.0.0-rc.3"
}
}
2 changes: 1 addition & 1 deletion packages/node/vite/src/config/configs/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function createApplicationViteConfig(command, mode, cwd) {

resolve: {
alias: {
"vue-i18n": "vue-i18n/dist/vue-i18n.cjs.js",
"vue-i18n": "vue-i18n/dist/vue-i18n.esm-bundler.js",
"~/": `${pathResolve("src")}/`,
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@celeris/styles": "workspace:*",
"@celeris/utils": "workspace:*",
"echarts": "^5.4.3",
"vue-echarts": "^6.6.0"
"vue-echarts": "^6.6.1"
},
"devDependencies": {
"@celeris/assets": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"@celeris/types": "workspace:*",
"@celeris/utils": "workspace:*",
"@vueuse/core": "^10.2.1",
"@vueuse/integrations": "^10.2.1"
"@vueuse/core": "^10.4.1",
"@vueuse/integrations": "^10.4.1"
},
"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": "^2.1.15",
"iso-639-1": "^3.0.1",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2"
"vue-i18n": "^9.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/web/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@celeris/locale": "workspace:*",
"@celeris/types": "workspace:*",
"@celeris/utils": "workspace:*",
"axios": "^1.4.0",
"axios": "^1.5.0",
"qs": "^6.11.2"
},
"devDependencies": {
"@types/qs": "^6.9.7"
"@types/qs": "^6.9.8"
}
}
8 changes: 4 additions & 4 deletions packages/web/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"dependencies": {
"@kirklin/reset-css": "^0.0.3",
"animate.css": "^4.1.1",
"unocss-preset-chinese": "^0.0.6",
"unocss-preset-chinese": "^0.2.1",
"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.92",
"@iconify/json": "^2.2.112",
"css-render": "^0.15.12",
"unocss": "^0.53.5",
"vite": "^4.4.4"
"unocss": "^0.55.7",
"vite": "^4.4.9"
}
}
2 changes: 1 addition & 1 deletion packages/web/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@celeris/constants": "workspace:*"
},
"devDependencies": {
"pinia": "2.1.4",
"pinia": "2.1.6",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/web/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"devDependencies": {
"@celeris/constants": "workspace:*",
"@celeris/types": "workspace:*",
"@types/crypto-js": "^4.1.1",
"@types/lodash-es": "^4.17.8",
"@types/crypto-js": "^4.1.2",
"@types/lodash-es": "^4.17.9",
"@vue/runtime-core": "3.3.4",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
Expand Down
Loading

2 comments on commit 9f89cc8

@vercel
Copy link

@vercel vercel bot commented on 9f89cc8 Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

celeris-web – ./apps/admin

celeris-web-kirklin.vercel.app
celeris-web.vercel.app
celeris-web-git-master-kirklin.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 9f89cc8 Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

celeris-web-api – ./services/admin

celeris-web-api-kirklin.vercel.app
celeris-web-api.vercel.app
celeris-web-api-git-master-kirklin.vercel.app

Please sign in to comment.