chore: update dependencies to latest (#5974)

Co-authored-by: kamranahmedse <kamranahmedse@users.noreply.github.com>
pull/6112/head
github-actions[bot] 3 months ago committed by GitHub
parent f016fdbb72
commit c190bdb6b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 40
      package.json
  2. 9643
      pnpm-lock.yaml

@ -28,17 +28,17 @@
"test:e2e": "playwright test" "test:e2e": "playwright test"
}, },
"dependencies": { "dependencies": {
"@astrojs/node": "^8.2.5", "@astrojs/node": "^8.3.2",
"@astrojs/react": "^3.4.0", "@astrojs/react": "^3.6.0",
"@astrojs/sitemap": "^3.1.5", "@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"@fingerprintjs/fingerprintjs": "^4.3.0", "@fingerprintjs/fingerprintjs": "^4.4.1",
"@nanostores/react": "^0.7.2", "@nanostores/react": "^0.7.2",
"@napi-rs/image": "^1.9.2", "@napi-rs/image": "^1.9.2",
"@resvg/resvg-js": "^2.6.2", "@resvg/resvg-js": "^2.6.2",
"@types/react": "^18.3.2", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"astro": "^4.9.1", "astro": "^4.11.3",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"dayjs": "^1.11.11", "dayjs": "^1.11.11",
"dom-to-image": "^2.6.0", "dom-to-image": "^2.6.0",
@ -46,21 +46,21 @@
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"htm": "^3.1.1", "htm": "^3.1.1",
"image-size": "^1.1.1", "image-size": "^1.1.1",
"jose": "^5.3.0", "jose": "^5.6.2",
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"lucide-react": "^0.378.0", "lucide-react": "^0.399.0",
"nanoid": "^5.0.7", "nanoid": "^5.0.7",
"nanostores": "^0.10.3", "nanostores": "^0.10.3",
"node-html-parser": "^6.1.13", "node-html-parser": "^6.1.13",
"npm-check-updates": "^16.14.20", "npm-check-updates": "^16.14.20",
"playwright": "^1.44.0", "playwright": "^1.45.0",
"prismjs": "^1.29.0", "prismjs": "^1.29.0",
"react": "^18.3.1", "react": "^18.3.1",
"react-calendar-heatmap": "^1.9.0", "react-calendar-heatmap": "^1.9.0",
"react-confetti": "^6.1.0", "react-confetti": "^6.1.0",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-tooltip": "^5.26.4", "react-tooltip": "^5.27.0",
"reactflow": "^11.11.3", "reactflow": "^11.11.4",
"rehype-external-links": "^3.0.0", "rehype-external-links": "^3.0.0",
"remark-parse": "^11.0.0", "remark-parse": "^11.0.0",
"roadmap-renderer": "^1.0.6", "roadmap-renderer": "^1.0.6",
@ -69,12 +69,12 @@
"sharp": "^0.33.4", "sharp": "^0.33.4",
"slugify": "^1.6.6", "slugify": "^1.6.6",
"tailwind-merge": "^2.3.0", "tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.4",
"unified": "^11.0.4", "unified": "^11.0.5",
"zustand": "^4.5.2" "zustand": "^4.5.4"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.44.0", "@playwright/test": "^1.45.0",
"@tailwindcss/typography": "^0.5.13", "@tailwindcss/typography": "^0.5.13",
"@types/dom-to-image": "^2.6.7", "@types/dom-to-image": "^2.6.7",
"@types/js-cookie": "^3.0.6", "@types/js-cookie": "^3.0.6",
@ -84,10 +84,10 @@
"gh-pages": "^6.1.1", "gh-pages": "^6.1.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"openai": "^4.47.1", "openai": "^4.52.2",
"prettier": "^3.2.5", "prettier": "^3.3.2",
"prettier-plugin-astro": "^0.13.0", "prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.5.14", "prettier-plugin-tailwindcss": "^0.6.5",
"tsx": "^4.10.5" "tsx": "^4.16.0"
} }
} }

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save