Skip to content

Commit b29450e

Browse files
committed
refactor: dashboard move to spa
Signed-off-by: Innei <[email protected]>
1 parent 3c9e105 commit b29450e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1496
-1171
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@radix-ui/react-select": "2.1.2",
5050
"@radix-ui/react-switch": "1.1.1",
5151
"@radix-ui/react-tabs": "1.1.1",
52-
"@shikijs/transformers": "1.20.0",
52+
"@shikijs/transformers": "1.22.0",
5353
"@shiro/fetch": "link:./packages/fetch",
5454
"@tanstack/query-async-storage-persister": "5.59.0",
5555
"@tanstack/react-query": "5.59.0",
@@ -79,6 +79,7 @@
7979
"jsondiffpatch": "^0.6.0",
8080
"katex": "^0.16.11",
8181
"kbar": "0.1.0-beta.45",
82+
"lodash.get": "4.4.2",
8283
"markdown-escape": "2.0.0",
8384
"markdown-to-jsx": "npm:@innei/[email protected]",
8485
"marked": "14.1.2",
@@ -99,6 +100,7 @@
99100
"react-error-boundary": "4.0.13",
100101
"react-intersection-observer": "9.13.1",
101102
"react-responsive-masonry": "2.3.0",
103+
"react-router-dom": "7.0.0-pre.0",
102104
"react-toastify": "10.0.5",
103105
"react-tweet": "3.2.1",
104106
"remark-directive": "3.0.0",
@@ -152,7 +154,7 @@
152154
"postcss-prune-var": "1.1.2",
153155
"prettier": "3.3.3",
154156
"rimraf": "6.0.1",
155-
"shiki": "1.20.0",
157+
"shiki": "1.22.0",
156158
"simple-git-hooks": "2.11.1",
157159
"tailwind-scrollbar": "3.1.0",
158160
"tailwind-variants": "0.2.1",
@@ -208,4 +210,4 @@
208210
"browserslist": [
209211
"defaults and fully supports es6-module"
210212
]
211-
}
213+
}

pnpm-lock.yaml

Lines changed: 118 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)