Skip to content

Commit

Permalink
Update minor and patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 13, 2024
1 parent fae319c commit c94f4c8
Show file tree
Hide file tree
Showing 2 changed files with 654 additions and 1,358 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"dependencies": {
"@mdx-js/loader": "3.0.1",
"@mdx-js/react": "3.0.1",
"@next/env": "14.2.8",
"@next/mdx": "14.2.8",
"@next/env": "14.2.11",
"@next/mdx": "14.2.11",
"@vercel/analytics": "1.3.1",
"@vercel/postgres": "0.10.0",
"@vercel/speed-insights": "1.0.12",
Expand All @@ -37,29 +37,29 @@
"drizzle-orm": "0.33.0",
"framer-motion": "11.5.4",
"lucide-react": "0.439.0",
"next": "14.2.8",
"next": "14.2.11",
"next-themes": "0.3.0",
"postcss": "8.4.45",
"react": "18.3.1",
"react-dom": "18.3.1",
"rehype-katex": "7.0.1",
"rehype-pretty-code": "0.14.0",
"remark-math": "6.0.0",
"shiki": "1.16.2",
"shiki": "1.17.6",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.10",
"tailwindcss": "3.4.11",
"zod": "3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.8",
"@storybook/addon-a11y": "8.2.9",
"@storybook/addon-essentials": "8.2.9",
"@storybook/addon-interactions": "8.2.9",
"@storybook/addon-links": "8.2.9",
"@storybook/blocks": "8.2.9",
"@storybook/nextjs": "8.2.9",
"@storybook/react": "8.2.9",
"@storybook/test": "8.2.9",
"@next/bundle-analyzer": "14.2.11",
"@storybook/addon-a11y": "8.3.0",
"@storybook/addon-essentials": "8.3.0",
"@storybook/addon-interactions": "8.3.0",
"@storybook/addon-links": "8.3.0",
"@storybook/blocks": "8.3.0",
"@storybook/nextjs": "8.3.0",
"@storybook/react": "8.3.0",
"@storybook/test": "8.3.0",
"@storybook/test-runner": "0.19.1",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
Expand All @@ -68,25 +68,25 @@
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/browser": "2.0.5",
"@vitest/coverage-istanbul": "2.0.5",
"@vitest/ui": "2.0.5",
"@vitest/browser": "2.1.1",
"@vitest/coverage-istanbul": "2.1.1",
"@vitest/ui": "2.1.1",
"axe-playwright": "2.0.2",
"chromatic": "11.7.1",
"chromatic": "11.10.2",
"drizzle-kit": "0.24.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.8",
"eslint-config-next": "14.2.11",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-storybook": "0.8.0",
"lefthook": "1.7.15",
"playwright": "1.47.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"storybook": "8.2.9",
"storybook": "8.3.0",
"storybook-addon-mock-date": "0.6.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"engines": {
"node": "20.17.0",
Expand Down
Loading

0 comments on commit c94f4c8

Please sign in to comment.