Skip to content

Commit 7a2a07e

Browse files
authored
Merge pull request #21 from coji/chore/bump-react-router
chore: update package dependencies to latest versions
2 parents 5a9d5b7 + 3aee3a5 commit 7a2a07e

2 files changed

Lines changed: 714 additions & 735 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@
2424
"@radix-ui/react-slot": "^1.1.2",
2525
"@radix-ui/react-tabs": "^1.1.3",
2626
"@radix-ui/react-toast": "^1.2.6",
27-
"@react-router/node": "7.3.0",
28-
"@tailwindcss/vite": "^4.0.11",
27+
"@react-router/node": "7.4.0",
28+
"@tailwindcss/vite": "^4.0.14",
2929
"class-variance-authority": "^0.7.1",
3030
"clsx": "^2.1.1",
3131
"dayjs": "^1.11.13",
3232
"firebase": "^11.4.0",
33-
"isbot": "^5.1.23",
34-
"lucide-react": "^0.477.0",
33+
"isbot": "^5.1.25",
34+
"lucide-react": "^0.483.0",
3535
"marked": "^15.0.7",
36-
"next-themes": "^0.4.4",
36+
"next-themes": "^0.4.6",
3737
"pure-uuid": "^1.8.1",
3838
"react": "19.0.0",
3939
"react-dom": "19.0.0",
40-
"react-markdown": "^10.0.1",
41-
"react-router": "7.3.0",
42-
"react-router-dom": "7.3.0",
40+
"react-markdown": "^10.1.0",
41+
"react-router": "7.4.0",
42+
"react-router-dom": "7.4.0",
4343
"react-twc": "^1.4.2",
4444
"remix-flat-routes": "^0.8.5",
4545
"sonner": "^2.0.1",
@@ -51,22 +51,22 @@
5151
"devDependencies": {
5252
"@biomejs/biome": "^1.9.4",
5353
"@mdx-js/rollup": "^3.1.0",
54-
"@react-router/dev": "7.3.0",
55-
"@react-router/remix-routes-option-adapter": "^7.3.0",
54+
"@react-router/dev": "7.4.0",
55+
"@react-router/remix-routes-option-adapter": "^7.4.0",
5656
"@tailwindcss/typography": "^0.5.16",
57-
"@types/react": "^19.0.10",
57+
"@types/react": "^19.0.12",
5858
"@types/react-dom": "^19.0.4",
59-
"firebase-tools": "^13.33.0",
59+
"firebase-tools": "^13.34.0",
6060
"npm-run-all": "^4.1.5",
6161
"prettier": "^3.5.3",
6262
"prettier-plugin-organize-imports": "^4.1.0",
6363
"prettier-plugin-tailwindcss": "^0.6.11",
6464
"remark-frontmatter": "^5.0.0",
6565
"remark-mdx-frontmatter": "^5.0.0",
6666
"rollup-plugin-visualizer": "^5.14.0",
67-
"tailwindcss": "^4.0.11",
67+
"tailwindcss": "^4.0.14",
6868
"typescript": "^5.8.2",
69-
"vite": "^6.2.1",
69+
"vite": "^6.2.2",
7070
"vite-tsconfig-paths": "^5.1.4"
7171
},
7272
"engines": {

0 commit comments

Comments
 (0)