Skip to content

Commit 8943098

Browse files
committed
fix: resolve browser echo dependency alerts
1 parent fe02f4d commit 8943098

66 files changed

Lines changed: 4969 additions & 9009 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

example/next-app/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "15.4.7",
12+
"next": "15.5.18",
1313
"react": "19.1.1",
1414
"react-dom": "19.1.1"
1515
},
1616
"devDependencies": {
1717
"@browser-echo/mcp": "1.1.0",
1818
"@browser-echo/next": "1.1.0",
19-
"@eslint/eslintrc": "^3",
20-
"@tailwindcss/postcss": "^4.1.12",
21-
"@types/node": "^24.3.0",
22-
"@types/react": "^19.1.10",
23-
"@types/react-dom": "^19.1.7",
24-
"eslint": "^9",
25-
"eslint-config-next": "15.4.7",
26-
"tailwindcss": "^4.1.12",
27-
"typescript": "^5.9.2"
19+
"@eslint/eslintrc": "3.3.5",
20+
"@tailwindcss/postcss": "4.3.0",
21+
"@types/node": "24.12.4",
22+
"@types/react": "19.2.14",
23+
"@types/react-dom": "19.2.3",
24+
"eslint": "9.39.4",
25+
"eslint-config-next": "15.5.18",
26+
"tailwindcss": "4.3.0",
27+
"typescript": "5.9.3"
2828
}
2929
}

example/nuxt-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"postinstall": "nuxt prepare"
1111
},
1212
"dependencies": {
13-
"nuxt": "^4.0.3",
14-
"vue": "^3.5.18",
15-
"vue-router": "^4.5.1"
13+
"nuxt": "4.4.5",
14+
"vue": "3.5.34",
15+
"vue-router": "4.6.4"
1616
},
1717
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
1818
"devDependencies": {

example/react-vite-app/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"react": "^19.1.1",
14-
"react-dom": "^19.1.1"
13+
"react": "19.2.6",
14+
"react-dom": "19.2.6"
1515
},
1616
"devDependencies": {
1717
"@browser-echo/vite": "1.1.0",
18-
"@eslint/js": "^9.17.0",
19-
"@types/react": "^19.1.10",
20-
"@types/react-dom": "^19.1.7",
21-
"@vitejs/plugin-react": "^5.0.1",
22-
"eslint": "^9.17.0",
23-
"eslint-plugin-react-hooks": "^5.0.0",
24-
"eslint-plugin-react-refresh": "^0.4.16",
25-
"globals": "^16.3.0",
26-
"typescript": "~5.9.2",
27-
"vite": "^7.1.3"
18+
"@eslint/js": "9.39.4",
19+
"@types/react": "19.2.14",
20+
"@types/react-dom": "19.2.3",
21+
"@vitejs/plugin-react": "5.2.0",
22+
"eslint": "9.39.4",
23+
"eslint-plugin-react-hooks": "5.2.0",
24+
"eslint-plugin-react-refresh": "0.4.26",
25+
"globals": "16.5.0",
26+
"typescript": "5.9.3",
27+
"vite": "7.3.3"
2828
}
29-
}
29+
}

example/tanstack-app/.gitignore

Lines changed: 0 additions & 20 deletions
This file was deleted.

example/tanstack-app/.prettierignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

example/tanstack-app/.vscode/settings.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

example/tanstack-app/README.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

example/tanstack-app/package.json

Lines changed: 0 additions & 34 deletions
This file was deleted.
-29.3 KB
Binary file not shown.
-107 KB
Binary file not shown.

0 commit comments

Comments
 (0)