Skip to content

Commit

Permalink
applying package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Holt committed Apr 8, 2024
1 parent 7f8e2db commit 2968428
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/utilities/fast-react-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-react-wrapper",
"description": "A utility for wrapping web components for use in React.",
"sideEffects": false,
"version": "0.3.23",
"version": "0.3.24",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -87,8 +87,8 @@
"webpack": "^4.44.0"
},
"dependencies": {
"@microsoft/fast-element": "^1.12.0",
"@microsoft/fast-foundation": "^2.49.5"
"@microsoft/fast-element": "^1.13.0",
"@microsoft/fast-foundation": "^2.49.6"
},
"peerDependencies": {
"react": ">=16.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/fast-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-element",
"description": "A library for constructing Web Components",
"sideEffects": false,
"version": "1.12.0",
"version": "1.13.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/fast-foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-foundation",
"description": "A library of Web Component building blocks",
"sideEffects": false,
"version": "2.49.5",
"version": "2.49.6",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -95,7 +95,7 @@
"webpack": "^4.44.0"
},
"dependencies": {
"@microsoft/fast-element": "^1.12.0",
"@microsoft/fast-element": "^1.13.0",
"@microsoft/fast-web-utilities": "^5.4.1",
"tabbable": "^5.2.0",
"tslib": "^1.13.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/fast-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-router",
"description": "A web-components-based router.",
"sideEffects": false,
"version": "0.4.8",
"version": "0.4.9",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -84,6 +84,6 @@
"webpack": "^4.44.0"
},
"dependencies": {
"@microsoft/fast-element": "^1.12.0"
"@microsoft/fast-element": "^1.13.0"
}
}

0 comments on commit 2968428

Please sign in to comment.