From 2b30a5a520cd79f2d41a106eff63d642b37fffce Mon Sep 17 00:00:00 2001 From: Arisa Fukuzaki <25793187+schabibi1@users.noreply.github.com> Date: Wed, 8 Jun 2022 12:31:17 +0100 Subject: [PATCH] fix: install missing json-stringify-safe into lib --- lib/package.json | 3 ++- package-lock.json | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/package.json b/lib/package.json index ac22df652..88b5bd0a3 100644 --- a/lib/package.json +++ b/lib/package.json @@ -23,6 +23,7 @@ }, "dependencies": { "@storyblok/react": "^1.0.5", + "json-stringify-safe": "^5.0.1", "storyblok-js-client": "^4.5.2" }, "devDependencies": { @@ -78,4 +79,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index f007311ec..32dd09b65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,6 +28,7 @@ "version": "4.0.0", "dependencies": { "@storyblok/react": "^1.0.5", + "json-stringify-safe": "^5.0.1", "storyblok-js-client": "^4.5.2" }, "devDependencies": { @@ -16424,8 +16425,7 @@ "node_modules/json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", - "dev": true + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" }, "node_modules/json5": { "version": "2.2.1", @@ -35083,6 +35083,7 @@ "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-jest": "^26.2.2", "jest": "^28.1.0", + "json-stringify-safe": "*", "react": "^17.0.1", "start-server-and-test": "^1.14.0", "storyblok-js-client": "^4.5.2", @@ -37072,8 +37073,7 @@ "json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", - "dev": true + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" }, "json5": { "version": "2.2.1",