Skip to content

Commit

Permalink
Merge pull request #273 from k35o/renovate/minor-and-patch-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
k35o committed Sep 20, 2024
2 parents 3f4e14c + 95a5d1a commit 55de8f5
Show file tree
Hide file tree
Showing 2 changed files with 483 additions and 442 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@mdx-js/loader": "3.0.1",
"@mdx-js/react": "3.0.1",
"@next/env": "14.2.11",
"@next/mdx": "14.2.11",
"@next/env": "14.2.13",
"@next/mdx": "14.2.13",
"@vercel/analytics": "1.3.1",
"@vercel/kv": "2.0.0",
"@vercel/postgres": "0.10.0",
Expand All @@ -47,9 +47,9 @@
"budoux": "0.6.2",
"clsx": "2.1.1",
"drizzle-orm": "0.33.0",
"framer-motion": "11.5.4",
"framer-motion": "11.5.5",
"lucide-react": "0.441.0",
"next": "14.2.11",
"next": "14.2.13",
"next-themes": "0.3.0",
"postcss": "8.4.47",
"react": "18.3.1",
Expand All @@ -58,27 +58,27 @@
"rehype-katex": "7.0.1",
"rehype-pretty-code": "0.14.0",
"remark-math": "6.0.0",
"shiki": "1.17.6",
"shiki": "1.18.0",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.11",
"tailwindcss": "3.4.12",
"zod": "3.23.8"
},
"devDependencies": {
"@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",
"@next/bundle-analyzer": "14.2.13",
"@storybook/addon-a11y": "8.3.2",
"@storybook/addon-essentials": "8.3.2",
"@storybook/addon-interactions": "8.3.2",
"@storybook/addon-links": "8.3.2",
"@storybook/blocks": "8.3.2",
"@storybook/nextjs": "8.3.2",
"@storybook/react": "8.3.2",
"@storybook/test": "8.3.2",
"@storybook/test-runner": "0.19.1",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/mdx": "2.0.13",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/browser": "2.1.1",
Expand All @@ -87,16 +87,16 @@
"axe-playwright": "2.0.2",
"chromatic": "11.10.2",
"drizzle-kit": "0.24.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.11",
"eslint": "8.57.1",
"eslint-config-next": "14.2.13",
"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.1",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"storybook": "8.3.0",
"storybook": "8.3.2",
"storybook-addon-mock-date": "0.6.0",
"typescript": "5.6.2",
"vitest": "2.1.1"
Expand Down
Loading

0 comments on commit 55de8f5

Please sign in to comment.