mirror of https://github.com/jpanther/congo.git
🔀 Merge pull request #199 from jpanther/dependabot/npm_and_yarn/prettier-plugin-go-template-0.0.13
📌 Bump prettier-plugin-go-template from 0.0.12 to 0.0.13
pull/194/head
commit
586eb4e820
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "hugo-congo-theme",
|
||||
"version": "2.1.3",
|
||||
"version": "2.2.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "hugo-congo-theme",
|
||||
"version": "2.1.3",
|
||||
"version": "2.2.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
@ -16,7 +16,7 @@
|
|||
"katex": "^0.15.3",
|
||||
"mermaid": "^9.0.1",
|
||||
"prettier": "^2.6.2",
|
||||
"prettier-plugin-go-template": "^0.0.12",
|
||||
"prettier-plugin-go-template": "^0.0.13",
|
||||
"rimraf": "^3.0.2",
|
||||
"tailwindcss": "^3.0.24",
|
||||
"vendor-copy": "^3.0.1"
|
||||
|
@ -8723,9 +8723,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/prettier-plugin-go-template": {
|
||||
"version": "0.0.12",
|
||||
"resolved": "https://registry.npmjs.org/prettier-plugin-go-template/-/prettier-plugin-go-template-0.0.12.tgz",
|
||||
"integrity": "sha512-3LGFSjUTwirXa56dY7ZbNETM5nMUc5TKPYyo7cJx/8mdMnWUCMKTVzBQ3K7xUk2+D4g8CLADQ3Nc1HZ5SNWeag==",
|
||||
"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"
|
||||
|
@ -17957,9 +17957,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"prettier-plugin-go-template": {
|
||||
"version": "0.0.12",
|
||||
"resolved": "https://registry.npmjs.org/prettier-plugin-go-template/-/prettier-plugin-go-template-0.0.12.tgz",
|
||||
"integrity": "sha512-3LGFSjUTwirXa56dY7ZbNETM5nMUc5TKPYyo7cJx/8mdMnWUCMKTVzBQ3K7xUk2+D4g8CLADQ3Nc1HZ5SNWeag==",
|
||||
"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,
|
||||
"requires": {
|
||||
"ulid": "^2.3.0"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"katex": "^0.15.3",
|
||||
"mermaid": "^9.0.1",
|
||||
"prettier": "^2.6.2",
|
||||
"prettier-plugin-go-template": "^0.0.12",
|
||||
"prettier-plugin-go-template": "^0.0.13",
|
||||
"rimraf": "^3.0.2",
|
||||
"tailwindcss": "^3.0.24",
|
||||
"vendor-copy": "^3.0.1"
|
||||
|
|
Loading…
Reference in New Issue