Skip to content

Commit

Permalink
chore(deps): bump fluent peer dependencies (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
axis-d0op authored Oct 21, 2024
1 parent bf956b2 commit 5789f19
Show file tree
Hide file tree
Showing 8 changed files with 727 additions and 680 deletions.
6 changes: 3 additions & 3 deletions components/password-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"vitest": "^0.34.6"
},
"peerDependencies": {
"@fluentui/react-components": "^9.54.0",
"@fluentui/react-icons": "^2.0.242",
"@fluentui/react-utilities": "^9.18.10",
"@fluentui/react-components": "^9.55.1",
"@fluentui/react-icons": "^2.0.261",
"@fluentui/react-utilities": "^9.18.16",
"react": ">=16.8.0 <19.0.0",
"react-dom": ">=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 @@ -39,9 +39,9 @@
"vitest": "^0.34.6"
},
"peerDependencies": {
"@fluentui/react-components": "^9.54.0",
"@fluentui/react-icons": "^2.0.242",
"@fluentui/react-utilities": "^9.18.10",
"@fluentui/react-components": "^9.55.1",
"@fluentui/react-icons": "^2.0.261",
"@fluentui/react-utilities": "^9.18.16",
"react": ">=16.8.0 <19.0.0",
"react-dom": ">=16.8.0 <19.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions components/stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"vitest": "^0.34.6"
},
"peerDependencies": {
"@fluentui/react-components": "^9.54.0",
"@fluentui/react-icons": "^2.0.242",
"@fluentui/react-utilities": "^9.18.10",
"@fluentui/react-components": "^9.55.1",
"@fluentui/react-icons": "^2.0.261",
"@fluentui/react-utilities": "^9.18.16",
"react": ">=16.8.0 <19.0.0",
"react-dom": ">=16.8.0 <19.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions components/topbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
},
"peerDependencies": {
"@axiscommunications/fluent-theme": ">=9.0.0",
"@fluentui/react-components": "^9.54.0",
"@fluentui/react-icons": "^2.0.242",
"@fluentui/react-utilities": "^9.18.10",
"@fluentui/react-components": "^9.55.1",
"@fluentui/react-icons": "^2.0.261",
"@fluentui/react-utilities": "^9.18.16",
"react": ">=16.8.0 <19.0.0",
"react-dom": ">=16.8.0 <19.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@axiscommunications/fluent-theme": "workspace:*",
"@axiscommunications/fluent-topbar": "workspace:*",
"@axiscommunications/fluent-illustrations": "workspace:*",
"@fluentui/react-components": "^9.54.0",
"@fluentui/react-context-selector": "^9.1.61",
"@fluentui/react-icons": "^2.0.242",
"@fluentui/react-components": "^9.55.1",
"@fluentui/react-context-selector": "^9.1.68",
"@fluentui/react-icons": "^2.0.261",
"@vitejs/plugin-react": "^4.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
1,371 changes: 709 additions & 662 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"typescript": "^4.5.5"
},
"peerDependencies": {
"@fluentui/react-components": "^9.54.0",
"@fluentui/react-icons": "^2.0.242",
"@fluentui/react-components": "^9.55.1",
"@fluentui/react-icons": "^2.0.261",
"react": ">=16.8.0 <19.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"jsdom": "^22.1.0"
},
"peerDependencies": {
"@fluentui/react-components": "^9.54.0",
"@fluentui/react-components": "^9.55.1",
"react": ">=16.8.0 <19.0.0",
"react-dom": ">=16.8.0 <19.0.0"
},
Expand Down

0 comments on commit 5789f19

Please sign in to comment.