From 3e829ad5beb9b8e339d3eed4c44198dbae654600 Mon Sep 17 00:00:00 2001 From: janniks Date: Sun, 19 Feb 2023 16:53:41 +0100 Subject: [PATCH] Update example --- example/package-lock.json | 14 +++++++------- example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index f756afe..aa2a0eb 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -15,7 +15,7 @@ "vue-katex": "^0.5.0" }, "devDependencies": { - "vue-notion": "^1.5.0" + "vue-notion": "^1.5.1" }, "engines": { "node": ">12 <18" @@ -13003,9 +13003,9 @@ "integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==" }, "node_modules/vue-notion": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/vue-notion/-/vue-notion-1.5.0.tgz", - "integrity": "sha512-hPuGB2sjqfcrUa5JqnfguoGUJhzdKFE7ib7bW+3fTob2j+FRkCvxrvihE6u93jSyhZoGEJfgTXyT8o5m9c4jyA==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/vue-notion/-/vue-notion-1.5.1.tgz", + "integrity": "sha512-6gpsa5pElYd+/N4PbydoHJTBHgzm6I+WoMbQQtRV6CsdRR2isPNuoRJFKFMlYHGwXyLOp3pNSF5j1f448hHjVQ==", "dev": true, "dependencies": { "cross-fetch": "^3.1.5", @@ -23869,9 +23869,9 @@ "integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==" }, "vue-notion": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/vue-notion/-/vue-notion-1.5.0.tgz", - "integrity": "sha512-hPuGB2sjqfcrUa5JqnfguoGUJhzdKFE7ib7bW+3fTob2j+FRkCvxrvihE6u93jSyhZoGEJfgTXyT8o5m9c4jyA==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/vue-notion/-/vue-notion-1.5.1.tgz", + "integrity": "sha512-6gpsa5pElYd+/N4PbydoHJTBHgzm6I+WoMbQQtRV6CsdRR2isPNuoRJFKFMlYHGwXyLOp3pNSF5j1f448hHjVQ==", "dev": true, "requires": { "cross-fetch": "^3.1.5", diff --git a/example/package.json b/example/package.json index 5d140c0..97c240f 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ "vue-katex": "^0.5.0" }, "devDependencies": { - "vue-notion": "^1.5.0" + "vue-notion": "^1.5.1" }, "engines": { "node": ">12 <18"