Skip to content

Commit

Permalink
up more
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Feb 9, 2024
1 parent a2b3d53 commit 015585a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"start": "next start"
},
"dependencies": {
"next": "^14.0.4",
"next": "^14.1.0",
"fumadocs-ui": "^8.1.1",
"fumadocs-core": "^8.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"fumadocs-mdx": "^8.0.2"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"typescript": "^5.3.3",
"@types/mdx": "^2.0.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.1"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packageManager": "[email protected]",
"private": true,
"type": "module",
"workspaces": ["examples/*", "packages/*"],
"workspaces": ["docs", "examples/*", "packages/*"],
"scripts": {
"build": "turbo --filter \"./packages/*\" build",
"dev": "turbo --filter \"./packages/*\" dev",
Expand Down

0 comments on commit 015585a

Please sign in to comment.