Skip to content

Commit

Permalink
fixing build / test after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrice committed May 4, 2022
1 parent f85c2dd commit 74c0c9b
Show file tree
Hide file tree
Showing 14 changed files with 708 additions and 238 deletions.
2 changes: 1 addition & 1 deletion examples/design-system-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@microsoft/fast-element": "^1.10.1",
"@microsoft/fast-foundation": "^2.46.0",
"@microsoft/fast-components": "^2.30.3",
"tslib": "^1.11.1"
"tslib": "^2.4.0"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-app-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@microsoft/fast-colors": "^5.0.12",
"@microsoft/fast-element": "latest",
"@microsoft/fast-foundation": "latest",
"tslib": "^1.11.1"
"tslib": "^2.4.0"
},
"devDependencies": {
"http-server": "^14.1.0",
Expand Down
277 changes: 139 additions & 138 deletions packages/web-components/fast-components/docs/api-report.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/web-components/fast-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@
"@microsoft/fast-element": "^1.10.1",
"@microsoft/fast-foundation": "^2.46.0",
"@microsoft/fast-web-utilities": "^5.4.0",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
}
}
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 @@ -84,7 +84,7 @@
"ts-loader": "^7.0.2",
"ts-node": "^8.9.1",
"tsconfig-paths": "^3.9.0",
"tslib": "^1.11.1",
"tslib": "^2.4.0",
"typescript": "^4.6.2",
"webpack": "^4.44.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ export const Observable = FAST.getById(KernelServiceId.observable, () => {
watcher = void 0;
/* eslint-disable-next-line */
prevValue = prev.propertySource[prev.propertyName];
/* eslint-disable-next-line */
watcher = this;

if (propertySource === prevValue) {
Expand Down
Loading

0 comments on commit 74c0c9b

Please sign in to comment.