Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Jan 13, 2025
1 parent 33f9604 commit f944ff7
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 322 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.12.0
version: 9.15.3
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build site
Expand Down
18 changes: 9 additions & 9 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.1.0",
"@fontsource/open-sans": "^5.1.1",
"@reach/skip-nav": "^0.18.0",
"next": "^14.2.14",
"nextra": "3.0.3",
"nextra-theme-docs": "3.0.3",
"next": "^14.2.23",
"nextra": "3.3.1",
"nextra-theme-docs": "3.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "^0.33.5",
"typescript": "5.6.2"
"typescript": "5.7.3"
},
"devDependencies": {
"@types/node": "22.7.4",
"@types/node": "22.10.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"shx": "^0.3.4",
"tailwindcss": "^3.4.13",
"npm-check-updates": "^17.1.3"
"tailwindcss": "^3.4.17",
"npm-check-updates": "^17.1.13"
}
}
Loading

0 comments on commit f944ff7

Please sign in to comment.