Skip to content

Commit

Permalink
chore: fix react deps
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Apr 2, 2024
1 parent 35fccc1 commit 5f4f35a
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 137 deletions.
2 changes: 0 additions & 2 deletions examples/01-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"@rekajs/parser": "*",
"@next/font": "13.1.2",
"@types/node": "18.7.15",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"eslint": "^8.23.0",
"eslint-config-next": "12.2.5",
"next": "12.2.5",
Expand Down
2 changes: 0 additions & 2 deletions examples/02-collab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"@rekajs/types": "*",
"@types/node": "18.7.15",
"@types/randomcolor": "^0.5.6",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"eslint": "^8.23.0",
"eslint-config-next": "12.2.5",
"next": "12.2.5",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"@rollup/plugin-typescript": "11.0.0",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"cross-env": "7.0.3",
"esbuild": "0.15.7",
"eslint": "8.23.0",
Expand Down
5 changes: 1 addition & 4 deletions packages/react-code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@
"@rekajs/core": "workspace:*",
"@rekajs/parser": "workspace:*",
"@rekajs/react": "workspace:*",
"@rekajs/types": "workspace:*",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"react": "^17.0.2"
"@rekajs/types": "workspace:*"
},
"repository": {
"type": "git",
Expand Down
4 changes: 1 addition & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
},
"devDependencies": {
"@rekajs/core": "workspace:*",
"@rekajs/types": "workspace:*",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22"
"@rekajs/types": "workspace:*"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 5f4f35a

Please sign in to comment.