Skip to content

Commit

Permalink
Merge pull request #28 from taxepfa/dev
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
icflorescu committed Oct 19, 2023
2 parents c6d1be0 + 38e08b5 commit e887ffe
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 172 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
"lint": "next lint"
},
"devDependencies": {
"@ducanh2912/next-pwa": "^9.7.1",
"@mantine/core": "7.1.2",
"@mantine/hooks": "7.1.2",
"@mantine/notifications": "^7.1.2",
"@tabler/icons-react": "^2.38.0",
"@types/node": "20.8.2",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@ducanh2912/next-pwa": "^9.7.2",
"@mantine/core": "7.1.5",
"@mantine/hooks": "7.1.5",
"@mantine/notifications": "^7.1.5",
"@tabler/icons-react": "^2.39.0",
"@types/node": "20.8.7",
"@types/react": "18.2.30",
"@types/react-dom": "18.2.14",
"clsx": "^2.0.0",
"eslint": "8.50.0",
"eslint-config-next": "13.5.4",
"next": "13.5.4",
"eslint": "8.51.0",
"eslint-config-next": "13.5.6",
"next": "13.5.6",
"postcss": "^8.4.31",
"postcss-preset-mantine": "1.8.0",
"postcss-preset-mantine": "1.9.0",
"postcss-simple-vars": "^7.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"recharts": "^2.8.0",
"recharts": "^2.9.0",
"swr": "^2.2.4",
"typescript": "5.2.2",
"valtio": "^1.11.2",
"webpack": "^5.88.2"
"webpack": "^5.89.0"
}
}
Loading

0 comments on commit e887ffe

Please sign in to comment.