Skip to content

Commit

Permalink
add react as dev dependency to resolve peer dependency issue for webv…
Browse files Browse the repository at this point in the history
…iew-ui-toolkit
  • Loading branch information
priyamsahoo committed Oct 26, 2023
1 parent 65d0673 commit e913a52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@
"mochawesome-report-generator": "^6.2.0",
"ovsx": "^0.8.0",
"prettier": "^3.0.0",
"react": "^18.2.0",
"rimraf": "^4.4.1",
"sinon": "^15.0.4",
"ts-loader": "^9.4.2",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1487,6 +1487,7 @@ __metadata:
mochawesome-report-generator: ^6.2.0
ovsx: ^0.8.0
prettier: ^3.0.0
react: ^18.2.0
rimraf: ^4.4.1
sinon: ^15.0.4
ts-loader: ^9.4.2
Expand Down Expand Up @@ -4518,7 +4519,7 @@ __metadata:
languageName: node
linkType: hard

"loose-envify@npm:^1.4.0":
"loose-envify@npm:^1.1.0, loose-envify@npm:^1.4.0":
version: 1.4.0
resolution: "loose-envify@npm:1.4.0"
dependencies:
Expand Down Expand Up @@ -5799,6 +5800,15 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^18.2.0":
version: 18.2.0
resolution: "react@npm:18.2.0"
dependencies:
loose-envify: ^1.1.0
checksum: 88e38092da8839b830cda6feef2e8505dec8ace60579e46aa5490fc3dc9bba0bd50336507dc166f43e3afc1c42939c09fe33b25fae889d6f402721dcd78fca1b
languageName: node
linkType: hard

"read@npm:^1.0.7":
version: 1.0.7
resolution: "read@npm:1.0.7"
Expand Down

0 comments on commit e913a52

Please sign in to comment.