Skip to content

Commit

Permalink
Resolve buid fail issues of Devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbaik9717 committed Aug 15, 2024
1 parent 5d5ff4c commit ebd7a14
Show file tree
Hide file tree
Showing 7 changed files with 234 additions and 250 deletions.
4 changes: 2 additions & 2 deletions examples/nextjs-scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@types/node": "20.4.2",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-tldraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"@types/lodash": "^4.14.198",
"@types/randomcolor": "^0.5.5",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"yorkie-js-sdk": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
Expand Down
4 changes: 2 additions & 2 deletions examples/simultaneous-cursors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"yorkie-js-sdk": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"devDependencies": {
"@types/chrome": "0.0.251",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"prettier": "3.0.3",
"typescript": "5.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/devtools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"compilerOptions": {
"paths": {
"~*": ["./*"],
"@yorkie-js-sdk/src/*": ["../sdk/src/*"],
"react": ["./node_modules/@types/react"]
"@yorkie-js-sdk/src/*": ["../sdk/src/*"]
},
"baseUrl": "."
"baseUrl": ".",
"typeRoots": ["./node_modules/@types"]
}
}
Loading

0 comments on commit ebd7a14

Please sign in to comment.