Skip to content

Commit 5805249

Browse files
committed
update spfx solution to 1.10
1 parent 3cd1cd1 commit 5805249

File tree

55 files changed

+177
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+177
-126
lines changed
3.3 MB
Binary file not shown.

provisioning/starterkit.pnp

3.23 MB
Binary file not shown.

solution/.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@microsoft/generator-sharepoint": {
3-
"version": "1.8.2",
3+
"version": "1.10.0",
44
"libraryName": "sp-starter-kit",
55
"libraryId": "3624777a-337d-4b34-8384-5ab774c069aa",
66
"environment": "spo",

solution/config/package-solution.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"solution": {
44
"name": "sharepoint-starter-kit-client-side-solution",
55
"id": "3624777a-337d-4b34-8384-5ab774c069aa",
6-
"version": "1.5.4.0",
6+
"version": "1.6.0.0",
77
"includeClientSideAssets": true,
88
"skipFeatureDeployment": true,
99
"webApiPermissionRequests": [

solution/package.json

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "sp-starter-kit",
3-
"version": "1.5.4",
3+
"version": "1.6.0",
44
"private": true,
55
"engines": {
66
"node": ">=0.10.0"
77
},
8+
"main": "lib/index.js",
89
"scripts": {
910
"serve": "cross-env NODE_OPTIONS=--max_old_space_size=8192 gulp serve",
1011
"build:dev": "gulp clean && cross-env NODE_OPTIONS=--max_old_space_size=8192 gulp bundle && gulp package-solution",
@@ -14,43 +15,50 @@
1415
"clean": "gulp clean",
1516
"test": "gulp test"
1617
},
18+
"resolutions": {
19+
"@types/react": "16.8.8"
20+
},
1721
"dependencies": {
18-
"@microsoft/decorators": "^1.9.1",
19-
"@microsoft/sp-application-base": "^1.9.1",
20-
"@microsoft/sp-core-library": "^1.9.1",
21-
"@microsoft/sp-dialog": "^1.9.1",
22-
"@microsoft/sp-listview-extensibility": "^1.9.1",
23-
"@microsoft/sp-lodash-subset": "^1.9.1",
24-
"@microsoft/sp-office-ui-fabric-core": "^1.9.1",
25-
"@microsoft/sp-webpart-base": "^1.9.1",
22+
"@microsoft/decorators": "1.10.0",
23+
"@microsoft/sp-application-base": "1.10.0",
24+
"@microsoft/sp-core-library": "1.10.0",
25+
"@microsoft/sp-dialog": "1.10.0",
26+
"@microsoft/sp-listview-extensibility": "1.10.0",
27+
"@microsoft/sp-lodash-subset": "1.10.0",
28+
"@microsoft/sp-office-ui-fabric-core": "1.10.0",
29+
"@microsoft/sp-property-pane": "1.10.0",
30+
"@microsoft/sp-webpart-base": "1.10.0",
2631
"@microsoft/teams-js": "^1.4.1",
27-
"@pnp/common": "^1.0.4-4",
28-
"@pnp/logging": "^1.0.4-4",
29-
"@pnp/odata": "^1.0.4-4",
30-
"@pnp/sp": "^1.0.4-4",
31-
"@pnp/spfx-controls-react": "^1.11.0",
32-
"@pnp/spfx-property-controls": "^1.13.1",
32+
"@pnp/common": "1.3.11",
33+
"@pnp/logging": "1.3.11",
34+
"@pnp/odata": "1.3.11",
35+
"@pnp/sp": "1.3.11",
36+
"@pnp/spfx-controls-react": "1.18.0",
37+
"@pnp/spfx-property-controls": "1.18.0",
3338
"@types/es6-promise": "0.0.33",
34-
"@types/react": "^16.8.8",
35-
"@types/react-dom": "^16.8.3",
39+
"@types/react": "16.8.8",
40+
"@types/react-dom": "16.8.3",
3641
"@types/webpack-env": "1.13.1",
3742
"@uifabric/utilities": "5.33.0",
38-
"react": "^16.8.5",
39-
"react-dom": "^16.8.5",
40-
"tslib": "^1.10.0"
43+
"office-ui-fabric-react": "6.189.2",
44+
"react": "16.8.5",
45+
"react-dom": "16.8.5",
46+
"tslib": "1.10.0"
4147
},
48+
4249
"devDependencies": {
43-
"@microsoft/microsoft-graph-types": "^1.8.0",
44-
"@microsoft/rush-stack-compiler-2.9": "^0.7.16",
45-
"@microsoft/sp-build-web": "^1.9.1",
46-
"@microsoft/sp-module-interfaces": "^1.9.1",
47-
"@microsoft/sp-tslint-rules": "^1.9.1",
48-
"@microsoft/sp-webpart-workbench": "^1.9.1",
50+
"@microsoft/microsoft-graph-types": "1.10.0",
51+
"@microsoft/rush-stack-compiler-3.5": "~0.2.6",
52+
"@microsoft/sp-build-web": "1.10.0",
53+
"@microsoft/sp-module-interfaces": "1.10.0",
54+
"@microsoft/sp-tslint-rules": "1.10.0",
55+
"@microsoft/sp-webpart-workbench": "1.10.0",
4956
"@types/chai": "3.4.34",
5057
"@types/mocha": "2.2.38",
5158
"ajv": "~5.2.2",
5259
"cross-env": "^5.2.0",
5360
"gulp": "~3.9.1",
54-
"tslint-microsoft-contrib": "5.0.0"
61+
"tslint-microsoft-contrib": "5.0.0",
62+
"webpack-bundle-analyzer": "~3.6.1"
5563
}
5664
}

solution/src/common/myLinks/MyLinks.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '~@microsoft/sp-office-ui-fabric-core/dist/sass/SPFabricCore.scss';
1+
@import '~office-ui-fabric-react/dist/sass/References.scss';
22

33
.myLinksDialogRoot {
44
.myLinksDialogContent {

solution/src/extensions/collabFooter/components/CollabFooter.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '~@microsoft/sp-office-ui-fabric-core/dist/sass/SPFabricCore.scss';
1+
@import '~office-ui-fabric-react/dist/sass/References.scss';
22

33
.collabFooter {
44
.collabFooterContainer {
@@ -9,4 +9,4 @@
99
.commandBar {
1010
width: 100%;
1111
}
12-
}
12+
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
@import '~office-ui-fabric-react/dist/sass/References.scss';
2+
13
.scheduleMeetingDialogRoot {
24
.scheduleMeetingDialogContent {
35
text-align: left;
46
vertical-align: top;
57
}
6-
}
8+
}

solution/src/extensions/portalFooter/components/Links/Links.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '~@microsoft/sp-office-ui-fabric-core/dist/sass/SPFabricCore.scss';
1+
@import '~office-ui-fabric-react/dist/sass/References.scss';
22

33
.links {
44
background-color: $ms-color-neutralLighter;

solution/src/extensions/portalFooter/components/PortalFooter/PortalFooter.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '~@microsoft/sp-office-ui-fabric-core/dist/sass/SPFabricCore.scss';
1+
@import '~office-ui-fabric-react/dist/sass/References.scss';
22

33
.portalFooter {
44

0 commit comments

Comments
 (0)