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

Commit 9a096b0

Browse files
committed
[add] Session Box component based on Authing.cn
[add] User model [optimize] update Upstream packages
1 parent b15ec09 commit 9a096b0

File tree

8 files changed

+311
-42
lines changed

8 files changed

+311
-42
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ yarn.lock
1414
/build
1515
.parcel-cache/
1616
dist/
17-
.leancloud
17+
.env*
1818

1919
# misc
2020
.DS_Store

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"node": ">=18"
88
},
99
"dependencies": {
10+
"@authing/guard": "^5.3.4",
1011
"@octokit/rest": "^20.1.1",
1112
"browser-unhandled-rejection": "^1.0.2",
1213
"classnames": "^2.5.1",
@@ -18,6 +19,7 @@
1819
"marked": "^12.0.2",
1920
"mobx": "^6.12.3",
2021
"mobx-react": "^9.1.1",
22+
"mobx-restful": "^0.7.0-rc.0",
2123
"react": "^18.3.1",
2224
"react-bootstrap": "^2.10.2",
2325
"react-dom": "^18.3.1",
@@ -35,18 +37,18 @@
3537
"@types/jest": "^29.5.12",
3638
"@types/lodash.debounce": "^4.0.9",
3739
"@types/node": "^18.19.33",
38-
"@types/react": "^18.3.2",
40+
"@types/react": "^18.3.3",
3941
"@types/react-dom": "^18.3.0",
4042
"@types/turndown": "^5.0.4",
4143
"buffer": "^6.0.3",
4244
"husky": "^9.0.11",
4345
"jest": "^29.7.0",
44-
"lint-staged": "^15.2.4",
46+
"lint-staged": "^15.2.5",
4547
"parcel": "~2.12.0",
4648
"prettier": "^3.2.5",
4749
"process": "^0.11.10",
4850
"ts-jest": "^29.1.3",
49-
"tsx": "^4.10.5",
51+
"tsx": "^4.11.0",
5052
"typescript": "~5.4.5",
5153
"workbox-cli": "^7.1.0"
5254
},

0 commit comments

Comments
 (0)