Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 5f3a081 commit 8a74d19
Show file tree
Hide file tree
Showing 3 changed files with 534 additions and 218 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
20.10.0
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "3.46.38",
"private": true,
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"description": "Personal website of Jan Müller, a passionate software engineer.",
"scripts": {
"build": "astro build",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@changey/react-leaflet-markercluster": "4.0.0-rc1",
"@yeger/vue-masonry-wall": "5.0.2",
"baklavajs": "2.1.1",
"baklavajs": "2.2.0",
"leaflet": "1.9.4",
"react-leaflet": "4.2.1",
"tailwindcss": "3.3.5",
Expand All @@ -47,14 +47,14 @@
"@tailwindcss/typography": "0.5.10",
"@types/html-escaper": "3.0.2",
"@types/leaflet": "1.9.8",
"@types/node": "20.9.1",
"@types/node": "20.10.1",
"@yeger/eslint-config": "1.9.1",
"astro": "3.5.5",
"astro": "3.6.3",
"astro-critters": "2.0.11",
"astro-icon": "0.8.1",
"astro-robots-txt": "1.0.0",
"astro-seo-schema": "3.2.1",
"cypress": "13.5.1",
"cypress": "13.6.0",
"eslint": "8.54.0",
"hast-util-to-string": "2.0.0",
"hastscript": "7.2.0",
Expand All @@ -71,15 +71,15 @@
"rehype-autolink-headings": "6.1.1",
"rehype-external-links": "2.1.0",
"rehype-slug": "5.1.0",
"rollup": "4.4.1",
"sharp": "0.32.6",
"rollup": "4.6.0",
"sharp": "0.33.0",
"ts-node": "10.9.1",
"turbo": "1.10.16",
"typescript": "5.2.2",
"typescript": "5.3.2",
"vite": "4.5.0",
"vite-plugin-lib": "2.0.2",
"vue": "3.3.8",
"vue-tsc": "1.8.22"
"vue-tsc": "1.8.24"
},
"lint-staged": {
"*.{astro,js,json,md,ts,vue,yaml,yml}": "eslint --fix"
Expand Down
Loading

0 comments on commit 8a74d19

Please sign in to comment.