* Updating README

* Update packages using: npm audit fix

* Update packages using: npm install react-scripts@5.0.1

* Update packages using: npm install node-sass@7.0.1

* Update Microsoft.Azure.DocumentDB.Core to latest version

* Moving react-sripts to devDependencies as per https://github.com/facebook/create-react-app/issues/11174
This commit is contained in:
Neha Gupta 2022-04-15 10:57:09 -07:00 коммит произвёл GitHub
Родитель 51651531a2
Коммит c936e7e47f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 9302 добавлений и 9233 удалений

Просмотреть файл

@ -1,23 +1,4 @@
# Azure Serverless Community Library
An open source set of common use cases for Azure Functions & LogicApps that are ready to deploy!
A gallery of samples that people have built with serverless technology on Azure.
## How-to Contribute to the Serverless Library
1) Build something cool!
2) Put it in a public repository. Here are a couple great examples: [Function Example](https://github.com/jefking/fl-image-resize) or [LogicApp Example](https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-create)
2) Create an ARM template for your application (this is acually pretty simple.) This [ARM template generator](https://armbuilder.z5.web.core.windows.net/) quickly creates one for Azure Functions, and Logic Apps code is contained in ARM templates, so build the Logic App in the Azure portal & commit the generated template to your Git repo.
3) Finally, [create an issue](https://github.com/Azure/FunctionLibrary/issues/new) in this repo containing the relevant details (template provided).
4) Wait for approval. When we close the issue, we'll merge your sample!
## Generic Deployment
If you find a Git repo with a Function or Logic App in it, you can use this to quickly deploy to Azure: [AzureDeploy.Any.json](https://github.com/jefking/FunctionLibrary/blob/master/azuredeploy.any.json)
If you want to create an ARM template that deploys Functions or LogicApps:
[Build Your Own](https://armbuilder.z5.web.core.windows.net/)
Visit the site [here!](https://www.serverlesslibrary.net/)

18502
ServerlessLibraryAPI/ClientApp/package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -4,18 +4,20 @@
"private": true,
"dependencies": {
"@uifabric/styling": "^6.47.6",
"markdown-to-jsx": "^6.10.1",
"node-sass": "^4.12.0",
"markdown-to-jsx": "^6.11.4",
"node-sass": "^7.0.1",
"office-ui-fabric-react": "^6.187.0",
"react": "^16.8.6",
"react-app-polyfill": "^1.0.1",
"react-dom": "^16.8.6",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "3.0.0",
"redux": "^4.0.1",
"rimraf": "^2.6.3"
},
"devDependencies": {
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "rimraf ./build && react-scripts start",
"build": "react-scripts build",

Просмотреть файл

@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.2" PrivateAssets="All" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="2.1.1" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.2.3" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.17.0" />
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.9.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="4.0.1" />