Skip to content

Commit 055ba6f

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 62aad8b commit 055ba6f

File tree

4 files changed

+93
-92
lines changed

4 files changed

+93
-92
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"start": "npm run dev"
2323
},
2424
"dependencies": {
25-
"@aws-sdk/client-s3": "3.651.0",
25+
"@aws-sdk/client-s3": "3.651.1",
2626
"@excalidraw/excalidraw": "0.17.6",
2727
"@floating-ui/react-dom": "2.1.1",
2828
"@milkdown/core": "7.5.0",
@@ -111,7 +111,7 @@
111111
"uniqolor": "1.1.1",
112112
"unist-util-visit": "5.0.0",
113113
"use-context-selector": "2.0.0",
114-
"vaul": "0.9.2",
114+
"vaul": "0.9.3",
115115
"xss": "1.0.15"
116116
},
117117
"devDependencies": {

pnpm-lock.yaml

+71-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"postcss-import": "^16.1.0",
1010
"react-error-boundary": "4.0.13",
1111
"react-router-dom": "6.26.2",
12-
"vite": "5.4.3",
12+
"vite": "5.4.5",
1313
"vite-plugin-node-polyfills": "0.22.0",
1414
"vite-plugin-restart": "0.4.1"
1515
},

0 commit comments

Comments
 (0)