Skip to content

Commit

Permalink
Merge pull request #32 from taxepfa/dev
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
icflorescu committed Apr 29, 2024
2 parents a28f119 + a1cc417 commit 0cb558e
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 187 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taxepfa.github.io",
"version": "1.1.0",
"version": "1.1.1",
"description": "A simple application to compute freelance taxes in Romania",
"private": true,
"scripts": {
Expand All @@ -11,25 +11,25 @@
},
"devDependencies": {
"@ducanh2912/next-pwa": "^10.2.6",
"@mantine/core": "7.8.0",
"@mantine/hooks": "7.8.0",
"@mantine/notifications": "^7.8.0",
"@mantine/core": "^7.8.1",
"@mantine/hooks": "^7.8.1",
"@mantine/notifications": "^7.8.1",
"@tabler/icons-react": "^3.2.0",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"clsx": "^2.1.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"clsx": "^2.1.1",
"eslint": "^8",
"eslint-config-next": "^14.2.2",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"next": "^14.2.2",
"next": "^14.2.3",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.14.4",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"recharts": "^2.12.6",
"swr": "^2.2.5",
"typescript": "5.4.5",
Expand Down
Loading

0 comments on commit 0cb558e

Please sign in to comment.