Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Nov 14, 2023
1 parent dcb6f5b commit c8f291c
Show file tree
Hide file tree
Showing 3 changed files with 776 additions and 516 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
"updates:check": "ncu"
},
"dependencies": {
"@fontsource/open-sans": "^5.0.9",
"@fontsource/open-sans": "^5.0.17",
"@reach/skip-nav": "^0.18.0",
"next": "^13.4.19",
"nextra": "2.11.1",
"nextra-theme-docs": "2.11.1",
"next": "^13.5.6",
"nextra": "2.13.2",
"nextra-theme-docs": "2.13.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.5",
"typescript": "5.1.6"
"sharp": "^0.32.6",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"shx": "^0.3.4",
"tailwindcss": "^3.3.3",
"npm-check-updates": "^16.12.2"
"tailwindcss": "^3.3.5",
"npm-check-updates": "^16.14.6"
}
}
Loading

0 comments on commit c8f291c

Please sign in to comment.