Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent f4e875d commit ea80d3c
Show file tree
Hide file tree
Showing 3 changed files with 1,210 additions and 673 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
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "3.46.41",
"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 @@ -23,13 +23,13 @@
},
"dependencies": {
"@changey/react-leaflet-markercluster": "4.0.0-rc1",
"@yeger/vue-masonry-wall": "5.0.2",
"baklavajs": "2.1.1",
"@yeger/vue-masonry-wall": "5.0.3",
"baklavajs": "2.2.0",
"leaflet": "1.9.4",
"react-leaflet": "4.2.1",
"tailwindcss": "3.3.5",
"vecti": "3.0.1",
"vue-marmoset-viewer": "4.0.2"
"tailwindcss": "3.3.6",
"vecti": "3.0.2",
"vue-marmoset-viewer": "4.0.3"
},
"devDependencies": {
"@astrojs/check": "0.3.1",
Expand All @@ -38,7 +38,7 @@
"@astrojs/prefetch": "0.4.1",
"@astrojs/rss": "3.0.0",
"@astrojs/sitemap": "3.0.3",
"@astrojs/tailwind": "5.0.2",
"@astrojs/tailwind": "5.0.3",
"@astrojs/vue": "3.0.4",
"@babel/core": "7",
"@commitlint/cli": "18.4.3",
Expand All @@ -47,21 +47,21 @@
"@tailwindcss/typography": "0.5.10",
"@types/html-escaper": "3.0.2",
"@types/leaflet": "1.9.8",
"@types/node": "20.9.1",
"@yeger/eslint-config": "1.9.1",
"astro": "3.5.5",
"@types/node": "20.10.4",
"@yeger/eslint-config": "1.9.2",
"astro": "3.6.4",
"astro-critters": "2.0.11",
"astro-icon": "0.8.1",
"astro-icon": "0.8.2",
"astro-robots-txt": "1.0.0",
"astro-seo-schema": "3.2.1",
"cypress": "13.5.1",
"eslint": "8.54.0",
"cypress": "13.6.1",
"eslint": "8.55.0",
"hast-util-to-string": "2.0.0",
"hastscript": "7.2.0",
"html-escaper": "3.0.3",
"husky": "8.0.3",
"is-ci": "3.0.1",
"lint-staged": "15.1.0",
"lint-staged": "15.2.0",
"mdast-util-to-string": "4.0.0",
"moment": "2.29.4",
"preact": "10.19.2",
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",
"ts-node": "10.9.1",
"turbo": "1.10.16",
"typescript": "5.2.2",
"rollup": "4.7.0",
"sharp": "0.33.0",
"ts-node": "10.9.2",
"turbo": "1.11.1",
"typescript": "5.3.3",
"vite": "4.5.1",
"vite-plugin-lib": "2.0.2",
"vue": "3.3.9",
"vue-tsc": "1.8.22"
"vite-plugin-lib": "2.0.3",
"vue": "3.3.11",
"vue-tsc": "1.8.25"
},
"lint-staged": {
"*.{astro,js,json,md,ts,vue,yaml,yml}": "eslint --fix"
Expand Down
Loading

0 comments on commit ea80d3c

Please sign in to comment.