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] committed Jun 12, 2024
1 parent 46a9a57 commit ba98daf
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 345 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@aws-sdk/client-s3": "3.592.0",
"@clerk/nextjs": "5.1.2",
"@clerk/themes": "2.1.7",
"@clerk/nextjs": "5.1.5",
"@clerk/themes": "2.1.9",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.1.0",
"@milkdown/core": "7.3.6",
Expand All @@ -65,12 +65,12 @@
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@shikijs/transformers": "1.6.0",
"@shikijs/transformers": "1.6.4",
"@tanstack/query-async-storage-persister": "5.44.0",
"@tanstack/react-query": "5.44.0",
"@tanstack/react-query-devtools": "5.44.0",
"@tanstack/react-query-persist-client": "5.44.0",
"@upstash/redis": "1.31.2",
"@upstash/redis": "1.31.4",
"@vercel/analytics": "1.3.1",
"@vercel/postgres": "0.8.0",
"bypass-vue-devtools": "0.0.6",
Expand All @@ -81,14 +81,14 @@
"daisyui": "4.12.2",
"dayjs": "1.11.11",
"emoji-mart": "5.6.0",
"emoji-picker-react": "4.9.3",
"foxact": "0.2.33",
"emoji-picker-react": "4.9.4",
"foxact": "0.2.35",
"framer-motion": "11.1.7",
"fuse.js": "7.0.0",
"idb-keyval": "6.2.1",
"immer": "^10.1.1",
"jojoo": "0.1.4",
"jotai": "2.8.1",
"jotai": "2.8.3",
"js-cookie": "3.0.5",
"js-yaml": "4.1.0",
"jsondiffpatch": "^0.6.0",
Expand All @@ -100,7 +100,7 @@
"medium-zoom": "1.1.0",
"mermaid": "10.9.1",
"nanoid": "^5.0.7",
"next": "14.2.3",
"next": "14.2.4",
"next-runtime-env": "3.2.2",
"next-themes": "0.3.0",
"ofetch": "1.3.4",
Expand All @@ -111,7 +111,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-intersection-observer": "9.10.2",
"react-intersection-observer": "9.10.3",
"react-responsive-masonry": "2.2.0",
"react-toastify": "10.0.5",
"react-tweet": "3.2.1",
Expand All @@ -132,20 +132,20 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@iconify-json/material-symbols": "1.1.80",
"@iconify-json/material-symbols": "1.1.82",
"@iconify-json/mingcute": "1.1.17",
"@iconify/tailwind": "1.1.1",
"@innei/prettier": "0.13.1",
"@innei/prettier": "0.13.2",
"@mx-space/webhook": "0.3.0",
"@next/bundle-analyzer": "14.2.3",
"@next/bundle-analyzer": "14.2.4",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.13",
"@types/chroma-js": "2.4.4",
"@types/js-cookie": "3.0.6",
"@types/js-yaml": "4.0.9",
"@types/katex": "^0.16.7",
"@types/markdown-escape": "1.1.3",
"@types/node": "20.14.0",
"@types/node": "20.14.2",
"@types/pngjs": "6.0.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand All @@ -156,23 +156,23 @@
"client-only": "0.0.1",
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"lint-staged": "15.2.5",
"lint-staged": "15.2.6",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-js": "4.0.1",
"postcss-nested": "6.0.1",
"postcss-preset-env": "9.5.14",
"postcss-prune-var": "1.1.2",
"prettier": "3.3.0",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"shiki": "1.6.0",
"shiki": "1.6.4",
"simple-git-hooks": "2.11.1",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.1",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"tailwindcss-animated": "1.1.0",
"typescript": "5.4.5",
"zx": "8.1.1"
"zx": "8.1.2"
},
"nextBundleAnalysis": {
"budget": 358400,
Expand Down
Loading

0 comments on commit ba98daf

Please sign in to comment.