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] authored Sep 15, 2024
1 parent 7f0cb89 commit f03651d
Show file tree
Hide file tree
Showing 2 changed files with 375 additions and 205 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"format": "prettier src --write"
},
"dependencies": {
"@headlessui/react": "2.1.3",
"@next/third-parties": "14.2.7",
"@tabler/icons-react": "3.14.0",
"@headlessui/react": "2.1.8",
"@next/third-parties": "14.2.11",
"@tabler/icons-react": "3.17.0",
"clsx": "2.1.1",
"gray-matter": "4.0.3",
"image-size": "1.1.1",
"next": "14.2.7",
"next": "14.2.11",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -34,25 +34,25 @@
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"rss": "1.2.2",
"shiki": "1.14.1",
"simple-icons": "13.7.0",
"shiki": "1.17.6",
"simple-icons": "13.10.0",
"tailwind-merge": "2.5.2",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"valibot": "0.40.0"
"valibot": "0.42.0"
},
"devDependencies": {
"@eslint/js": "8.57.0",
"@markuplint/jsx-parser": "4.6.1",
"@markuplint/ml-core": "4.6.1",
"@markuplint/react-spec": "4.4.1",
"@next/bundle-analyzer": "14.2.7",
"@next/eslint-plugin-next": "14.2.7",
"@next/bundle-analyzer": "14.2.11",
"@next/eslint-plugin-next": "14.2.11",
"@tailwindcss/typography": "0.5.15",
"@types/eslint": "8.56.11",
"@types/eslint__js": "8.42.3",
"@types/hast": "3.0.4",
"@types/node": "20.16.2",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/rss": "0.0.32",
Expand All @@ -61,22 +61,22 @@
"autoprefixer": "10.4.20",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.35.0",
"eslint-config-next": "14.2.11",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-unused-imports": "3.2.0",
"markuplint": "4.6.1",
"postcss": "8.4.41",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"serve": "14.2.3",
"tailwindcss": "3.4.10",
"tailwindcss": "3.4.11",
"textlint": "14.2.0",
"textlint-rule-preset-ja-spacing": "2.4.3",
"textlint-rule-preset-ja-technical-writing": "10.0.1",
"textlint-rule-spellcheck-tech-word": "5.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}
Loading

0 comments on commit f03651d

Please sign in to comment.