Skip to content

Commit e193e7e

Browse files
committed
chore: update deps
1 parent 13220ad commit e193e7e

File tree

2 files changed

+1588
-1156
lines changed

2 files changed

+1588
-1156
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -22,61 +22,61 @@
2222
"test:ui": "playwright test --ui"
2323
},
2424
"dependencies": {
25-
"@nextui-org/button": "^2.0.27",
26-
"@nextui-org/system": "^2.0.15",
27-
"@nextui-org/theme": "^2.1.18",
25+
"@nextui-org/button": "^2.0.28",
26+
"@nextui-org/system": "^2.1.0",
27+
"@nextui-org/theme": "^2.2.0",
2828
"@radix-ui/react-dialog": "^1.0.5",
2929
"@radix-ui/react-dropdown-menu": "^2.0.6",
3030
"@radix-ui/react-slot": "^1.0.2",
3131
"@radix-ui/react-toast": "^1.1.5",
32-
"@rainbow-me/rainbowkit": "^2.0.4",
33-
"@tanstack/react-query": "^5.28.14",
32+
"@rainbow-me/rainbowkit": "^2.0.5",
33+
"@tanstack/react-query": "^5.29.2",
3434
"class-variance-authority": "^0.7.0",
3535
"clsx": "^2.1.0",
36-
"framer-motion": "^11.0.24",
37-
"lucide-react": "^0.364.0",
38-
"next": "14.1.4",
36+
"framer-motion": "^11.1.1",
37+
"lucide-react": "^0.368.0",
38+
"next": "14.2.1",
3939
"next-themes": "^0.3.0",
4040
"qrcode": "^1.5.3",
4141
"react": "18.2.0",
4242
"react-dom": "18.2.0",
4343
"tailwind-merge": "^2.2.2",
4444
"tailwindcss-animate": "^1.0.7",
45-
"viem": "~2.9.6",
46-
"wagmi": "^2.5.17"
45+
"viem": "~2.9.19",
46+
"wagmi": "^2.5.20"
4747
},
4848
"devDependencies": {
49-
"@commitlint/cli": "^19.2.1",
50-
"@commitlint/config-conventional": "^19.1.0",
49+
"@commitlint/cli": "^19.2.2",
50+
"@commitlint/config-conventional": "^19.2.2",
5151
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
52-
"@playwright/test": "^1.42.1",
52+
"@playwright/test": "^1.43.1",
5353
"@total-typescript/ts-reset": "^0.5.1",
54-
"@types/eslint": "^8.56.7",
55-
"@types/node": "20.12.2",
54+
"@types/eslint": "^8.56.9",
55+
"@types/node": "20.12.7",
5656
"@types/qrcode": "^1.5.5",
57-
"@types/react": "18.2.74",
58-
"@types/react-dom": "18.2.23",
59-
"@typescript-eslint/eslint-plugin": "^7.5.0",
60-
"@typescript-eslint/parser": "^7.5.0",
57+
"@types/react": "18.2.79",
58+
"@types/react-dom": "18.2.25",
59+
"@typescript-eslint/eslint-plugin": "^7.7.0",
60+
"@typescript-eslint/parser": "^7.7.0",
6161
"autoprefixer": "10.4.19",
6262
"cssnano": "^6.1.2",
6363
"eslint": "8.57.0",
64-
"eslint-config-next": "14.1.4",
64+
"eslint-config-next": "14.2.1",
6565
"eslint-config-prettier": "^9.1.0",
6666
"eslint-plugin-jsx-a11y": "^6.8.0",
6767
"eslint-plugin-prettier": "^5.1.3",
6868
"eslint-plugin-promise": "^6.1.1",
6969
"eslint-plugin-react": "^7.34.1",
7070
"eslint-plugin-react-hooks": "^4.6.0",
71-
"eslint-plugin-sonarjs": "^0.25.0",
72-
"eslint-plugin-unicorn": "^51.0.1",
71+
"eslint-plugin-sonarjs": "^0.25.1",
72+
"eslint-plugin-unicorn": "^52.0.0",
7373
"husky": "^9.0.11",
7474
"lint-staged": "^15.2.2",
7575
"postcss": "8.4.38",
7676
"prettier": "^3.2.5",
77-
"prettier-plugin-tailwindcss": "^0.5.13",
78-
"sass": "^1.72.0",
77+
"prettier-plugin-tailwindcss": "^0.5.14",
78+
"sass": "^1.75.0",
7979
"tailwindcss": "3.4.3",
80-
"typescript": "5.4.3"
80+
"typescript": "5.4.5"
8181
}
8282
}

0 commit comments

Comments
 (0)