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 Jan 13, 2025
1 parent f889377 commit a3b4bcc
Show file tree
Hide file tree
Showing 2 changed files with 1,809 additions and 1,140 deletions.
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"node": ">=18.0.0 <19",
"pnpm": ">=8.0.0 <9"
},
"packageManager": "pnpm@8.14.0",
"packageManager": "pnpm@8.15.9",
"volta": {
"node": "18.19.0",
"pnpm": "8.14.0"
"node": "18.20.5",
"pnpm": "8.15.9"
},
"scripts": {
"prepare": "husky install",
Expand All @@ -23,58 +23,58 @@
"test": "jest --silent=false --verbose false --passWithNoTests"
},
"dependencies": {
"@radix-ui/react-dialog": "1.0.5",
"clsx": "2.1.0",
"framer-motion": "10.17.4",
"jotai": "2.6.1",
"next": "13.5.6",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.49.2",
"@radix-ui/react-dialog": "1.1.4",
"clsx": "2.1.1",
"framer-motion": "10.18.0",
"jotai": "2.11.0",
"next": "13.5.8",
"next-themes": "0.4.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.54.2",
"react-icons": "4.12.0",
"sharp": "0.33.1",
"sharp": "0.33.5",
"tailwind-merge": "1.14.0",
"tailwind-variants": "0.1.20"
"tailwind-variants": "0.3.0"
},
"devDependencies": {
"@tsconfig/next": "2.0.1",
"@tsconfig/strictest": "2.0.2",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"autoprefixer": "10.4.16",
"dotenv": "16.3.1",
"eslint": "8.56.0",
"@tsconfig/next": "2.0.3",
"@tsconfig/strictest": "2.0.5",
"@types/jest": "29.5.14",
"@types/node": "20.17.12",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"autoprefixer": "10.4.20",
"dotenv": "16.4.7",
"eslint": "8.57.1",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-next": "13.5.6",
"eslint-config-next": "13.5.8",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-tailwindcss": "3.13.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-tailwindcss": "3.17.5",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "14.0.1",
"postcss": "8.4.32",
"postcss": "8.5.0",
"postcss-import": "15.1.0",
"prettier": "3.1.1",
"prettier": "3.4.2",
"stylelint": "15.11.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recess-order": "4.4.0",
"stylelint-config-recess-order": "4.6.0",
"stylelint-config-standard-scss": "10.0.0",
"stylelint-prettier": "4.1.0",
"tailwindcss": "3.4.0",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"tailwindcss-radix": "2.8.0",
"ts-jest": "29.1.1",
"tailwindcss-radix": "2.9.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tw-colors": "2.2.0",
"typescript": "5.3.3"
"typescript": "5.7.3"
}
}
Loading

0 comments on commit a3b4bcc

Please sign in to comment.