Skip to content

Commit

Permalink
chore: bumps v9 version to 9.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsunderhus committed Jan 23, 2024
1 parent 2bdc6e6 commit 0434be1
Show file tree
Hide file tree
Showing 5 changed files with 505 additions and 505 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@fluentui/react-components": "^9.44.4",
"@fluentui/react-components": "^9.44.5",
"@griffel/shadow-dom": "~0.1.0",
"@nx/devkit": "16.1.4",
"@nx/eslint-plugin": "16.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('create-package generator', () => {
const pkgJson = readJson(tree, paths.packageJson);
expect(pkgJson.peerDependencies).toMatchInlineSnapshot(`
{
"@fluentui/react-components": ">=9.44.4 <10.0.0",
"@fluentui/react-components": ">=9.44.5 <10.0.0",
"@types/react": ">=16.8.0 <19.0.0",
"@types/react-dom": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-resize-handle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"react-dom": ">=16.8.0 <19.0.0"
},
"dependencies": {
"@fluentui/react-utilities": ">=9.15.1 < 10.0.0"
"@fluentui/react-utilities": ">=9.16.0 < 10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/react-tree-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@fluentui/react-context-selector": ">=9.1.47 < 10.0.0",
"@fluentui/keyboard-keys": ">=9.0.6 < 10.0.0",
"@fluentui/react-tabster": ">=9.14.0 < 10.0.0",
"@fluentui/react-utilities": ">=9.15.1 < 10.0.0"
"@fluentui/react-utilities": ">=9.16.0 < 10.0.0"
}
}
Loading

0 comments on commit 0434be1

Please sign in to comment.