Skip to content

Commit 754d17f

Browse files
committed
feat: 更新依赖项版本
1 parent 5719b24 commit 754d17f

File tree

2 files changed

+930
-859
lines changed

2 files changed

+930
-859
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"generate-sitemap": "tsx scripts/generate-sitemap.ts"
1414
},
1515
"dependencies": {
16-
"@orama/orama": "^3.0.4",
17-
"@orama/tokenizers": "^3.0.4",
16+
"@orama/orama": "^3.1.3",
17+
"@orama/tokenizers": "^3.1.3",
1818
"@oramacloud/client": "^2.1.4",
1919
"autocorrect-node": "^2.13.0",
2020
"class-variance-authority": "^0.7.1",
@@ -23,33 +23,33 @@
2323
"copy-to-clipboard": "^3.3.3",
2424
"cz-conventional-changelog": "^3.3.0",
2525
"dotenv": "^16.4.7",
26-
"framer-motion": "^11.16.4",
26+
"framer-motion": "^11.18.2",
2727
"fumadocs-core": "14.6.4",
2828
"fumadocs-mdx": "11.2.1",
29-
"fumadocs-typescript": "^3.0.2",
29+
"fumadocs-typescript": "^3.1.0",
3030
"fumadocs-ui": "14.6.4",
31-
"globby": "^14.0.2",
31+
"globby": "^14.1.0",
3232
"lucide-react": "^0.469.0",
3333
"next": "15.1.2",
3434
"only-allow": "^1.2.1",
3535
"react": "^19.0.0",
3636
"react-dom": "^19.0.0",
3737
"react-feather": "^2.0.10",
38-
"react-icons": "^5.4.0",
39-
"shiki": "^1.26.1",
38+
"react-icons": "^5.5.0",
39+
"shiki": "^1.29.2",
4040
"tailwind-merge": "^2.6.0"
4141
},
4242
"devDependencies": {
4343
"@types/mdx": "^2.0.13",
4444
"@types/node": "22.10.2",
45-
"@types/react": "^19.0.4",
46-
"@types/react-dom": "^19.0.2",
47-
"autoprefixer": "^10.4.20",
48-
"postcss": "^8.4.49",
49-
"prettier": "^3.4.2",
45+
"@types/react": "^19.0.12",
46+
"@types/react-dom": "^19.0.4",
47+
"autoprefixer": "^10.4.21",
48+
"postcss": "^8.5.3",
49+
"prettier": "^3.5.3",
5050
"tailwindcss": "^3.4.17",
51-
"tsx": "^4.19.2",
52-
"typescript": "^5.7.3"
51+
"tsx": "^4.19.3",
52+
"typescript": "^5.8.2"
5353
},
5454
"config": {
5555
"commitizen": {

0 commit comments

Comments
 (0)