Update dependencies

pull/5577/head
Kamran Ahmed 6 months ago
parent 2eb90d78e5
commit cf7bb32277
  1. 62
      package.json
  2. 86
      pnpm-lock.yaml

@ -23,52 +23,52 @@
"test:e2e": "playwright test" "test:e2e": "playwright test"
}, },
"dependencies": { "dependencies": {
"@astrojs/node": "^8.2.1", "@astrojs/node": "^8.2.5",
"@astrojs/react": "^3.0.10", "@astrojs/react": "^3.3.1",
"@astrojs/sitemap": "^3.0.5", "@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"@fingerprintjs/fingerprintjs": "^4.2.2", "@fingerprintjs/fingerprintjs": "^4.3.0",
"@nanostores/react": "^0.7.1", "@nanostores/react": "^0.7.2",
"@resvg/resvg-js": "^2.6.0", "@resvg/resvg-js": "^2.6.2",
"@types/react": "^18.2.56", "@types/react": "^18.3.1",
"@types/react-dom": "^18.2.19", "@types/react-dom": "^18.3.0",
"astro": "^4.4.0", "astro": "^4.7.0",
"clsx": "^2.1.0", "clsx": "^2.1.1",
"dayjs": "^1.11.10", "dayjs": "^1.11.11",
"dom-to-image": "^2.6.0", "dom-to-image": "^2.6.0",
"dracula-prism": "^2.1.16", "dracula-prism": "^2.1.16",
"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.2.2", "jose": "^5.2.4",
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"lucide-react": "^0.358.0", "lucide-react": "^0.376.0",
"nanoid": "^5.0.5", "nanoid": "^5.0.7",
"nanostores": "^0.9.5", "nanostores": "^0.10.3",
"node-html-parser": "^6.1.12", "node-html-parser": "^6.1.13",
"npm-check-updates": "^16.14.15", "npm-check-updates": "^16.14.20",
"prismjs": "^1.29.0", "prismjs": "^1.29.0",
"react": "^18.2.0", "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.2.0", "react-dom": "^18.3.1",
"react-tooltip": "^5.26.3", "react-tooltip": "^5.26.4",
"reactflow": "^11.10.4", "reactflow": "^11.11.2",
"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",
"satori": "^0.10.13", "satori": "^0.10.13",
"satori-html": "^0.3.2", "satori-html": "^0.3.2",
"sharp": "^0.33.2", "sharp": "^0.33.3",
"slugify": "^1.6.6", "slugify": "^1.6.6",
"tailwind-merge": "^2.2.1", "tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.3",
"unified": "^11.0.4", "unified": "^11.0.4",
"zustand": "^4.5.1" "zustand": "^4.5.2"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.41.2", "@playwright/test": "^1.43.1",
"@tailwindcss/typography": "^0.5.10", "@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",
"@types/prismjs": "^1.26.3", "@types/prismjs": "^1.26.3",
@ -76,11 +76,11 @@
"csv-parser": "^3.0.0", "csv-parser": "^3.0.0",
"gh-pages": "^6.1.1", "gh-pages": "^6.1.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"markdown-it": "^14.0.0", "markdown-it": "^14.1.0",
"openai": "^4.28.0", "openai": "^4.38.5",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0", "prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11", "prettier-plugin-tailwindcss": "^0.5.14",
"tsx": "^4.7.2" "tsx": "^4.7.3"
} }
} }

@ -6,40 +6,40 @@ settings:
dependencies: dependencies:
'@astrojs/node': '@astrojs/node':
specifier: ^8.2.1 specifier: ^8.2.5
version: 8.2.5(astro@4.7.0) version: 8.2.5(astro@4.7.0)
'@astrojs/react': '@astrojs/react':
specifier: ^3.0.10 specifier: ^3.3.1
version: 3.3.1(@types/react-dom@18.3.0)(@types/react@18.3.1)(react-dom@18.3.1)(react@18.3.1)(vite@5.2.10) version: 3.3.1(@types/react-dom@18.3.0)(@types/react@18.3.1)(react-dom@18.3.1)(react@18.3.1)(vite@5.2.10)
'@astrojs/sitemap': '@astrojs/sitemap':
specifier: ^3.0.5 specifier: ^3.1.4
version: 3.1.4 version: 3.1.4
'@astrojs/tailwind': '@astrojs/tailwind':
specifier: ^5.1.0 specifier: ^5.1.0
version: 5.1.0(astro@4.7.0)(tailwindcss@3.4.3) version: 5.1.0(astro@4.7.0)(tailwindcss@3.4.3)
'@fingerprintjs/fingerprintjs': '@fingerprintjs/fingerprintjs':
specifier: ^4.2.2 specifier: ^4.3.0
version: 4.3.0 version: 4.3.0
'@nanostores/react': '@nanostores/react':
specifier: ^0.7.1 specifier: ^0.7.2
version: 0.7.2(nanostores@0.9.5)(react@18.3.1) version: 0.7.2(nanostores@0.10.3)(react@18.3.1)
'@resvg/resvg-js': '@resvg/resvg-js':
specifier: ^2.6.0 specifier: ^2.6.2
version: 2.6.2 version: 2.6.2
'@types/react': '@types/react':
specifier: ^18.2.56 specifier: ^18.3.1
version: 18.3.1 version: 18.3.1
'@types/react-dom': '@types/react-dom':
specifier: ^18.2.19 specifier: ^18.3.0
version: 18.3.0 version: 18.3.0
astro: astro:
specifier: ^4.4.0 specifier: ^4.7.0
version: 4.7.0 version: 4.7.0
clsx: clsx:
specifier: ^2.1.0 specifier: ^2.1.1
version: 2.1.1 version: 2.1.1
dayjs: dayjs:
specifier: ^1.11.10 specifier: ^1.11.11
version: 1.11.11 version: 1.11.11
dom-to-image: dom-to-image:
specifier: ^2.6.0 specifier: ^2.6.0
@ -57,31 +57,31 @@ dependencies:
specifier: ^1.1.1 specifier: ^1.1.1
version: 1.1.1 version: 1.1.1
jose: jose:
specifier: ^5.2.2 specifier: ^5.2.4
version: 5.2.4 version: 5.2.4
js-cookie: js-cookie:
specifier: ^3.0.5 specifier: ^3.0.5
version: 3.0.5 version: 3.0.5
lucide-react: lucide-react:
specifier: ^0.358.0 specifier: ^0.376.0
version: 0.358.0(react@18.3.1) version: 0.376.0(react@18.3.1)
nanoid: nanoid:
specifier: ^5.0.5 specifier: ^5.0.7
version: 5.0.7 version: 5.0.7
nanostores: nanostores:
specifier: ^0.9.5 specifier: ^0.10.3
version: 0.9.5 version: 0.10.3
node-html-parser: node-html-parser:
specifier: ^6.1.12 specifier: ^6.1.13
version: 6.1.13 version: 6.1.13
npm-check-updates: npm-check-updates:
specifier: ^16.14.15 specifier: ^16.14.20
version: 16.14.20 version: 16.14.20
prismjs: prismjs:
specifier: ^1.29.0 specifier: ^1.29.0
version: 1.29.0 version: 1.29.0
react: react:
specifier: ^18.2.0 specifier: ^18.3.1
version: 18.3.1 version: 18.3.1
react-calendar-heatmap: react-calendar-heatmap:
specifier: ^1.9.0 specifier: ^1.9.0
@ -90,13 +90,13 @@ dependencies:
specifier: ^6.1.0 specifier: ^6.1.0
version: 6.1.0(react@18.3.1) version: 6.1.0(react@18.3.1)
react-dom: react-dom:
specifier: ^18.2.0 specifier: ^18.3.1
version: 18.3.1(react@18.3.1) version: 18.3.1(react@18.3.1)
react-tooltip: react-tooltip:
specifier: ^5.26.3 specifier: ^5.26.4
version: 5.26.4(react-dom@18.3.1)(react@18.3.1) version: 5.26.4(react-dom@18.3.1)(react@18.3.1)
reactflow: reactflow:
specifier: ^11.10.4 specifier: ^11.11.2
version: 11.11.2(@types/react@18.3.1)(react-dom@18.3.1)(react@18.3.1) version: 11.11.2(@types/react@18.3.1)(react-dom@18.3.1)(react@18.3.1)
rehype-external-links: rehype-external-links:
specifier: ^3.0.0 specifier: ^3.0.0
@ -114,30 +114,30 @@ dependencies:
specifier: ^0.3.2 specifier: ^0.3.2
version: 0.3.2 version: 0.3.2
sharp: sharp:
specifier: ^0.33.2 specifier: ^0.33.3
version: 0.33.3 version: 0.33.3
slugify: slugify:
specifier: ^1.6.6 specifier: ^1.6.6
version: 1.6.6 version: 1.6.6
tailwind-merge: tailwind-merge:
specifier: ^2.2.1 specifier: ^2.3.0
version: 2.3.0 version: 2.3.0
tailwindcss: tailwindcss:
specifier: ^3.4.1 specifier: ^3.4.3
version: 3.4.3 version: 3.4.3
unified: unified:
specifier: ^11.0.4 specifier: ^11.0.4
version: 11.0.4 version: 11.0.4
zustand: zustand:
specifier: ^4.5.1 specifier: ^4.5.2
version: 4.5.2(@types/react@18.3.1)(react@18.3.1) version: 4.5.2(@types/react@18.3.1)(react@18.3.1)
devDependencies: devDependencies:
'@playwright/test': '@playwright/test':
specifier: ^1.41.2 specifier: ^1.43.1
version: 1.43.1 version: 1.43.1
'@tailwindcss/typography': '@tailwindcss/typography':
specifier: ^0.5.10 specifier: ^0.5.13
version: 0.5.13(tailwindcss@3.4.3) version: 0.5.13(tailwindcss@3.4.3)
'@types/dom-to-image': '@types/dom-to-image':
specifier: ^2.6.7 specifier: ^2.6.7
@ -161,10 +161,10 @@ devDependencies:
specifier: ^4.1.0 specifier: ^4.1.0
version: 4.1.0 version: 4.1.0
markdown-it: markdown-it:
specifier: ^14.0.0 specifier: ^14.1.0
version: 14.1.0 version: 14.1.0
openai: openai:
specifier: ^4.28.0 specifier: ^4.38.5
version: 4.38.5 version: 4.38.5
prettier: prettier:
specifier: ^3.2.5 specifier: ^3.2.5
@ -173,10 +173,10 @@ devDependencies:
specifier: ^0.13.0 specifier: ^0.13.0
version: 0.13.0 version: 0.13.0
prettier-plugin-tailwindcss: prettier-plugin-tailwindcss:
specifier: ^0.5.11 specifier: ^0.5.14
version: 0.5.14(prettier-plugin-astro@0.13.0)(prettier@3.2.5) version: 0.5.14(prettier-plugin-astro@0.13.0)(prettier@3.2.5)
tsx: tsx:
specifier: ^4.7.2 specifier: ^4.7.3
version: 4.7.3 version: 4.7.3
packages: packages:
@ -1242,14 +1242,14 @@ packages:
'@jridgewell/resolve-uri': 3.1.2 '@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/sourcemap-codec': 1.4.15
/@nanostores/react@0.7.2(nanostores@0.9.5)(react@18.3.1): /@nanostores/react@0.7.2(nanostores@0.10.3)(react@18.3.1):
resolution: {integrity: sha512-e3OhHJFv3NMSFYDgREdlAQqkyBTHJM91s31kOZ4OvZwJKdFk5BLk0MLbh51EOGUz9QGX2aCHfy1RvweSi7fgwA==} resolution: {integrity: sha512-e3OhHJFv3NMSFYDgREdlAQqkyBTHJM91s31kOZ4OvZwJKdFk5BLk0MLbh51EOGUz9QGX2aCHfy1RvweSi7fgwA==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies: peerDependencies:
nanostores: ^0.9.0 || ^0.10.0 nanostores: ^0.9.0 || ^0.10.0
react: '>=18.0.0' react: '>=18.0.0'
dependencies: dependencies:
nanostores: 0.9.5 nanostores: 0.10.3
react: 18.3.1 react: 18.3.1
dev: false dev: false
@ -2106,7 +2106,6 @@ packages:
resolution: {integrity: sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==} resolution: {integrity: sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==}
dependencies: dependencies:
undici-types: 5.26.5 undici-types: 5.26.5
dev: true
/@types/prismjs@1.26.3: /@types/prismjs@1.26.3:
resolution: {integrity: sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==} resolution: {integrity: sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==}
@ -2136,7 +2135,7 @@ packages:
/@types/sax@1.2.7: /@types/sax@1.2.7:
resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==} resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==}
dependencies: dependencies:
'@types/node': 17.0.45 '@types/node': 18.19.31
dev: false dev: false
/@types/semver-utils@1.1.3: /@types/semver-utils@1.1.3:
@ -4283,8 +4282,8 @@ packages:
engines: {node: '>=12'} engines: {node: '>=12'}
dev: false dev: false
/lucide-react@0.358.0(react@18.3.1): /lucide-react@0.376.0(react@18.3.1):
resolution: {integrity: sha512-rBSptRjZTMBm24zsFhR6pK/NgbT18JegZGKcH4+1H3+UigMSRpeoWLtR/fAwMYwYnlJOZB+y8WpeHne9D6X6Kg==} resolution: {integrity: sha512-g91IX3ERD6yUR1TL2dsL4BkcGygpZz/EsqjAeL/kcRQV0EApIOr/9eBfKhYOVyQIcGGuotFGjF3xKLHMEz+b7g==}
peerDependencies: peerDependencies:
react: ^16.5.1 || ^17.0.0 || ^18.0.0 react: ^16.5.1 || ^17.0.0 || ^18.0.0
dependencies: dependencies:
@ -4963,9 +4962,9 @@ packages:
hasBin: true hasBin: true
dev: false dev: false
/nanostores@0.9.5: /nanostores@0.10.3:
resolution: {integrity: sha512-Z+p+g8E7yzaWwOe5gEUB2Ox0rCEeXWYIZWmYvw/ajNYX8DlXdMvMDj8DWfM/subqPAcsf8l8Td4iAwO1DeIIRQ==} resolution: {integrity: sha512-Nii8O1XqmawqSCf9o2aWqVxhKRN01+iue9/VEd1TiJCr9VT5XxgPFbF1Edl1XN6pwJcZRsl8Ki+z01yb/T/C2g==}
engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
dev: false dev: false
/negotiator@0.6.3: /negotiator@0.6.3:
@ -6712,7 +6711,6 @@ packages:
/undici-types@5.26.5: /undici-types@5.26.5:
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
dev: true
/unherit@3.0.1: /unherit@3.0.1:
resolution: {integrity: sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==} resolution: {integrity: sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==}

Loading…
Cancel
Save