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 17, 2025
1 parent d856f18 commit ea8aada
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 322 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@
"prepare": "husky"
},
"dependencies": {
"next": "15.1.6",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@next/eslint-plugin-next": "^15.1.6",
"@tailwindcss/postcss": "^4.0.5",
"@next/eslint-plugin-next": "^15.1.7",
"@tailwindcss/postcss": "^4.0.6",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/node": "^22.13.4",
"@types/react": "^19.0.9",
"@types/react-dom": "^19.0.3",
"@vitest/coverage-v8": "^3.0.5",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.6",
"eslint-config-next": "^15.1.7",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"globals": "^15.15.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.5",
"postcss": "^8.5.2",
"tailwindcss": "^4.0.6",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0"
"typescript-eslint": "^8.24.0"
}
}
Loading

0 comments on commit ea8aada

Please sign in to comment.