Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2023
1 parent 7401a4a commit abfc40a
Show file tree
Hide file tree
Showing 2 changed files with 1,096 additions and 954 deletions.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,54 +14,54 @@
"dependencies": {
"@hookform/resolvers": "3.3.3",
"@iconify/react": "4.1.1",
"@mantine/core": "7.1.5",
"@mantine/hooks": "7.1.5",
"@mantine/notifications": "7.1.5",
"@reduxjs/toolkit": "1.9.7",
"@tanstack/react-query": "5.0.0",
"@tanstack/react-query-devtools": "5.0.1",
"axios": "1.5.1",
"clsx": "2.0.0",
"hash-wasm": "4.10.0",
"next": "13.5.6",
"next-auth": "4.24.3",
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"@mantine/notifications": "7.3.2",
"@reduxjs/toolkit": "2.0.1",
"@tanstack/react-query": "5.15.5",
"@tanstack/react-query-devtools": "5.15.5",
"axios": "1.6.3",
"clsx": "2.1.0",
"hash-wasm": "4.11.0",
"next": "14.0.4",
"next-auth": "4.24.5",
"nextjs-progressbar": "0.0.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.47.0",
"react-redux": "8.1.3",
"tailwind-merge": "1.14.0",
"type-fest": "4.5.0",
"react-hook-form": "7.49.2",
"react-redux": "9.0.4",
"tailwind-merge": "2.2.0",
"type-fest": "4.9.0",
"zod": "3.22.4"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@commitlint/cli": "17.8.0",
"@commitlint/config-conventional": "17.8.0",
"@types/node": "20.8.7",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@babel/core": "7.23.7",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"autoprefixer": "10.4.16",
"eslint": "8.51.0",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "9.0.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"lint-staged": "15.0.2",
"postcss": "8.4.31",
"postcss-preset-mantine": "1.9.0",
"lint-staged": "15.2.0",
"postcss": "8.4.32",
"postcss-preset-mantine": "1.12.2",
"postcss-simple-vars": "7.0.1",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.10",
"tailwindcss": "3.4.0",
"typescript": "5.3.3"
}
}
Loading

0 comments on commit abfc40a

Please sign in to comment.