Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
[add] Session Box component based on Authing.cn
Browse files Browse the repository at this point in the history
[add] User model
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed May 25, 2024
1 parent b15ec09 commit 9a096b0
Show file tree
Hide file tree
Showing 8 changed files with 311 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ yarn.lock
/build
.parcel-cache/
dist/
.leancloud
.env*

# misc
.DS_Store
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"node": ">=18"
},
"dependencies": {
"@authing/guard": "^5.3.4",
"@octokit/rest": "^20.1.1",
"browser-unhandled-rejection": "^1.0.2",
"classnames": "^2.5.1",
Expand All @@ -18,6 +19,7 @@
"marked": "^12.0.2",
"mobx": "^6.12.3",
"mobx-react": "^9.1.1",
"mobx-restful": "^0.7.0-rc.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.3.1",
Expand All @@ -35,18 +37,18 @@
"@types/jest": "^29.5.12",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^18.19.33",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/turndown": "^5.0.4",
"buffer": "^6.0.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.4",
"lint-staged": "^15.2.5",
"parcel": "~2.12.0",
"prettier": "^3.2.5",
"process": "^0.11.10",
"ts-jest": "^29.1.3",
"tsx": "^4.10.5",
"tsx": "^4.11.0",
"typescript": "~5.4.5",
"workbox-cli": "^7.1.0"
},
Expand Down
Loading

1 comment on commit 9a096b0

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for git-pager ready!

✅ Preview
https://git-pager-8p92a1v8x-techquerys-projects.vercel.app

Built with commit 9a096b0.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.