Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valcosmos committed Jan 9, 2025
1 parent 77ea2b6 commit 451790e
Show file tree
Hide file tree
Showing 2 changed files with 602 additions and 608 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "blogi",
"version": "2.2.0",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"scripts": {
"start": "next dev",
"dev": "cross-env INIT_CWD=$PWD next dev",
Expand All @@ -16,12 +16,12 @@
"dependencies": {
"@emotion/is-prop-valid": "^1.3.1",
"@headlessui/react": "2.2.0",
"@next/bundle-analyzer": "15.1.3",
"@react-three/drei": "^9.120.5",
"@next/bundle-analyzer": "15.1.4",
"@react-three/drei": "^9.120.6",
"@react-three/fiber": "9.0.0-rc.1",
"@react-three/offscreen": "^0.0.8",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.20",
"body-scroll-lock": "^4.0.0-beta.0",
"contentlayer2": "0.5.3",
Expand All @@ -30,8 +30,8 @@
"gray-matter": "^4.0.3",
"hast-util-from-html-isomorphic": "^2.0.0",
"image-size": "1.2.0",
"motion": "^11.15.0",
"next": "15.1.3",
"motion": "^11.16.4",
"next": "15.1.4",
"next-contentlayer2": "0.5.3",
"next-themes": "^0.4.4",
"next-view-transitions": "^0.3.4",
Expand All @@ -54,27 +54,27 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@eslint-react/eslint-plugin": "^1.23.0",
"@antfu/eslint-config": "^3.13.0",
"@eslint-react/eslint-plugin": "^1.23.2",
"@svgr/webpack": "^8.1.0",
"@types/mdx": "^2.0.13",
"@types/react": "19.0.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@types/react": "19.0.4",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.3",
"eslint-plugin-format": "^0.1.3",
"eslint-config-next": "15.1.4",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-tailwindcss": "^3.17.5",
"lint-staged": "^15.3.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.2"
"@types/react": "19.0.4"
}
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 451790e

Please sign in to comment.