mirror of
https://github.com/AIPexStudio/AIPex.git
synced 2026-05-13 18:51:35 +00:00
build(deps): bump react and @types/react (#92)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -44,6 +44,6 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "19.2.7"
|
||||
"@types/react": "19.2.8"
|
||||
}
|
||||
}
|
||||
|
||||
1302
pnpm-lock.yaml
generated
1302
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user