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 Sep 21, 2024
1 parent 19a28c8 commit da0bc20
Show file tree
Hide file tree
Showing 2 changed files with 869 additions and 893 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Shiro",
"version": "1.2.0",
"private": false,
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"license": "AGPL-3.0",
"engines": {
"node": ">=18"
Expand All @@ -22,7 +22,7 @@
"start": "npm run dev"
},
"dependencies": {
"@aws-sdk/client-s3": "3.651.1",
"@aws-sdk/client-s3": "3.654.0",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.1.2",
"@milkdown/core": "7.5.0",
Expand All @@ -49,7 +49,7 @@
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tabs": "1.1.0",
"@shikijs/transformers": "1.17.7",
"@shikijs/transformers": "1.18.0",
"@shiro/fetch": "link:./packages/fetch",
"@tanstack/query-async-storage-persister": "5.56.2",
"@tanstack/react-query": "5.56.2",
Expand All @@ -73,7 +73,7 @@
"idb-keyval": "6.2.1",
"immer": "^10.1.1",
"jojoo": "0.1.4",
"jotai": "2.9.3",
"jotai": "2.10.0",
"js-cookie": "3.0.5",
"js-yaml": "4.1.0",
"jsondiffpatch": "^0.6.0",
Expand All @@ -89,8 +89,8 @@
"next-auth": "4.24.7",
"next-runtime-env": "3.2.2",
"next-themes": "0.3.0",
"ofetch": "1.3.4",
"openai": "4.62.1",
"ofetch": "1.4.0",
"openai": "4.63.0",
"pngjs": "7.0.0",
"prop-types": "15.8.1",
"qrcode.react": "3.2.0",
Expand All @@ -105,7 +105,7 @@
"remove-markdown": "0.5.5",
"rss": "1.2.2",
"server-only": "^0.0.1",
"socket.io-client": "4.7.5",
"socket.io-client": "4.8.0",
"tailwind-merge": "2.5.2",
"unidata.js": "0.8.0",
"unified": "^11.0.5",
Expand Down Expand Up @@ -141,7 +141,7 @@
"code-inspector-plugin": "0.16.1",
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"eslint": "9.10.0",
"eslint": "9.11.0",
"eslint-config-hyoban": "3.1.6",
"lint-staged": "15.2.10",
"postcss": "8.4.47",
Expand All @@ -152,7 +152,7 @@
"postcss-prune-var": "1.1.2",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"shiki": "1.17.7",
"shiki": "1.18.0",
"simple-git-hooks": "2.11.1",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.1",
Expand Down
Loading

0 comments on commit da0bc20

Please sign in to comment.