Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (minor) (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 26, 2024
1 parent 915f579 commit 0ae240d
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 620 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
]
},
"dependencies": {
"@codesandbox/sandpack-react": "2.13.10",
"@codesandbox/sandpack-react": "2.18.1",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.0.9",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-tabs": "1.0.4",
"@floating-ui/react-dom": "2.1.1",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-tabs": "1.1.0",
"@types/katex": "0.16.7",
"camelcase-keys": "9.1.3",
"chokidar": "^3.6.0",
"clsx": "2.1.1",
"colorjs.io": "0.5.2",
"devtools-detector": "2.0.20",
"foxact": "0.2.36",
"framer-motion": "11.2.14",
"framer-motion": "11.3.17",
"globby": "^14.0.2",
"immer": "10.1.1",
"jotai": "2.8.4",
"jotai": "2.9.1",
"js-yaml": "4.1.0",
"katex": "0.16.11",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.2.1-beta.6",
Expand All @@ -54,44 +54,44 @@
"next": "14.2.5",
"next-seo": "6.5.0",
"next-themes": "0.3.0",
"rc-modal-sheet": "0.2.4",
"rc-modal-sheet": "0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "9.10.3",
"react-intersection-observer": "9.13.0",
"remark": "15.0.1",
"remark-parse": "11.0.0",
"shiki": "1.5.2",
"shiki": "1.11.2",
"swr": "2.2.5",
"tailwind-merge": "2.3.0",
"tailwind-merge": "2.4.0",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"vaul": "0.9.1"
},
"devDependencies": {
"@iconify-json/mingcute": "1.1.18",
"@iconify/tailwind": "1.1.1",
"@innei/eslint-config-react-ts": "0.13.3",
"@innei/prettier": "0.13.3",
"@shikijs/transformers": "1.5.2",
"@innei/eslint-config-react-ts": "0.14.0",
"@innei/prettier": "0.14.0",
"@shikijs/transformers": "1.11.2",
"@tailwindcss/typography": "0.5.13",
"@types/js-yaml": "4.0.9",
"@types/node": "^20.12.14",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"daisyui": "4.11.1",
"daisyui": "4.12.10",
"eslint": "8.57.0",
"lint-staged": "15.2.7",
"postcss-import": "16.1.0",
"postcss-nested": "6.0.1",
"postcss-preset-env": "9.5.16",
"postcss-nested": "6.2.0",
"postcss-preset-env": "9.6.0",
"postcss-prune-var": "1.1.2",
"prettier": "3.2.5",
"prettier": "3.3.3",
"rimraf": "5.0.9",
"simple-git-hooks": "2.11.1",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.1",
"tailwindcss": "^3.4.6",
"typescript": "5.4.5"
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 0ae240d

Please sign in to comment.