update tekton

This commit is contained in:
Lucas Gravley 2020-10-22 09:40:00 -05:00
parent b058f4ac1e
commit 87c8bcb5fc
2 changed files with 16 additions and 4 deletions

18
dependencies/package-lock.json generated vendored
View file

@ -5926,6 +5926,18 @@
"stylelint-config-recommended": "^3.0.0"
}
},
"stylelint-scss": {
"version": "3.18.0",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.18.0.tgz",
"integrity": "sha512-LD7+hv/6/ApNGt7+nR/50ft7cezKP2HM5rI8avIdGaUWre3xlHfV4jKO/DRZhscfuN+Ewy9FMhcTq0CcS0C/SA==",
"requires": {
"lodash": "^4.17.15",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-selector-parser": "^6.0.2",
"postcss-value-parser": "^4.1.0"
}
},
"sugarss": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/sugarss/-/sugarss-2.0.0.tgz",
@ -6008,9 +6020,9 @@
}
},
"tekton-lint": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/tekton-lint/-/tekton-lint-0.5.0.tgz",
"integrity": "sha512-/TG5Q+Vso/5YhDx3H1lrHRvThslVkJIFkYBq+6jRr3Z0PHPMqekjgQpaTPV0ETzYeyn4jPFYj3MCpJB3nuLmgg==",
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/tekton-lint/-/tekton-lint-0.5.1.tgz",
"integrity": "sha512-HYU5SjFnBfpBMvdl3dbmfR6xpeUffr7HmE7Wd0DcuPh0g5nsR/xw8ixbe5EZkzy+fXm7U0qV/NuopOrtG0ne1A==",
"requires": {
"chalk": "^4.1.0",
"chokidar": "^3.4.0",

View file

@ -25,6 +25,6 @@
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"typescript": "^4.0.3",
"tekton-lint": "^0.5.0"
"tekton-lint": "^0.5.1"
}
}