Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Feb 19, 2025
1 parent ea8aada commit f4a7562
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 155 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0"
"react-icons": "^5.5.0"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@next/eslint-plugin-next": "^15.1.7",
"@tailwindcss/postcss": "^4.0.6",
"@tailwindcss/postcss": "^4.0.7",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.13.4",
"@types/react": "^19.0.9",
"@types/react-dom": "^19.0.3",
"@vitest/coverage-v8": "^3.0.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitest/coverage-v8": "^3.0.6",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.7",
"eslint-plugin-react": "^7.37.4",
Expand All @@ -35,8 +35,8 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.5.2",
"tailwindcss": "^4.0.6",
"tailwindcss": "^4.0.7",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0"
"typescript-eslint": "^8.24.1"
}
}
Loading

0 comments on commit f4a7562

Please sign in to comment.