Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Aug 5, 2023
1 parent 56026ac commit 7dcac00
Show file tree
Hide file tree
Showing 2 changed files with 799 additions and 228 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"export": "next export"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.14",
"@fontsource/open-sans": "^5.0.7",
"@reach/skip-nav": "^0.18.0",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"next": "^13.1.5",
"nextra": "2.5.2",
"nextra-theme-docs": "2.5.2",
"@types/node": "20.4.7",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"next": "^13.4.12",
"nextra": "2.10.0",
"nextra-theme-docs": "2.10.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.4",
"typescript": "4.9.4"
"typescript": "5.1.6"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"shx": "^0.3.4",
"tailwindcss": "^3.2.4"
"tailwindcss": "^3.3.3"
}
}
Loading

0 comments on commit 7dcac00

Please sign in to comment.