Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDevAU committed Oct 16, 2024
1 parent 1281b9f commit 44ebac4
Show file tree
Hide file tree
Showing 3 changed files with 1,123 additions and 851 deletions.
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,26 @@
"lint": "next lint"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.13",
"eslint-config-next": "^14.2.15",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12"
"tailwindcss": "^3.4.14"
},
"dependencies": {
"@tinacms/cli": "^1.6.4",
"@tinacms/datalayer": "^1.3.2",
"@tinacms/cli": "^1.6.9",
"@tinacms/datalayer": "^1.3.5",
"next": "14.2.1",
"next-auth": "^4.24.7",
"next-auth": "^4.24.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tinacms": "^2.2.4",
"tinacms-authjs": "^5.0.4",
"tinacms-gitprovider-github": "^2.0.2",
"typescript": "^5.6.2",
"tinacms": "^2.2.9",
"tinacms-authjs": "^5.0.9",
"tinacms-gitprovider-github": "^2.0.5",
"typescript": "^5.6.3",
"upstash-redis-level": "^1.1.1"
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit 44ebac4

Please sign in to comment.