Skip to content

Commit 221ab47

Browse files
authored
Merge pull request #1701 from pnp/spfx-1-18-1
Spfx 1 18 1
2 parents 994af17 + 92c6f25 commit 221ab47

File tree

232 files changed

+32842
-65934
lines changed

Some content is hidden

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

232 files changed

+32842
-65934
lines changed

.github/workflows/dev-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
registry-url: 'https://registry.npmjs.org'
1616

1717
- name: Install npm dependencies

.github/workflows/main-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 16
15+
node-version: 18
1616
registry-url: 'https://registry.npmjs.org'
1717

1818
- name: Install npm dependencies

.yo-rc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"@microsoft/generator-sharepoint": {
3-
"version": "1.17.3",
3+
"version": "1.18.1",
44
"libraryName": "sp-dev-fx-controls-react",
55
"libraryId": "92b1e52c-a5fa-490a-bcf4-76080f39442c",
66
"environment": "spo",
77
"isDomainIsolated": false,
88
"isCreatingSolution": false,
99
"packageManager": "npm",
1010
"plusBeta": false,
11-
"nodeVersion": "16.15.0",
11+
"nodeVersion": "18.17.1",
1212
"sdksVersions": {
1313
"@microsoft/microsoft-graph-client": "3.0.2",
14-
"@microsoft/teams-js": "2.4.1"
14+
"@microsoft/teams-js": "2.12.0"
1515
},
1616
"componentType": "extension",
1717
"extensionType": "ApplicationCustomizer"

0 commit comments

Comments
 (0)