Skip to content

Commit 09b39ef

Browse files
fugaziclaude
andcommitted
Updating dependencies to latest compatible versions
- next 16.1.6 → 16.2.1, eslint-config-next 16.1.6 → 16.2.1 - tailwindcss 4.2.1 → 4.2.2, @tailwindcss/postcss 4.2.1 → 4.2.2 - vitest 4.1.0 → 4.1.2 - @github/copilot-sdk 0.1.32 → 0.2.0 (added required onPermissionRequest) - lucide-react 0.577.0 → 1.7.0 (replaced removed brand icons with inline SVGs) - eslint and typescript kept at current majors (10 and 6 incompatible with plugin ecosystem) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4e4ef1d commit 09b39ef

4 files changed

Lines changed: 550 additions & 518 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"test": "vitest"
1111
},
1212
"dependencies": {
13-
"@github/copilot-sdk": "^0.1.32",
13+
"@github/copilot-sdk": "^0.2.0",
1414
"@radix-ui/react-slot": "^1.2.4",
1515
"@radix-ui/react-tabs": "^1.1.13",
1616
"cheerio": "^1.2.0",
1717
"class-variance-authority": "^0.7.1",
1818
"clsx": "^2.1.1",
1919
"jszip": "^3.10.1",
20-
"lucide-react": "^0.577.0",
21-
"next": "16.1.6",
20+
"lucide-react": "^1.7.0",
21+
"next": "16.2.1",
2222
"react": "19.2.4",
2323
"react-dom": "19.2.4",
2424
"react-markdown": "^10.1.0",
@@ -28,17 +28,17 @@
2828
"tsx": "^4.21.0"
2929
},
3030
"devDependencies": {
31-
"@tailwindcss/postcss": "^4.2.1",
31+
"@tailwindcss/postcss": "^4.2.2",
3232
"@types/node": "^25.5.0",
3333
"@types/react": "^19.2.14",
3434
"@types/react-dom": "^19.2.3",
3535
"@types/react-syntax-highlighter": "^15.5.13",
3636
"babel-plugin-react-compiler": "1.0.0",
3737
"eslint": "^9.39.4",
38-
"eslint-config-next": "16.1.6",
39-
"tailwindcss": "^4.2.1",
38+
"eslint-config-next": "16.2.1",
39+
"tailwindcss": "^4.2.2",
4040
"tw-animate-css": "^1.4.0",
4141
"typescript": "^5.9.3",
42-
"vitest": "^4.1.0"
42+
"vitest": "^4.1.2"
4343
}
4444
}

0 commit comments

Comments
 (0)