Skip to content

Commit 4fd8614

Browse files
✨ feat: Update sitemap
1 parent dc904b3 commit 4fd8614

File tree

2 files changed

+57
-51
lines changed

2 files changed

+57
-51
lines changed

.dumirc.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,14 @@ export default defineConfig({
8888
define: {
8989
'process.env': process.env,
9090
},
91-
favicons: ['https://npm.elemecdn.com/@lobehub/assets-favicons/assets/favicon.ico'],
91+
favicons: ['https://lobehub.com/favicon.ico'],
9292
locales: [{ id: 'en-US', name: 'English' }],
9393
mfsu: isWin ? undefined : {},
9494
npmClient: 'pnpm',
9595
publicPath: '/',
96+
sitemap: {
97+
hostname: 'https://readme-wizard.lobehub.com',
98+
},
9699
styles: [
97100
`html, body { background: transparent; }
98101

package.json

Lines changed: 53 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -54,64 +54,67 @@
5454
]
5555
},
5656
"dependencies": {
57-
"@babel/runtime": "^7",
58-
"@lobehub/ui": "latest",
57+
"@babel/runtime": "^7.25.6",
5958
"@vercel/og": "0.5.18",
60-
"ahooks": "^3",
61-
"antd": "^5",
62-
"antd-style": "^3",
6359
"dotenv": "^16.4.5",
64-
"fast-deep-equal": "^3",
65-
"immer": "^10",
66-
"leva": "latest",
67-
"lodash-es": "^4",
68-
"lucide-react": "latest",
60+
"fast-deep-equal": "^3.1.3",
61+
"immer": "^10.1.1",
62+
"lodash-es": "^4.17.21",
6963
"node-html-parser": "^6.1.13",
70-
"polished": "^4",
71-
"query-string": "^8",
72-
"react-layout-kit": "^1",
73-
"react-markdown": "^8",
74-
"react-syntax-highlighter": "^15",
75-
"rehype-highlight": "^7",
76-
"rehype-raw": "^7",
77-
"remark-gfm": "^3",
78-
"remark-slug": "^7",
79-
"remark-toc": "^8",
80-
"simple-icons": "^10.0.0",
81-
"swr": "^2.2.4",
82-
"url-join": "^5",
83-
"use-merge-value": "^1",
84-
"utility-types": "^3",
85-
"zustand": "^4.4",
86-
"zustand-utils": "^1"
64+
"polished": "^4.3.1",
65+
"query-string": "^8.2.0",
66+
"react-markdown": "^8.0.7",
67+
"react-syntax-highlighter": "^15.5.0",
68+
"rehype-highlight": "^7.0.0",
69+
"rehype-raw": "^7.0.0",
70+
"remark-gfm": "^3.0.1",
71+
"remark-slug": "^7.0.1",
72+
"remark-toc": "^8.0.1",
73+
"simple-icons": "^10.4.0",
74+
"swr": "^2.2.5",
75+
"url-join": "^5.0.0",
76+
"use-merge-value": "^1.2.0",
77+
"utility-types": "^3.11.0",
78+
"zustand": "^4.5.5",
79+
"zustand-utils": "^1.3.2"
8780
},
8881
"devDependencies": {
89-
"@commitlint/cli": "^18",
82+
"@commitlint/cli": "^18.6.1",
9083
"@lobehub/lint": "latest",
91-
"@testing-library/react": "^14",
92-
"@types/lodash-es": "^4",
93-
"@types/react": "^18",
94-
"@types/react-dom": "^18",
95-
"@vitest/coverage-v8": "latest",
96-
"commitlint": "^18",
97-
"concurrently": "^8",
98-
"cross-env": "^7",
84+
"@testing-library/react": "^14.3.1",
85+
"@types/lodash-es": "^4.17.12",
86+
"@types/react": "^18.3.8",
87+
"@types/react-dom": "^18.3.0",
88+
"@vitest/coverage-v8": "~1.2.2",
89+
"babel-plugin-antd-style": "^1.0.4",
90+
"commitlint": "^18.6.1",
91+
"concurrently": "^8.2.2",
92+
"cross-env": "^7.0.3",
9993
"dumi": "2.2.17",
100-
"dumi-theme-lobehub": "latest",
101-
"eslint": "^8",
94+
"dumi-theme-lobehub": "^1.8.1",
95+
"eslint": "^8.57.1",
10296
"father": "4.3.1",
103-
"husky": "^8",
104-
"jsdom": "^23.0.0",
105-
"lint-staged": "^15",
106-
"prettier": "^3",
107-
"react": "^18",
108-
"react-dom": "^18",
109-
"remark": "^14",
110-
"remark-cli": "^11",
111-
"semantic-release": "^21",
112-
"stylelint": "^15",
113-
"typescript": "^5",
114-
"vitest": "latest"
97+
"husky": "^8.0.3",
98+
"jsdom": "^23.2.0",
99+
"lint-staged": "^15.2.10",
100+
"prettier": "^3.3.3",
101+
"remark": "^14.0.3",
102+
"remark-cli": "^11.0.0",
103+
"semantic-release": "^21.1.2",
104+
"stylelint": "^15.11.0",
105+
"typescript": "^5.6.2",
106+
"vitest": "~1.2.2"
107+
},
108+
"peerDependencies": {
109+
"@lobehub/ui": ">=1",
110+
"ahooks": ">=3",
111+
"antd": ">=5.13.0",
112+
"antd-style": ">=3",
113+
"leva": ">=0.9.35",
114+
"lucide-react": ">=0.396.0",
115+
"react": ">=18",
116+
"react-dom": ">=18",
117+
"react-layout-kit": ">=1"
115118
},
116119
"publishConfig": {
117120
"access": "public",

0 commit comments

Comments
 (0)