Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
chore: update dependencies (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanialraza authored Dec 26, 2023
1 parent cb31cdd commit 734bca3
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 475 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
"test": "jest --watch"
},
"dependencies": {
"@types/node": "20.7.0",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.0.2",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "10.4.16",
"copy-to-clipboard": "^3.3.3",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"next": "13.5.3",
"postcss": "8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"next": "14.0.4",
"postcss": "8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
"tailwindcss": "3.4.0",
"typescript": "5.3.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
Expand Down
Loading

0 comments on commit 734bca3

Please sign in to comment.