Merge pull request #30 from microsoft/deps-update-nov10

Deps update nov10
This commit is contained in:
Nathan Evans 2021-11-10 14:04:53 -08:00 коммит произвёл GitHub
Родитель eb62a13706 0093f8c59b
Коммит 258ab5e122
4 изменённых файлов: 36 добавлений и 2 удалений

30
.vsts-ci.yml Normal file
Просмотреть файл

@ -0,0 +1,30 @@
name: thematic compliance CI
pool:
vmImage: ubuntu-latest
stages:
- stage: Compliance
dependsOn: []
jobs:
- job: ComplianceJob
pool:
vmImage: windows-latest
steps:
- checkout: self
clean: true
persistCredentials: true
fetchDepth: 1
- task: CredScan@3
inputs:
outputFormat: sarif
debugMode: false
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'Register'
verbosity: 'Verbose'
alertWarningLevel: 'High'
- task: PublishSecurityAnalysisLogs@3
inputs:
ArtifactName: 'CodeAnalysisLogs'
ArtifactType: 'Container'

4
.yarn/versions/525c074a.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,4 @@
releases:
"@thematic/fluent": patch
"@thematic/react": patch
"@thematic/webapp": patch

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

@ -14,12 +14,12 @@
"start": "essex watch"
},
"dependencies": {
"@essex/scripts": "^15.1.2",
"@thematic/color": "workspace:packages/color",
"@thematic/core": "workspace:packages/core",
"core-js": "^3.12.1"
},
"devDependencies": {
"@essex/scripts": "^15.1.2",
"@types/node": "^14.14.44",
"@types/react": "^17.0.5",
"react": "^17.0.2"

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

@ -12,7 +12,6 @@
"clean": "essex clean build"
},
"dependencies": {
"@essex/webpack-config": "^15.0.3",
"@fluentui/font-icons-mdl2": "^8.1.0",
"@fluentui/react": "^8.14.4",
"@thematic/color": "workspace:packages/color",
@ -36,6 +35,7 @@
},
"devDependencies": {
"@essex/scripts": "^15.1.2",
"@essex/webpack-config": "^15.0.3",
"@types/d3-axis": "^1.0.14",
"@types/d3-scale": "^2.2.4",
"@types/d3-selection": "^1.4.3",