Skip to content

Commit 36d387c

Browse files
committed
Update dependencies and add .qodo to .gitignore
1 parent 1d06e2a commit 36d387c

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ jspm_packages
4646
# Optional REPL history
4747
.node_repl_history
4848
.next
49+
.qodo

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,38 +22,38 @@
2222
"clsx": "^2.1.1",
2323
"couchbase": "^4.4.5",
2424
"dotenv": "^16.4.7",
25-
"lucide-react": "^0.475.0",
26-
"next": "^14.2.5",
25+
"lucide-react": "^0.479.0",
26+
"next": "^15.2.2",
2727
"next-swagger-doc": "^0.4.1",
28-
"next-themes": "^0.4.4",
28+
"next-themes": "^0.4.6",
2929
"openapi-types": "^12.1.3",
3030
"react": "^18.3.1",
3131
"react-dom": "^18.3.1",
3232
"sharp": "^0.33.5",
33-
"swagger-ui-react": "^5.19.0",
34-
"tailwind-merge": "^2.5.2",
33+
"swagger-ui-react": "^5.20.1",
34+
"tailwind-merge": "^3.0.2",
3535
"tailwindcss-animate": "^1.0.7",
3636
"zod": "^3.24.2"
3737
},
3838
"devDependencies": {
3939
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
40-
"@types/node": "^22.13.4",
41-
"@types/react": "^18.3.3",
42-
"@types/react-dom": "^18.3.0",
43-
"@types/swagger-ui-react": "^4.18.3",
44-
"@typescript-eslint/parser": "^8.24.1",
45-
"@vitest/coverage-v8": "^2.0.5",
46-
"autoprefixer": "^10.4.20",
47-
"eslint": "^9.20.1",
48-
"eslint-config-next": "15.1.7",
49-
"eslint-config-prettier": "^9.1.0",
40+
"@types/node": "^22.13.10",
41+
"@types/react": "^18.2.64",
42+
"@types/react-dom": "^18.2.21",
43+
"@types/swagger-ui-react": "^5.18.0",
44+
"@typescript-eslint/parser": "^8.26.1",
45+
"@vitest/coverage-v8": "^3.0.8",
46+
"autoprefixer": "^10.4.21",
47+
"eslint": "^9.22.0",
48+
"eslint-config-next": "15.2.2",
49+
"eslint-config-prettier": "^10.1.1",
5050
"eslint-plugin-react": "^7.37.4",
51-
"eslint-plugin-tailwindcss": "^3.18.0",
51+
"eslint-plugin-tailwindcss": "^4.0.0-alpha.0",
5252
"postcss": "^8.5.3",
53-
"prettier": "^3.5.1",
54-
"tailwindcss": "^3.4.10",
55-
"typescript": "^5.7.3",
53+
"prettier": "^3.5.3",
54+
"tailwindcss": "^4.0.13",
55+
"typescript": "^5.8.2",
5656
"vite-tsconfig-paths": "^5.1.4",
57-
"vitest": "^2.0.5"
57+
"vitest": "^3.0.8"
5858
}
5959
}

0 commit comments

Comments
 (0)