Skip to content

Commit

Permalink
chore: move storywright to root package json to adhere to single vers…
Browse files Browse the repository at this point in the history
…ion policy for devDeps (microsoft#26131)
  • Loading branch information
Hotell authored and q1b committed Jan 24, 2023
1 parent ef2e56f commit db2c122
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions apps/vr-tests-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "*",
"storywright": "0.0.26-beta.1"
"@fluentui/scripts": "*"
},
"dependencies": {
"@fluentui/react-accordion": "^9.0.15",
Expand Down
3 changes: 1 addition & 2 deletions apps/vr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "*",
"storywright": "0.0.26-beta.1"
"@fluentui/scripts": "*"
},
"dependencies": {
"@fluentui/example-data": "^8.4.4",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@
"source-map-loader": "4.0.0",
"storybook-addon-export-to-codesandbox": "0.7.1",
"storybook-addon-performance": "0.16.1",
"storywright": "0.0.26-beta.1",
"strip-ansi": "6.0.0",
"style-loader": "2.0.0",
"swc-loader": "0.2.3",
Expand Down
3 changes: 1 addition & 2 deletions packages/fluentui/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
"@types/react-custom-scrollbars": "^4.0.5",
"@types/react-router-dom": "^5.1.5",
"@types/react-virtualized": "^9.21.8",
"@types/react-window": "^1.8.2",
"storywright": "0.0.26-beta.1"
"@types/react-window": "^1.8.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit db2c122

Please sign in to comment.