Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Aug 20, 2023
1 parent 7dcac00 commit dcb6f5b
Show file tree
Hide file tree
Showing 2 changed files with 1,841 additions and 252 deletions.
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,28 @@
"clean": "shx rm -rf .next node_modules pnpm-lock.yaml",
"start": "next start",
"lint": "next lint",
"export": "next export"
"export": "next export",
"updates:check": "ncu"
},
"dependencies": {
"@fontsource/open-sans": "^5.0.7",
"@fontsource/open-sans": "^5.0.9",
"@reach/skip-nav": "^0.18.0",
"@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",
"next": "^13.4.19",
"nextra": "2.11.1",
"nextra-theme-docs": "2.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.4",
"sharp": "^0.32.5",
"typescript": "5.1.6"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"shx": "^0.3.4",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.3.3",
"npm-check-updates": "^16.12.2"
}
}
Loading

0 comments on commit dcb6f5b

Please sign in to comment.