Skip to content

Commit

Permalink
chore: upgrade @FluentUI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert committed Oct 3, 2023
1 parent 4f3e024 commit 92ac0d5
Show file tree
Hide file tree
Showing 9 changed files with 2,849 additions and 619 deletions.
4 changes: 2 additions & 2 deletions components/notification-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"test:watch": "vitest watch"
},
"devDependencies": {
"@fluentui/react-components": "^9.32.1",
"@fluentui/react-components": "^9.33.0",
"@fluentui/react-icons": "^2.0.218",
"@fluentui/react-utilities": "^9.13.3",
"@fluentui/react-utilities": "^9.13.5",
"@griffel/react": "^1.5.15",
"@testing-library/jest-dom": "^5.16.5",
"@types/react": ">=16.8.0 <19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions components/password-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"test:watch": "vitest watch"
},
"devDependencies": {
"@fluentui/react-components": "^9.32.1",
"@fluentui/react-components": "^9.33.0",
"@fluentui/react-icons": "^2.0.218",
"@fluentui/react-utilities": "^9.13.3",
"@fluentui/react-utilities": "^9.13.5",
"@griffel/react": "^1.5.15",
"@testing-library/jest-dom": "^5.16.5",
"@types/react": ">=16.8.0 <19.0.0",
Expand Down
6 changes: 3 additions & 3 deletions components/slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"test:watch": "vitest watch"
},
"devDependencies": {
"@fluentui/react-components": "^9.32.1",
"@fluentui/react-components": "^9.33.0",
"@fluentui/react-icons": "^2.0.218",
"@fluentui/react-utilities": "9.6.0",
"@fluentui/react-utilities": "^9.13.5",
"@griffel/react": "^1.5.15",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand All @@ -44,7 +44,7 @@
"peerDependencies": {
"@fluentui/react-components": "^9.32.1",
"@fluentui/react-icons": "^2.0.218",
"@fluentui/react-utilities": "^9.6.0",
"@fluentui/react-utilities": "^9.13.0",
"@griffel/react": "^1.5.15",
"react": ">=16.8.0 <19.0.0",
"react-dom": ">=16.8.0 <19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions components/stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"test:watch": "vitest watch"
},
"devDependencies": {
"@fluentui/react-components": "^9.32.1",
"@fluentui/react-components": "^9.33.0",
"@fluentui/react-icons": "^2.0.218",
"@fluentui/react-utilities": "^9.13.3",
"@fluentui/react-utilities": "^9.13.5",
"@griffel/react": "^1.5.15",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand Down
4 changes: 2 additions & 2 deletions components/topbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"test:watch": "vitest watch"
},
"devDependencies": {
"@fluentui/react-components": "^9.32.1",
"@fluentui/react-components": "^9.33.0",
"@fluentui/react-icons": "^2.0.218",
"@fluentui/react-utilities": "^9.13.3",
"@fluentui/react-utilities": "^9.13.5",
"@griffel/react": "^1.5.15",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@axiscommunications/fluent-styles": "workspace:*",
"@axiscommunications/fluent-theme": "workspace:*",
"@axiscommunications/fluent-topbar": "workspace:*",
"@fluentui/react-components": "^9.32.1",
"@fluentui/react-context-selector": "^9.1.34",
"@fluentui/react-components": "^9.33.0",
"@fluentui/react-context-selector": "^9.1.36",
"@fluentui/react-icons": "^2.0.218",
"@griffel/react": "^1.5.15",
"@vitejs/plugin-react": "^1.3.2",
Expand Down
Loading

0 comments on commit 92ac0d5

Please sign in to comment.