Skip to content

Commit

Permalink
Release v3.2.0 (#236)
Browse files Browse the repository at this point in the history
## 🎯 Aim

Release 3.2.0 that adds SPFx 1.19.0 support

## 🔗 Related issue

Closes: #233
  • Loading branch information
Adam-it authored May 12, 2024
1 parent 14847c0 commit e27d067
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To ensure that you can develop SPFx solutions, you may use the **check dependenc

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

- Node version: 16 or 18
- Node version: 18
- NPM dependencies:
- gulp
- yo
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "viva-connections-toolkit",
"displayName": "SharePoint Framework Toolkit",
"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.",
"version": "3.1.0",
"version": "3.2.0",
"publisher": "m365pnp",
"preview": false,
"homepage": "https://github.com/pnp/vscode-viva",
Expand Down
4 changes: 2 additions & 2 deletions src/services/Dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { TerminalCommandExecuter } from './TerminalCommandExecuter';
import { Extension } from './Extension';


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

export class Dependencies {

Expand Down

0 comments on commit e27d067

Please sign in to comment.