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 May 27, 2024
1 parent 4c6da75 commit 6fb964a
Show file tree
Hide file tree
Showing 4 changed files with 346 additions and 303 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@aws-sdk/client-s3": "3.583.0",
"@clerk/nextjs": "5.1.2",
"@clerk/themes": "2.1.6",
"@clerk/themes": "2.1.7",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.1.0",
"@milkdown/core": "7.3.6",
Expand Down Expand Up @@ -70,8 +70,8 @@
"@tanstack/react-query": "5.37.1",
"@tanstack/react-query-devtools": "5.37.1",
"@tanstack/react-query-persist-client": "5.37.1",
"@upstash/redis": "1.31.1",
"@vercel/analytics": "1.3.0",
"@upstash/redis": "1.31.2",
"@vercel/analytics": "1.3.1",
"@vercel/postgres": "0.8.0",
"bypass-vue-devtools": "0.0.6",
"chroma-js": "2.4.2",
Expand All @@ -88,7 +88,7 @@
"idb-keyval": "6.2.1",
"immer": "^10.1.1",
"jojoo": "0.1.4",
"jotai": "2.8.0",
"jotai": "2.8.1",
"js-cookie": "3.0.5",
"js-yaml": "4.1.0",
"jsondiffpatch": "^0.6.0",
Expand Down Expand Up @@ -145,7 +145,7 @@
"@types/markdown-escape": "1.1.3",
"@types/node": "20.12.12",
"@types/pngjs": "6.0.5",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-responsive-masonry": "2.1.3",
"@types/remove-markdown": "0.3.4",
Expand All @@ -154,12 +154,12 @@
"client-only": "0.0.1",
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"lint-staged": "15.2.2",
"lint-staged": "15.2.5",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-js": "4.0.1",
"postcss-nested": "6.0.1",
"postcss-preset-env": "9.5.13",
"postcss-preset-env": "9.5.14",
"postcss-prune-var": "1.1.2",
"prettier": "3.2.5",
"rimraf": "5.0.7",
Expand All @@ -170,7 +170,7 @@
"tailwindcss": "^3.4.3",
"tailwindcss-animated": "1.0.1",
"typescript": "5.4.5",
"zx": "8.1.0"
"zx": "8.1.1"
},
"nextBundleAnalysis": {
"budget": 358400,
Expand All @@ -197,5 +197,5 @@
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
Loading

0 comments on commit 6fb964a

Please sign in to comment.