Skip to content

Commit

Permalink
chore(website): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Jan 23, 2023
1 parent 0b38c98 commit 7f67a38
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 170 deletions.
16 changes: 8 additions & 8 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"start": "pnpm next start"
},
"dependencies": {
"next": "^13.1.2",
"next": "^13.1.4",
"next-themes": "^0.2.1",
"nextra": "^2.2.3",
"nextra-theme-docs": "^2.2.3",
"nextra": "^2.2.12",
"nextra-theme-docs": "^2.2.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.31.3"
},
"devDependencies": {
"@heroicons/react": "^2.0.13",
"@next/font": "^13.1.2",
"@types/node": "^18.11.10",
"@types/react": "^18.0.26",
"@next/font": "^13.1.4",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
}
Loading

0 comments on commit 7f67a38

Please sign in to comment.