Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Jul 18, 2023
1 parent c425e11 commit e0752da
Show file tree
Hide file tree
Showing 7 changed files with 333 additions and 526 deletions.
14 changes: 7 additions & 7 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/admin",
"version": "0.0.1",
"packageManager": "[email protected].7",
"packageManager": "[email protected].8",
"description": "Celeris Web",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down Expand Up @@ -33,9 +33,9 @@
"@celeris/utils": "workspace:*",
"@formily/core": "^2.2.27",
"@formily/vue": "^2.2.27",
"@tanstack/query-persist-client-core": "^4.29.19",
"@tanstack/query-sync-storage-persister": "^4.29.19",
"@tanstack/vue-query": "^4.29.20",
"@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",
"nprogress": "^0.2.0",
Expand All @@ -58,11 +58,11 @@
"@vue/compiler-dom": "^3.3.4",
"@vue/test-utils": "^2.4.0",
"jsdom": "^22.1.0",
"pnpm": "^8.6.7",
"pnpm": "^8.6.8",
"typescript": "^5.1.6",
"unocss": "^0.53.5",
"vite": "^4.4.2",
"vite": "^4.4.4",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.4"
"vue-tsc": "^1.8.5"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "celeris-web-monorepo",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected].7",
"packageManager": "[email protected].8",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
"homepage": "https://github.com/kirklin/celeris-web",
Expand Down Expand Up @@ -62,15 +62,15 @@
"@commitlint/config-conventional": "^17.6.6",
"@kirklin/eslint-config": "^0.4.1",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.4.1",
"@types/node": "^20.4.2",
"@types/nprogress": "^0.2.0",
"@vitest/coverage-c8": "^0.33.0",
"bumpp": "^9.1.1",
"cross-env": "^7.0.3",
"directory-tree": "^3.5.1",
"dotenv": "^16.3.1",
"eslint": "^8.44.0",
"esno": "^0.16.3",
"eslint": "^8.45.0",
"esno": "^0.17.0",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
Expand All @@ -82,7 +82,7 @@
"treeify": "^1.1.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.4.2",
"vite": "^4.4.4",
"vitest": "^0.33.0"
},
"lint-staged": {
Expand Down
6 changes: 3 additions & 3 deletions packages/node/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@celeris/utils": "workspace:*",
"vite": "^4.4.2"
"vite": "^4.4.4"
},
"devDependencies": {
"@celeris/styles": "workspace:*",
Expand All @@ -23,8 +23,8 @@
"unplugin-auto-import": "^0.16.6",
"unplugin-config": "^0.0.3",
"unplugin-vue-components": "^0.25.1",
"vite-plugin-inspect": "^0.7.32",
"vite-plugin-inspect": "^0.7.33",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-vue-devtools": "^0.5.0"
"vite-plugin-vue-devtools": "^1.0.0-alpha.2"
}
}
2 changes: 1 addition & 1 deletion packages/web/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@celeris/constants": "workspace:*",
"@celeris/styles": "workspace:*",
"@celeris/utils": "workspace:*",
"echarts": "^5.4.2",
"echarts": "^5.4.3",
"vue-echarts": "^6.6.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/web/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"unocss-preset-chinese": "^0.0.6"
},
"devDependencies": {
"@iconify/json": "^2.2.88",
"@iconify/json": "^2.2.92",
"css-render": "^0.15.12",
"unocss": "^0.53.5",
"vite": "^4.4.2"
"vite": "^4.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/web/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@celeris/constants": "workspace:*",
"@celeris/types": "workspace:*",
"@types/crypto-js": "^4.1.1",
"@types/lodash-es": "^4.17.7",
"@types/lodash-es": "^4.17.8",
"@vue/runtime-core": "3.3.4",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
Expand Down
Loading

2 comments on commit e0752da

@vercel
Copy link

@vercel vercel bot commented on e0752da Jul 18, 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-git-master-kirklin.vercel.app
celeris-web.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e0752da Jul 18, 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-git-master-kirklin.vercel.app
celeris-web-api.vercel.app

Please sign in to comment.