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 Jul 17, 2024
1 parent 4ab548f commit bc702f5
Show file tree
Hide file tree
Showing 3 changed files with 3,187 additions and 2,411 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.15.1
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "3.49.2",
"private": true,
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.5.0",
"description": "Personal website of Jan Müller, a passionate software engineer.",
"scripts": {
"build": "astro build",
Expand All @@ -24,68 +24,68 @@
"dependencies": {
"@changey/react-leaflet-markercluster": "4.0.0-rc1",
"@iconify-json/akar-icons": "1.1.24",
"@iconify-json/carbon": "1.1.31",
"@iconify-json/carbon": "1.1.36",
"@iconify-json/fa-brands": "1.1.8",
"@iconify-json/ic": "1.1.17",
"@iconify-json/mdi": "1.1.66",
"@iconify-json/mdi": "1.1.67",
"@iconify-json/radix-icons": "1.1.14",
"@yeger/vue-masonry-wall": "5.0.10",
"baklavajs": "2.4.4",
"@yeger/vue-masonry-wall": "5.0.12",
"baklavajs": "2.4.5",
"leaflet": "1.9.4",
"react-leaflet": "4.2.1",
"tailwindcss": "3.4.3",
"vecti": "3.0.8",
"vue-marmoset-viewer": "4.0.9"
"tailwindcss": "3.4.6",
"vecti": "3.0.10",
"vue-marmoset-viewer": "4.0.10"
},
"devDependencies": {
"@astrojs/check": "0.5.10",
"@astrojs/mdx": "3.1.0",
"@astrojs/preact": "3.2.0",
"@astrojs/check": "0.8.2",
"@astrojs/mdx": "3.1.2",
"@astrojs/preact": "3.5.1",
"@astrojs/prefetch": "0.4.1",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.1.4",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vue": "4.1.0",
"@astrojs/vue": "4.5.0",
"@babel/core": "7",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@preact/preset-vite": "2.8.2",
"@preact/preset-vite": "2.9.0",
"@tailwindcss/typography": "0.5.13",
"@types/html-escaper": "3.0.2",
"@types/leaflet": "1.9.12",
"@types/node": "20.12.7",
"@yeger/eslint-config": "2.2.0",
"astro": "4.8.0",
"astro-critters": "2.1.6",
"@types/node": "20.14.11",
"@yeger/eslint-config": "2.2.3",
"astro": "4.11.6",
"astro-critters": "2.1.10",
"astro-icon": "1.1.0",
"astro-robots-txt": "1.0.0",
"astro-seo-schema": "4.0.0",
"cypress": "13.8.1",
"eslint": "9.1.1",
"astro-seo-schema": "4.0.2",
"cypress": "13.13.1",
"eslint": "9.7.0",
"hast-util-to-string": "3.0.0",
"hastscript": "9.0.0",
"html-escaper": "3.0.3",
"husky": "9.0.11",
"husky": "9.1.0",
"is-ci": "3.0.1",
"lint-staged": "15.2.2",
"lint-staged": "15.2.7",
"mdast-util-to-string": "4.0.0",
"moment": "2.30.1",
"preact": "10.20.2",
"preact": "10.22.1",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"reading-time": "1.5.0",
"rehype-autolink-headings": "7.1.0",
"rehype-external-links": "3.0.0",
"rehype-slug": "6.0.0",
"rollup": "4.16.4",
"sharp": "0.33.3",
"rollup": "4.18.1",
"sharp": "0.33.4",
"ts-node": "10.9.2",
"turbo": "2.0.3",
"typescript": "5.4.5",
"vite": "5.2.13",
"vite-plugin-lib": "2.0.9",
"vue": "3.4.25",
"vue-tsc": "2.0.14"
"turbo": "2.0.7",
"typescript": "5.5.3",
"vite": "5.3.4",
"vite-plugin-lib": "2.0.11",
"vue": "3.4.32",
"vue-tsc": "2.0.26"
},
"lint-staged": {
"*.{astro,cjs,html,js,jsx,json,md,mjs,mts,svelte,ts,tsx,vue,yaml,yml}": "eslint --fix"
Expand Down
Loading

0 comments on commit bc702f5

Please sign in to comment.