-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
333 additions
and
526 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
e0752da
There was a problem hiding this comment.
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
e0752da
There was a problem hiding this comment.
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