Skip to content

Commit

Permalink
Updates dependency check. Closes: #233 (#235)
Browse files Browse the repository at this point in the history
## 🎯 Aim

Add support for SPFx v1.19.0

Closes: #233
  • Loading branch information
Adam-it authored May 10, 2024
1 parent 14847c0 commit 18e8eb3
Showing 1 changed file with 2 additions and 2 deletions.
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 18e8eb3

Please sign in to comment.