@fluentui/react-button 9.0.0-rc.7 → 9.0.0-rc.8

Sign up to get free protection for your applications and to get access to all the features.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-button",
3
- "version": "9.0.0-rc.7",
3
+ "version": "9.0.0-rc.8",
4
4
  "description": "Fluent UI React Button component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,8 +21,8 @@
21
21
  "start": "yarn storybook",
22
22
  "test": "jest --passWithNoTests",
23
23
  "docs": "api-extractor run --config=config/api-extractor.local.json --local",
24
- "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-button/src && yarn docs",
25
- "storybook": "node ../../scripts/storybook/runner",
24
+ "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-button/src && yarn docs",
25
+ "storybook": "node ../../../scripts/storybook/runner",
26
26
  "type-check": "tsc -b tsconfig.json"
27
27
  },
28
28
  "devDependencies": {
@@ -33,12 +33,12 @@
33
33
  "@fluentui/scripts": "^1.0.0"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/keyboard-keys": "9.0.0-rc.4",
37
- "@fluentui/react-aria": "9.0.0-rc.6",
36
+ "@fluentui/keyboard-keys": "9.0.0-rc.5",
37
+ "@fluentui/react-aria": "9.0.0-rc.7",
38
38
  "@fluentui/react-icons": "^2.0.166-rc.3",
39
- "@fluentui/react-tabster": "9.0.0-rc.7",
40
- "@fluentui/react-theme": "9.0.0-rc.5",
41
- "@fluentui/react-utilities": "9.0.0-rc.6",
39
+ "@fluentui/react-tabster": "9.0.0-rc.8",
40
+ "@fluentui/react-theme": "9.0.0-rc.6",
41
+ "@fluentui/react-utilities": "9.0.0-rc.7",
42
42
  "@griffel/react": "1.0.3",
43
43
  "tslib": "^2.1.0"
44
44
  },