Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"office-ui-fabric-react": ">=5.74.0 <6.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"typescript": "2.7.2",
"typescript": "2.8.1",
"tslib": "^1.7.1"
}
}
}
7 changes: 4 additions & 3 deletions apps/vr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "",
"clean": "",
"screener": "screener-storybook --conf screener.config.js",
"screener:local": "screener-storybook --conf screener.local.config.js --debug",
"screener:local":
"screener-storybook --conf screener.local.config.js --debug",
"start": "start-storybook --port 5555"
},
"devDependencies": {
Expand All @@ -31,7 +32,7 @@
"office-ui-fabric-react": ">=5.74.0 <6.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"typescript": "2.7.2",
"typescript": "2.8.1",
"tslib": "^1.7.1"
}
}
}
11 changes: 11 additions & 0 deletions common/changes/@uifabric/utilities/ts-2-8_2018-03-30-06-33.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/utilities",
"comment": "Upgrade to TypeScript 2.8.1",
"type": "minor"
}
],
"packageName": "@uifabric/utilities",
"email": "christianjordangonzalez@gmail.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "Upgrade to TypeScript 2.8.1",
"type": "minor"
}
],
"packageName": "office-ui-fabric-react",
"email": "christianjordangonzalez@gmail.com"
}
Loading