Merge pull request #30 from microsoft/deps-update-nov10
Deps update nov10
This commit is contained in:
Коммит
258ab5e122
|
@ -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'
|
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче