Skip to content

Commit 60c2710

Browse files
authored
Merge pull request #201 from a1mery/InputCard-Generic-NewItem-upgrade-spfx-1.21.1
Upgrade InputCard-Generic-NewItem to SPFx v1.21.1
2 parents b26429d + 9798f15 commit 60c2710

6 files changed

Lines changed: 20405 additions & 22015 deletions

File tree

samples/InputCard-Generic-NewItem/.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"**/bower_components": true,
88
"**/coverage": true,
99
"**/lib-amd": true,
10-
"src/**/*.scss.ts": true
10+
"src/**/*.scss.ts": true,
11+
"**/jest-output": true
1112
},
1213
"typescript.tsdk": ".\\node_modules\\typescript\\lib"
1314
}

samples/InputCard-Generic-NewItem/.yo-rc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"nodeVersion": "18.18.0",
66
"sdksVersions": {
77
"@microsoft/microsoft-graph-client": "3.0.2",
8-
"@microsoft/teams-js": "2.12.0"
8+
"@microsoft/teams-js": "2.24.0"
99
},
10-
"version": "1.18.0",
10+
"version": "1.21.1",
1111
"libraryName": "input-card-generic-new-item",
1212
"libraryId": "9396c1d0-c85a-4657-8ace-2e7271aaba93",
1313
"environment": "spo",

samples/InputCard-Generic-NewItem/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": "input-card-generic-new-item-client-side-solution",
55
"id": "9396c1d0-c85a-4657-8ace-2e7271aaba93",
6-
"version": "1.0.0.0",
6+
"version": "1.1.0.0",
77
"includeClientSideAssets": true,
88
"skipFeatureDeployment": true,
99
"isDomainIsolated": false,

0 commit comments

Comments
 (0)