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 1, 2025
1 parent 91a3ffd commit 77ea2b6
Show file tree
Hide file tree
Showing 2 changed files with 710 additions and 1,024 deletions.
24 changes: 12 additions & 12 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": "pnpm@9.15.1",
"packageManager": "pnpm@9.15.2",
"scripts": {
"start": "next dev",
"dev": "cross-env INIT_CWD=$PWD next dev",
Expand All @@ -16,22 +16,22 @@
"dependencies": {
"@emotion/is-prop-valid": "^1.3.1",
"@headlessui/react": "2.2.0",
"@next/bundle-analyzer": "15.1.2",
"@react-three/drei": "^9.120.4",
"@next/bundle-analyzer": "15.1.3",
"@react-three/drei": "^9.120.5",
"@react-three/fiber": "9.0.0-rc.1",
"@react-three/offscreen": "^0.0.8",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"body-scroll-lock": "^4.0.0-beta.0",
"contentlayer2": "0.5.3",
"esbuild": "0.24.1",
"esbuild": "0.24.2",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"hast-util-from-html-isomorphic": "^2.0.0",
"image-size": "1.1.1",
"image-size": "1.2.0",
"motion": "^11.15.0",
"next": "15.1.2",
"next": "15.1.3",
"next-contentlayer2": "0.5.3",
"next-themes": "^0.4.4",
"next-view-transitions": "^0.3.4",
Expand All @@ -54,21 +54,21 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@eslint-react/eslint-plugin": "^1.21.0",
"@antfu/eslint-config": "^3.12.1",
"@eslint-react/eslint-plugin": "^1.23.0",
"@svgr/webpack": "^8.1.0",
"@types/mdx": "^2.0.13",
"@types/react": "19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.2",
"eslint-config-next": "15.1.3",
"eslint-plugin-format": "^0.1.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-tailwindcss": "^3.17.5",
"lint-staged": "^15.2.11",
"lint-staged": "^15.3.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.2"
},
Expand Down
Loading

0 comments on commit 77ea2b6

Please sign in to comment.