Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jul 15, 2024
1 parent 691721a commit 032526c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "3.0.1",
"next": "14.1.3",
"outstatic": "1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"@tabler/icons-react": "3.10.0",
"next": "14.2.5",
"outstatic": "1.4.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"remark": "15.0.1",
"remark-html": "16.0.1",
"sharp": "0.33.2"
"sharp": "0.33.4"
},
"devDependencies": {
"@types/node": "20.11.27",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.22",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"typescript": "5.4.2"
"eslint-config-next": "14.2.5",
"typescript": "5.5.3"
}
}

0 comments on commit 032526c

Please sign in to comment.