Skip to content

Commit

Permalink
🎊 chore: upgrade nextra v3.0.8 beta (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Oct 10, 2024
1 parent cc03666 commit c791cf4
Show file tree
Hide file tree
Showing 24 changed files with 1,913 additions and 2,121 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

![image](https://github.com/user-attachments/assets/7bddc174-f011-4b3b-b1a8-972563bd5d6f)



## 安装和运行

- 安装依赖
Expand Down
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,49 +21,49 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.3.28",
"lucide-react": "^0.428.0",
"next": "14.2.5",
"nextra": "^3.0.0-alpha.31",
"nextra-theme-docs": "3.0.0-alpha.31",
"framer-motion": "^11.11.7",
"lucide-react": "^0.451.0",
"next": "14.2.15",
"nextra": "^3.0.8",
"nextra-theme-docs": "3.0.8",
"qss": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"tsparticles": "^3.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.26.0",
"@eslint-react/eslint-plugin": "^1.10.1",
"@eslint/compat": "^1.1.1",
"@iconify/json": "^2.2.238",
"@iconify/tailwind": "^1.1.2",
"@types/node": "^22.4.1",
"@types/react": "^18.3.3",
"@antfu/eslint-config": "^3.7.3",
"@eslint-react/eslint-plugin": "^1.14.3",
"@eslint/compat": "^1.2.0",
"@iconify/json": "^2.2.258",
"@iconify/tailwind": "^1.1.3",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"eslint": "^9.9.0",
"eslint-config-next": "14.2.5",
"eslint": "^9.12.0",
"eslint-config-next": "14.2.15",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "5.1.0-rc-512b09b2-20240718",
"eslint-plugin-react-refresh": "^0.4.9",
"postcss": "^8.4.41",
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.47",
"react-responsive": "^10.0.0",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
"sass": "^1.79.4",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit c791cf4

Please sign in to comment.