Skip to content

Commit 93b2a06

Browse files
committed
fix: downgrade react and @types/react to version 18.3.1 for compatibility
1 parent a897bd5 commit 93b2a06

2 files changed

Lines changed: 37 additions & 10 deletions

File tree

examples/app-react-crud/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"@objectstack/plugin-msw": "workspace:*",
2323
"@objectstack/runtime": "workspace:*",
2424
"@objectstack/spec": "workspace:*",
25-
"react": "^19.2.4",
25+
"react": "^18.3.1",
2626
"react-dom": "^18.3.1"
2727
},
2828
"devDependencies": {
2929
"@objectstack/cli": "workspace:*",
3030
"@tailwindcss/postcss": "^4.1.18",
31-
"@types/react": "^19.2.13",
31+
"@types/react": "^18.3.1",
3232
"@types/react-dom": "^18.3.1",
3333
"@vitejs/plugin-react": "^5.1.3",
3434
"autoprefixer": "^10.4.24",

pnpm-lock.yaml

Lines changed: 35 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)