From 36b0ec16b6ffeb0133440183bb66583325c60d16 Mon Sep 17 00:00:00 2001 From: Mathieu Schimmerling Date: Fri, 2 Feb 2024 10:29:38 +0100 Subject: [PATCH] chore: upgrade dependencies --- content/2-templating/3-loop/vue2/Colors.vue | 5 +- content/2-templating/3-loop/vue3/Colors.vue | 5 +- .../5-dom-ref/vue2/InputFocused.vue | 2 +- .../5-dom-ref/vue3/InputFocused.vue | 2 +- .../angular/trafficlight.component.ts | 16 +- .../2-emit-to-parent/vue2/App.vue | 5 +- .../2-emit-to-parent/vue3/App.vue | 5 +- .../1-input-text/vue2/InputHello.vue | 2 +- .../1-input-text/vue3/InputHello.vue | 2 +- .../2-checkbox/vue2/IsAvailable.vue | 6 +- .../2-checkbox/vue3/IsAvailable.vue | 6 +- .../6-form-input/3-radio/vue2/PickPill.vue | 14 +- .../6-form-input/3-radio/vue3/PickPill.vue | 14 +- .../2-fetch-data/vue2/App.vue | 10 +- .../2-fetch-data/vue3/App.vue | 10 +- jsconfig.json | 4 +- package.json | 60 +- pnpm-lock.yaml | 7986 +++++++++++------ tsconfig.app.json | 3 +- tsconfig.json | 6 +- 20 files changed, 5198 insertions(+), 2965 deletions(-) diff --git a/content/2-templating/3-loop/vue2/Colors.vue b/content/2-templating/3-loop/vue2/Colors.vue index cdcf916..193cbe2 100644 --- a/content/2-templating/3-loop/vue2/Colors.vue +++ b/content/2-templating/3-loop/vue2/Colors.vue @@ -10,7 +10,10 @@ export default {