Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 20, 2023
1 parent 902a96a commit 89a4fd1
Showing 2 changed files with 217 additions and 236 deletions.
421 changes: 201 additions & 220 deletions package-lock.json
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -3,27 +3,27 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@mantine/core": "^7.1.2",
"@mantine/hooks": "^7.1.2",
"@mantine/modals": "^7.1.2",
"@mantine/core": "^7.2.2",
"@mantine/hooks": "^7.2.2",
"@mantine/modals": "^7.2.2",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "^7.1.2",
"@mantine/notifications": "^7.2.2",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "^4.35.3",
"axios": "^1.5.0",
"@tanstack/react-query": "^4.36.1",
"axios": "^1.6.2",
"chart.js": "^4.4.0",
"date-fns": "^2.30.0",
"formik": "^2.4.4",
"formik": "^2.4.5",
"i18next": "^23.6.0",
"next": "^13.4.19",
"next": "^13.5.6",
"next-i18next": "^15.0.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^6.1.1",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-i18next": "^13.3.1",
"yup": "^1.2.0"
"yup": "^1.3.2"
},
"scripts": {
"dev": "next dev",
@@ -36,7 +36,7 @@
"prettier": "prettier --write ."
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.19",
"@next/eslint-plugin-next": "^13.5.6",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "^7.5.3",
@@ -47,15 +47,15 @@
"@types/react-router": "^5.1.20",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-next": "^13.4.19",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-storybook": "^0.6.13",
"prettier": "^3.0.3",
"eslint-plugin-storybook": "^0.6.15",
"prettier": "^3.1.0",
"prettier-eslint": "^16.1.2",
"storybook": "^7.5.3",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
"typescript": "^5.3.2",
"vitest": "^0.34.6"
}
}

0 comments on commit 89a4fd1

Please sign in to comment.