Skip to content

Commit e27d067

Browse files
authored
Release v3.2.0 (#236)
## 🎯 Aim Release 3.2.0 that adds SPFx 1.19.0 support ## 🔗 Related issue Closes: #233
1 parent 14847c0 commit e27d067

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To ensure that you can develop SPFx solutions, you may use the **check dependenc
6060

6161
This action will check if you have the required dependencies such as:
6262

63-
- Node version: 16 or 18
63+
- Node version: 18
6464
- NPM dependencies:
6565
- gulp
6666
- yo

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "viva-connections-toolkit",
33
"displayName": "SharePoint Framework Toolkit",
44
"description": "SharePoint Framework Toolkit aims to boost your productivity in developing and managing SharePoint Framework solutions helping at every stage of your development flow, from setting up your development workspace to deploying a solution straight to your tenant without the need to leave VS Code and now even create a CI/CD pipeline to introduce automate deployment of your app. This toolkit is provided by the community.",
5-
"version": "3.1.0",
5+
"version": "3.2.0",
66
"publisher": "m365pnp",
77
"preview": false,
88
"homepage": "https://github.com/pnp/vscode-viva",

src/services/Dependencies.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import { TerminalCommandExecuter } from './TerminalCommandExecuter';
88
import { Extension } from './Extension';
99

1010

11-
const SUPPORTED_VERSIONS = ['16.13', '18.17.1'];
12-
const DEPENDENCIES = ['gulp-cli', 'yo', '@microsoft/generator-sharepoint'];
11+
const SUPPORTED_VERSIONS = ['18.17.1'];
12+
const DEPENDENCIES = ['gulp-cli@3.0.0', 'yo@5.0.0', '@microsoft/generator-sharepoint@1.19.0'];
1313

1414
export class Dependencies {
1515

0 commit comments

Comments
 (0)