Skip to content

Commit

Permalink
moving react and types/react to devdeps&peerdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
siyadava-sindhu authored Mar 19, 2024
1 parent bb10f3a commit 104baf4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "storywright",
"description": "Storybook setup.",
"license": "MIT",
"version": "1.0.0",
"version": "0.0.34",
"main": "lib/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -18,18 +18,22 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"@types/react": "^18.2.17",
"domdiffing": "^0.0.9",
"playwright": "^1.11.1",
"react": "~18.2.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"react": "~18.2.0",
"@types/react": "^18.2.17",
"@types/node": "^15.6.1",
"@types/yargs": "^15.0.13",
"compress-json": "^2.1.1",
"prettier": "^2.3.2",
"typescript": "^4.1.2"
},
"peerDependencies": {
"react": ">=17.0.2 <19.0.0",
"@types/react": ">=17.0.8 <19.0.0",
}
"sideEffects": false
}

0 comments on commit 104baf4

Please sign in to comment.