update standard package
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Timo Hocker 2022-03-17 14:06:02 +01:00
parent 95c90f2877
commit eb1a668738
Signed by: Timo
GPG Key ID: AA43099EDEEB12AC
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@sapphirecode/snippeteer",
"version": "1.5.5",
"version": "1.5.6",
"description": "macros for setting up projects or project parts",
"main": "index.js",
"bin": {
@ -34,7 +34,7 @@
"typescript": "^4.0.2"
},
"dependencies": {
"@sapphirecode/standard": "^1.5.4",
"@sapphirecode/standard": "^1.5.5",
"enquirer": "^2.3.5",
"fs-extra": "^10.0.0",
"license": "^1.0.3"

View File

@ -98,10 +98,10 @@
eslint-plugin-node "^11.1.0"
eslint-plugin-sort-requires-by-path "^1.0.2"
"@sapphirecode/standard@^1.5.4":
version "1.5.4"
resolved "https://registry.yarnpkg.com/@sapphirecode/standard/-/standard-1.5.4.tgz#623688db930635f30fe165e829ce91b61bb0f609"
integrity sha512-fv7Cm5xdTe1SGJoqk9fT6NJbpvp6vVyFw2JYFNiCy486xTZ14QdARWd3lSKUwRyOrGM+p4qKg4rFioSSjxbqdA==
"@sapphirecode/standard@^1.5.5":
version "1.5.5"
resolved "https://registry.yarnpkg.com/@sapphirecode/standard/-/standard-1.5.5.tgz#bba5ae3d1a7bebcd5bf1a6e3bf11e4118065160e"
integrity sha512-jzQuu06heL+mwzcwrtM+XeTqRm2IaB5ZSLM435AQOoe6SOeKLCGXNJix7hc7KVS8JNqmiPIQBrMXQK09w2TivQ==
"@types/fs-extra@^9.0.0":
version "9.0.13"