Skip to content

Commit

Permalink
Add @types/react and react as dev dependencies in package.json and up…
Browse files Browse the repository at this point in the history
…date yarn.lock
  • Loading branch information
b3hr4d committed Nov 14, 2024
1 parent 1f56a53 commit 9a07956
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,9 @@
"react": ">=16.8",
"zustand": "4.5"
},
"gitHead": "36e43368cb0fa3bffa9aa40dfd589046c1c3b5fe"
"gitHead": "36e43368cb0fa3bffa9aa40dfd589046c1c3b5fe",
"devDependencies": {
"@types/react": "^18",
"react": "^18"
}
}
1 change: 1 addition & 0 deletions packages/visitor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"include": ["src"],
"compilerOptions": {
"target": "es2020",
"resolveJsonModule": true,
"outDir": "./dist"
}
Expand Down
6 changes: 4 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2047,6 +2047,8 @@ __metadata:
resolution: "@ic-reactor/react@workspace:packages/react"
dependencies:
"@ic-reactor/core": "npm:^1.14.0"
"@types/react": "npm:^18"
react: "npm:^18"
zustand: "npm:4.5"
zustand-utils: "npm:^1.3"
peerDependencies:
Expand Down Expand Up @@ -4805,7 +4807,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^18.2, @types/react@npm:^18.2.45":
"@types/react@npm:*, @types/react@npm:^18, @types/react@npm:^18.2, @types/react@npm:^18.2.45":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
dependencies:
Expand Down Expand Up @@ -18147,7 +18149,7 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^18.0.0, react@npm:^18.2, react@npm:^18.2.0":
"react@npm:^18, react@npm:^18.0.0, react@npm:^18.2, react@npm:^18.2.0":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
Expand Down

0 comments on commit 9a07956

Please sign in to comment.