From 585bdaf5549ea6805f42660770512204eede4298 Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Tue, 1 Mar 2022 23:19:26 +0000 Subject: [PATCH] Use patched pretty-checkbox-vue from do-vue --- package-lock.json | 16 +++-- package.json | 2 +- src/nginxconfig/templates/inputs/checkbox.vue | 14 +++- .../templates/inputs/pretty_input.vue | 70 ------------------- src/nginxconfig/templates/inputs/radio.vue | 14 +++- 5 files changed, 32 insertions(+), 84 deletions(-) delete mode 100644 src/nginxconfig/templates/inputs/pretty_input.vue diff --git a/package-lock.json b/package-lock.json index de88997..bb9c4f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "clipboard": "^2.0.10", "clone": "^2.1.2", - "do-bulma": "github:do-community/do-bulma", + "do-bulma": "github:do-community/do-bulma#MattIPv4/vue-3", "do-vue": "github:do-community/do-vue#MattIPv4/vue-3", "escape-html": "^1.0.3", "files-diff": "0.0.6", @@ -7885,7 +7885,7 @@ }, "node_modules/do-bulma": { "version": "1.0.0", - "resolved": "git+ssh://git@github.com/do-community/do-bulma.git#34bf700c5b4ef03e66b1acd5b9da3e3940cddcaf", + "resolved": "git+ssh://git@github.com/do-community/do-bulma.git#663980a539ea6273259a1175cc755428656d52b8", "license": "Apache-2.0", "dependencies": { "bulma": "^0.9.3" @@ -7893,7 +7893,7 @@ }, "node_modules/do-vue": { "version": "1.0.0", - "resolved": "git+ssh://git@github.com/do-community/do-vue.git#ef164a59eb9b3961821265dd859272337ff3bb53", + "resolved": "git+ssh://git@github.com/do-community/do-vue.git#b313ae4368f09d4c6bdce0da107a46d70dabb403", "license": "Apache-2.0", "dependencies": { "assert": "^2.0.0", @@ -7915,6 +7915,7 @@ "posthtml-expressions": "^1.9.0", "posthtml-extend": "^0.6.2", "posthtml-loader": "^2.0.1", + "pretty-checkbox-vue": "^1.1.9", "process": "^0.11.10", "react-svg-loader": "^3.0.3", "request": "^2.88.2", @@ -26081,15 +26082,15 @@ } }, "do-bulma": { - "version": "git+ssh://git@github.com/do-community/do-bulma.git#34bf700c5b4ef03e66b1acd5b9da3e3940cddcaf", - "from": "do-bulma@github:do-community/do-bulma", + "version": "git+ssh://git@github.com/do-community/do-bulma.git#663980a539ea6273259a1175cc755428656d52b8", + "from": "do-bulma@https://github.com/do-community/do-bulma#MattIPv4/vue-3", "requires": { "bulma": "^0.9.3" } }, "do-vue": { - "version": "git+ssh://git@github.com/do-community/do-vue.git#ef164a59eb9b3961821265dd859272337ff3bb53", - "from": "do-vue@github:do-community/do-vue#MattIPv4/vue-3", + "version": "git+ssh://git@github.com/do-community/do-vue.git#b313ae4368f09d4c6bdce0da107a46d70dabb403", + "from": "do-vue@https://github.com/do-community/do-vue#MattIPv4/vue-3", "requires": { "assert": "^2.0.0", "babel-loader": "^8.2.3", @@ -26110,6 +26111,7 @@ "posthtml-expressions": "^1.9.0", "posthtml-extend": "^0.6.2", "posthtml-loader": "^2.0.1", + "pretty-checkbox-vue": "^1.1.9", "process": "^0.11.10", "react-svg-loader": "^3.0.3", "request": "^2.88.2", diff --git a/package.json b/package.json index 72197c7..4a33039 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "clipboard": "^2.0.10", "clone": "^2.1.2", - "do-bulma": "github:do-community/do-bulma", + "do-bulma": "github:do-community/do-bulma#MattIPv4/vue-3", "do-vue": "github:do-community/do-vue#MattIPv4/vue-3", "escape-html": "^1.0.3", "files-diff": "0.0.6", diff --git a/src/nginxconfig/templates/inputs/checkbox.vue b/src/nginxconfig/templates/inputs/checkbox.vue index 5dfd3ce..f5a19de 100644 --- a/src/nginxconfig/templates/inputs/checkbox.vue +++ b/src/nginxconfig/templates/inputs/checkbox.vue @@ -25,13 +25,21 @@ THE SOFTWARE. --> diff --git a/src/nginxconfig/templates/inputs/pretty_input.vue b/src/nginxconfig/templates/inputs/pretty_input.vue deleted file mode 100644 index ca0dbb5..0000000 --- a/src/nginxconfig/templates/inputs/pretty_input.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - - - diff --git a/src/nginxconfig/templates/inputs/radio.vue b/src/nginxconfig/templates/inputs/radio.vue index 8902046..e198cb7 100644 --- a/src/nginxconfig/templates/inputs/radio.vue +++ b/src/nginxconfig/templates/inputs/radio.vue @@ -25,13 +25,21 @@ THE SOFTWARE. -->