chore: remove unmaintained dependency prettier-plugin-go-template
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2023-07-05 20:26:29 +02:00
parent 548da507ef
commit 59bda787bd
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
4 changed files with 2 additions and 35 deletions

View File

@ -7,3 +7,4 @@ list.json.json
/static/js/
/src/favicon/
LICENSE
**/*.html

View File

@ -2,13 +2,5 @@
"printWidth": 99,
"singleQuote": false,
"semi": false,
"trailingComma": "none",
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
"trailingComma": "none"
}

25
package-lock.json generated
View File

@ -14,7 +14,6 @@
"js-yaml": "4.1.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier-plugin-go-template": "0.0.13",
"shx": "0.3.4",
"svg-sprite": "2.0.2",
"webpack": "5.88.1",
@ -3249,21 +3248,6 @@
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prettier-plugin-go-template": {
"version": "0.0.13",
"resolved": "https://registry.npmjs.org/prettier-plugin-go-template/-/prettier-plugin-go-template-0.0.13.tgz",
"integrity": "sha512-gG/xT5kd+kCzoMaTchXvdfBdsunyRCV6G8cgdPGPd2V5JGGKXUG7SjzBKU7jaGh2RTeblcAdBb/E+S/duOAMsA==",
"dev": true,
"dependencies": {
"ulid": "^2.3.0"
},
"engines": {
"node": ">=14.0.0"
},
"peerDependencies": {
"prettier": "^2.0.0"
}
},
"node_modules/pretty-error": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
@ -4313,15 +4297,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/ulid": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/ulid/-/ulid-2.3.0.tgz",
"integrity": "sha512-keqHubrlpvT6G2wH0OEfSW4mquYRcbe/J8NMmveoQOjUqmo+hXtO+ORCpWhdbZ7k72UtY61BL7haGxW6enBnjw==",
"dev": true,
"bin": {
"ulid": "bin/cli.js"
}
},
"node_modules/unbox-primitive": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",

View File

@ -26,7 +26,6 @@
"js-yaml": "4.1.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier-plugin-go-template": "0.0.13",
"shx": "0.3.4",
"svg-sprite": "2.0.2",
"webpack": "5.88.1",