Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gadingnst committed Dec 15, 2024
1 parent 041f780 commit 2fc4f8d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,30 @@
},
"dependencies": {
"mongodb": "^6.12.0",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"next": "15.1.0",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@svgr/webpack": "^8.1.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.17.0",
"@svgr/webpack": "8.1.0",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.0",
"eslint": "9.17.0",
"eslint-config-next": "15.1.0",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"typescript-eslint": "8.18.0",
"typescript-plugin-css-modules": "^5.1.0"
}
}

0 comments on commit 2fc4f8d

Please sign in to comment.