Skip to content

Commit 65dc776

Browse files
authored
[shared runtime] update to GA type libraries (#94)
* update to GA type libraries * typo fix
1 parent 1e62513 commit 65dc776

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

Samples/excel-shared-runtime-scenario/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
<!-- You can use resources across hosts and form factors. -->
268268
<Resources>
269269
<bt:Images>
270-
<bt:Image id="Icon.16x16" DefaultValue="https://localhost:3000/assets/icond-16.png"/>
270+
<bt:Image id="Icon.16x16" DefaultValue="https://localhost:3000/assets/icon-16.png"/>
271271
<bt:Image id="Icon.32x32" DefaultValue="https://localhost:3000/assets/icon-32.png"/>
272272
<bt:Image id="Icon.80x80" DefaultValue="https://localhost:3000/assets/icon-80.png"/>
273273
</bt:Images>

Samples/excel-shared-runtime-scenario/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Samples/excel-shared-runtime-scenario/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.6.3",
22-
"@types/custom-functions-runtime": "^1.5.0",
22+
"@types/custom-functions-runtime": "^1.3.2",
2323
"@babel/polyfill": "^7.6.0",
2424
"@babel/preset-env": "^7.6.0",
25-
"@types/office-js-preview": "^1.0.159",
25+
"@types/office-js": "^1.0.140",
2626
"@types/react": "^16.8.2",
2727
"@types/react-dom": "^16.8.0",
2828
"@types/react-hot-loader": "^4.1.0",

Samples/excel-shared-runtime-scenario/src/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
<meta charset="utf-8" />
99
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
1010
<meta name="viewport" content="width=device-width, initial-scale=1" />
11-
<title>Office-Add-in-Microsoft-Graph-React</title>
12-
13-
<script type="text/javascript" src="functions.1a0f6b6d5d805b25ee43.js"></script>
11+
<title>Sample of new capabilities with shared runtime</title>
1412

1513
<!-- Office JavaScript API -->
1614
<script type="text/javascript" src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script>

0 commit comments

Comments
 (0)