From d3716d1e8d75a136d77b083380701225aed0f5eb Mon Sep 17 00:00:00 2001 From: LOLCATATONIA <100127944+LOLCATATONIA@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:25:27 +0200 Subject: [PATCH 1/2] replace node-sass with sass this solves a build time error: "Error: Node Sass version 7.0.0 is incompatible with ^4.0.0." --- samples/vuejs-todo-single-file-component/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/vuejs-todo-single-file-component/package.json b/samples/vuejs-todo-single-file-component/package.json index c50dd0399..e02ca50d6 100644 --- a/samples/vuejs-todo-single-file-component/package.json +++ b/samples/vuejs-todo-single-file-component/package.json @@ -32,7 +32,7 @@ "ajv": "~6.12.3", "css-loader": "^3.5.3", "gulp": "~3.9.1", - "node-sass": "~7.0.0", + "sass": "^1.49.11", "sass-loader": "~8.0.2", "tslint-microsoft-contrib": "5.0.0", "vue-loader": "^15.9.1", From 9b87a0dcd0b99ccc60019b668ed7568ee478f9f1 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Mon, 11 Apr 2022 01:44:34 +0000 Subject: [PATCH 2/2] Updated sample.json --- samples/vuejs-todo-single-file-component/.gitignore | 4 ++++ samples/vuejs-todo-single-file-component/README.md | 1 + samples/vuejs-todo-single-file-component/assets/sample.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/samples/vuejs-todo-single-file-component/.gitignore b/samples/vuejs-todo-single-file-component/.gitignore index b19bbe123..a17f3f582 100644 --- a/samples/vuejs-todo-single-file-component/.gitignore +++ b/samples/vuejs-todo-single-file-component/.gitignore @@ -30,3 +30,7 @@ obj # Styles Generated Code *.scss.ts +# .CER Certificates +*.cer +# .PEM Certificates +*.pem diff --git a/samples/vuejs-todo-single-file-component/README.md b/samples/vuejs-todo-single-file-component/README.md index 2fedf5bd5..3b02fdf07 100644 --- a/samples/vuejs-todo-single-file-component/README.md +++ b/samples/vuejs-todo-single-file-component/README.md @@ -51,6 +51,7 @@ Version|Date|Comments 0.0.5|November 15, 2017|Added data provider that demonstrates the CRUD operations 0.0.6|December 11, 2018|Updated sample to SPFx 1.4 and Vue 2.5.x 0.0.7|April 28, 2020|Updated sample to SPFx 1.10 and Vue 2.6.x, fixed issues with batch loader +0.0.8|April 4, 2022|Replace node sass with sass ## Minimal Path to Awesome diff --git a/samples/vuejs-todo-single-file-component/assets/sample.json b/samples/vuejs-todo-single-file-component/assets/sample.json index cd3153255..2da81db4b 100644 --- a/samples/vuejs-todo-single-file-component/assets/sample.json +++ b/samples/vuejs-todo-single-file-component/assets/sample.json @@ -9,7 +9,7 @@ "Sample Todo web part demonstrating how you can utilize Vue (a progressive framework for building user interfaces) with SharePoint Framework using handy single-file components approach." ], "creationDateTime": "2020-04-27", - "updateDateTime": "2020-04-27", + "updateDateTime": "2022-04-04", "products": [ "SharePoint" ],