Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peritpatrio committed Nov 19, 2024
1 parent 3b0be7d commit cb3579e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Binary file modified bun.lockb
Binary file not shown.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"prettify": "prettier --write ."
},
"dependencies": {
"lodash.shuffle": "^4.2.0",
"next": "^14.2.13",
"react": "^18",
"react-confetti": "^6.1.0",
"lodash.shuffle": "4.2.0",
"next": "15.0.3",
"react": "18.3.1",
"react-confetti": "6.1.0",
"react-dom": "^18"
},
"devDependencies": {
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "^14.2.13",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"@types/lodash.shuffle": "4.2.9",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.15",
"typescript": "5.6.3"
},
"prettier": {
"printWidth": 120,
Expand Down

0 comments on commit cb3579e

Please sign in to comment.