Skip to content

Commit

Permalink
Update package.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nheek committed Oct 10, 2024
1 parent 37383f1 commit c552345
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uppy",
"version": "0.1.5",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -19,7 +19,7 @@
"fs": "^0.0.1-security",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"next": "14.2.14",
"next": "14.2.15",
"pg": "^8.13.0",
"react": "^18.3.1",
"react-cropper": "^2.3.3",
Expand All @@ -31,9 +31,9 @@
"@types/formidable": "^3.4.5",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "22.7.4",
"@types/node": "22.7.5",
"@types/pg": "^8.11.10",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
Expand All @@ -42,6 +42,6 @@
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}

0 comments on commit c552345

Please sign in to comment.