build(deps): bump react and @types/react (#92)

This commit is contained in:
dependabot[bot]
2026-01-12 16:11:39 +00:00
committed by GitHub
parent 64971b32d0
commit 18b2b5e8da
5 changed files with 843 additions and 480 deletions

View File

@@ -176,12 +176,12 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/react": "19.2.7",
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"jsdom": "^27.2.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"tsc-alias": "^1.8.13",
"vitest": "^4.0.14"
}

View File

@@ -57,7 +57,7 @@
"lucide-react": "^0.562.0",
"markdown-to-jsx": "^9.3.0",
"nanoid": "^5.1.6",
"react": "19.2.0",
"react": "19.2.3",
"react-dom": "19.2.0",
"react-syntax-highlighter": "^16.1.0",
"remark-gfm": "^4.0.1",
@@ -76,7 +76,7 @@
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/chrome": "0.1.32",
"@types/react": "19.2.7",
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.1.1",

View File

@@ -44,6 +44,6 @@
}
},
"devDependencies": {
"@types/react": "19.2.7"
"@types/react": "19.2.8"
}
}

1302
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,13 @@
{
"extends": "./tsconfig.base.json",
"include": ["./*.ts", "./*.tsx", "./*.js", "./*.cjs", "./*.mjs"],
"include": [
"./*.ts",
"./*.tsx",
"./*.js",
"./*.cjs",
"./*.mjs",
"./types/**/*.d.ts"
],
"references": [
{ "path": "./packages/core" },
{ "path": "./packages/browser-runtime" },