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 18, 2024
1 parent 79a507b commit f02f45b
Show file tree
Hide file tree
Showing 4 changed files with 983 additions and 1,067 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@aws-sdk/client-s3": "3.651.1",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.1.1",
"@floating-ui/react-dom": "2.1.2",
"@milkdown/core": "7.5.0",
"@milkdown/ctx": "7.5.0",
"@milkdown/plugin-clipboard": "7.5.0",
Expand All @@ -48,7 +48,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.6",
"@shikijs/transformers": "1.17.7",
"@shiro/fetch": "link:./packages/fetch",
"@tanstack/query-async-storage-persister": "5.56.2",
"@tanstack/react-query": "5.56.2",
Expand Down Expand Up @@ -82,14 +82,14 @@
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.4.5-fork.4",
"marked": "14.1.2",
"medium-zoom": "1.1.0",
"mermaid": "11.2.0",
"mermaid": "11.2.1",
"nanoid": "^5.0.7",
"next": "14.2.11",
"next": "14.2.12",
"next-auth": "4.24.7",
"next-runtime-env": "3.2.2",
"next-themes": "0.3.0",
"ofetch": "1.3.4",
"openai": "4.62.0",
"openai": "4.62.1",
"pngjs": "7.0.0",
"prop-types": "15.8.1",
"qrcode.react": "3.2.0",
Expand All @@ -111,7 +111,7 @@
"uniqolor": "1.1.1",
"unist-util-visit": "5.0.0",
"use-context-selector": "2.0.0",
"vaul": "0.9.3",
"vaul": "0.9.4",
"xss": "1.0.15"
},
"devDependencies": {
Expand All @@ -120,17 +120,17 @@
"@iconify/tailwind": "1.1.3",
"@innei/prettier": "0.15.0",
"@mx-space/webhook": "0.5.0",
"@next/bundle-analyzer": "14.2.11",
"@next/bundle-analyzer": "14.2.12",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.15",
"@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": "22.5.4",
"@types/node": "22.5.5",
"@types/pngjs": "6.0.5",
"@types/react": "18.3.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@types/react-responsive-masonry": "2.1.3",
"@types/remove-markdown": "0.3.4",
Expand All @@ -141,25 +141,25 @@
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"eslint": "9.10.0",
"eslint-config-hyoban": "3.1.5",
"eslint-config-hyoban": "3.1.6",
"lint-staged": "15.2.10",
"postcss": "8.4.45",
"postcss": "8.4.47",
"postcss-import": "16.1.0",
"postcss-js": "4.0.1",
"postcss-nested": "6.2.0",
"postcss-preset-env": "10.0.3",
"postcss-prune-var": "1.1.2",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"shiki": "1.17.6",
"shiki": "1.17.7",
"simple-git-hooks": "2.11.1",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.1",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"tailwindcss-animate": "1.0.7",
"tailwindcss-animated": "1.1.2",
"typescript": "5.6.2",
"zx": "8.1.6"
"zx": "8.1.7"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit f02f45b

Please sign in to comment.