microsoft / botframework-solutions

Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.
https://aka.ms/bfsolutionsdocs
MIT License
1.05k stars 530 forks source link

[TypeScript][Samples] Update package-lock to consume last version of bot-solutions 1.1.0 #3831

Closed Batta32 closed 3 years ago

Batta32 commented 3 years ago

Purpose

What is the context of this pull request? Why is it being done? As the TypeScript bot-solutions@1.1.0 was published in npmjs, the package-lock.json files of the Virtual Assistant Sample and Skill Sample should be consume the new version

Changes

Are there any changes that need to be called out as significant or particularly difficult to grasp? (Include illustrative screenshots for context if applicable.)

image

Tests

Is this covered by existing tests or new ones? If no, why not? The compilation and the unit tests worked correctly

Unit tests passing in the TypeScript Virtual Assistant Sample image

Unit tests passing in the TypeScript Skill Sample image

Feature Plan

Are there any remaining steps or dependencies before this issue can be fully resolved? If so, describe and link to any relevant pull requests or issues. -

Checklist

General