Skip to content

Commit 7fbd780

Browse files
fix(deps): update all dependencies
1 parent 24508a0 commit 7fbd780

4 files changed

Lines changed: 338 additions & 300 deletions

File tree

packages/app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {
6969
"@types/babel__core": "^7.20.5",
70-
"@biomejs/biome": "^2.4.9",
70+
"@biomejs/biome": "^2.4.10",
7171
"@effect/eslint-plugin": "^0.3.2",
7272
"@effect/language-service": "latest",
7373
"@effect/vitest": "^0.29.0",
@@ -77,10 +77,10 @@
7777
"@eslint/js": "10.0.1",
7878
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.26",
7979
"@ton-ai-core/vibecode-linter": "^1.0.11",
80-
"@types/node": "^24.12.0",
81-
"@typescript-eslint/eslint-plugin": "^8.57.2",
82-
"@typescript-eslint/parser": "^8.57.2",
83-
"typescript-eslint": "^8.57.2",
80+
"@types/node": "^24.12.2",
81+
"@typescript-eslint/eslint-plugin": "^8.58.0",
82+
"@typescript-eslint/parser": "^8.58.0",
83+
"typescript-eslint": "^8.58.0",
8484
"@vitest/coverage-v8": "^4.1.2",
8585
"eslint": "^10.1.0",
8686
"eslint-import-resolver-typescript": "^4.4.4",
@@ -89,8 +89,8 @@
8989
"eslint-plugin-simple-import-sort": "^12.1.1",
9090
"eslint-plugin-sonarjs": "^4.0.2",
9191
"eslint-plugin-sort-destructure-keys": "^3.0.0",
92-
"eslint-plugin-unicorn": "^63.0.0",
93-
"@vitest/eslint-plugin": "^1.6.13",
92+
"eslint-plugin-unicorn": "^64.0.0",
93+
"@vitest/eslint-plugin": "^1.6.14",
9494
"globals": "^17.4.0",
9595
"jscpd": "^4.0.8",
9696
"typescript": "^6.0.2",

packages/frontend-nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
},
1313
"dependencies": {
1414
"@prover-coder-ai/component-tagger": "workspace:*",
15-
"next": "^16.2.1",
15+
"next": "^16.2.2",
1616
"react": "^19.2.4",
1717
"react-dom": "^19.2.4"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.29.0",
21-
"@playwright/test": "^1.58.2",
22-
"@types/node": "^24.12.0",
21+
"@playwright/test": "^1.59.1",
22+
"@types/node": "^24.12.2",
2323
"@types/react": "^19.2.14",
2424
"@types/react-dom": "^19.2.3",
2525
"typescript": "^6.0.2"

packages/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
19-
"@playwright/test": "^1.58.2",
20-
"@types/node": "^24.12.0",
19+
"@playwright/test": "^1.59.1",
20+
"@types/node": "^24.12.2",
2121
"@types/react": "^19.2.14",
2222
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^6.0.1",

0 commit comments

Comments
 (0)