From 92f81c47d2cd9eccd7cc1dc74f2b07f21e540b31 Mon Sep 17 00:00:00 2001 From: Sergei Bubeev Date: Mon, 30 Oct 2023 18:03:38 +0300 Subject: [PATCH] fix: lock file --- package-lock.json | 136 ++++++++++------------------------------------ 1 file changed, 28 insertions(+), 108 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0db3d242..2af1b6df0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,28 +1,19 @@ { "name": "@gravity-ui/page-constructor", - "version": "4.29.1-alpha.0", + "version": "4.31.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/page-constructor", - "version": "4.29.1-alpha.0", + "version": "4.31.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", "@gravity-ui/components": "^2.4.0", "@gravity-ui/dynamic-forms": "^2.3.0", "@gravity-ui/i18n": "^1.0.0", - "@react-spring/animated": "9.7.2", - "@react-spring/core": "9.7.2", - "@react-spring/konva": "9.7.2", - "@react-spring/native": "9.7.2", - "@react-spring/rafz": "9.7.2", - "@react-spring/shared": "9.7.2", - "@react-spring/three": "9.7.2", - "@react-spring/types": "9.7.2", - "@react-spring/web": "9.7.2", - "@react-spring/zdog": "9.7.2", + "@react-spring/web": "^9.7.3", "ajv": "^8.12.0", "final-form": "^4.20.9", "github-buttons": "2.23.0", @@ -5079,26 +5070,25 @@ } }, "node_modules/@react-spring/animated": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@react-spring/animated/-/animated-9.7.2.tgz", - "integrity": "sha512-ipvleJ99ipqlnHkz5qhSsgf/ny5aW0ZG8Q+/2Oj9cI7LCc7COdnrSO6V/v8MAX3JOoQNzfz6dye2s5Pt5jGaIA==", + "version": "9.7.3", + "resolved": "https://registry.npmjs.org/@react-spring/animated/-/animated-9.7.3.tgz", + "integrity": "sha512-5CWeNJt9pNgyvuSzQH+uy2pvTg8Y4/OisoscZIR8/ZNLIOI+CatFBhGZpDGTF/OzdNFsAoGk3wiUYTwoJ0YIvw==", "dependencies": { - "@react-spring/shared": "~9.7.2", - "@react-spring/types": "~9.7.2" + "@react-spring/shared": "~9.7.3", + "@react-spring/types": "~9.7.3" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, "node_modules/@react-spring/core": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@react-spring/core/-/core-9.7.2.tgz", - "integrity": "sha512-fF512edZT/gKVCA90ZRxfw1DmELeVwiL4OC2J6bMUlNr707C0h4QRoec6DjzG27uLX2MvS1CEatf9KRjwZR9/w==", + "version": "9.7.3", + "resolved": "https://registry.npmjs.org/@react-spring/core/-/core-9.7.3.tgz", + "integrity": "sha512-IqFdPVf3ZOC1Cx7+M0cXf4odNLxDC+n7IN3MDcVCTIOSBfqEcBebSv+vlY5AhM0zw05PDbjKrNmBpzv/AqpjnQ==", "dependencies": { - "@react-spring/animated": "~9.7.2", - "@react-spring/rafz": "~9.7.2", - "@react-spring/shared": "~9.7.2", - "@react-spring/types": "~9.7.2" + "@react-spring/animated": "~9.7.3", + "@react-spring/shared": "~9.7.3", + "@react-spring/types": "~9.7.3" }, "funding": { "type": "opencollective", @@ -5108,107 +5098,37 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@react-spring/konva": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@react-spring/konva/-/konva-9.7.2.tgz", - "integrity": "sha512-xMA0XkIyv02euso8BGlLA4iXVJ76p6WCjABMTjdvcp//KvIub596vLwoLzmqHYjqRhH7BP4UQKxzhHvM7AylQA==", - "dependencies": { - "@react-spring/animated": "~9.7.2", - "@react-spring/core": "~9.7.2", - "@react-spring/shared": "~9.7.2", - "@react-spring/types": "~9.7.2" - }, - "peerDependencies": { - "konva": ">=2.6", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-konva": "^16.8.0 || ^16.8.7-0 || ^16.9.0-0 || ^16.10.1-0 || ^16.12.0-0 || ^16.13.0-0 || ^17.0.0-0 || ^17.0.1-0 || ^17.0.2-0 || ^18.0.0-0" - } - }, - "node_modules/@react-spring/native": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@react-spring/native/-/native-9.7.2.tgz", - "integrity": "sha512-Ltq/F+4jY7aqHW1/f1xUb+e3XGbVxnllXfDYU+3nXi4sa7O+du755hpNbCHJ5ZgtkQYFKtQ7I+InTY+CDXPYfw==", - "dependencies": { - "@react-spring/animated": "~9.7.2", - "@react-spring/core": "~9.7.2", - "@react-spring/shared": "~9.7.2", - "@react-spring/types": "~9.7.2" - }, - "peerDependencies": { - "react": "^16.8.0 || >=17.0.0 || >=18.0.0", - "react-native": ">=0.58" - } - }, - "node_modules/@react-spring/rafz": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@react-spring/rafz/-/rafz-9.7.2.tgz", - "integrity": "sha512-kDWMYDQto3+flkrX3vy6DU/l9pxQ4TVW91DglQEc11iDc7shF4+WVDRJvOVLX+xoMP7zyag1dMvlIgvQ+dvA/A==" - }, "node_modules/@react-spring/shared": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@react-spring/shared/-/shared-9.7.2.tgz", - "integrity": "sha512-6U9qkno+9DxlH5nSltnPs+kU6tYKf0bPLURX2te13aGel8YqgcpFYp5Av8DcN2x3sukinAsmzHUS/FRsdZMMBA==", + "version": "9.7.3", + "resolved": "https://registry.npmjs.org/@react-spring/shared/-/shared-9.7.3.tgz", + "integrity": "sha512-NEopD+9S5xYyQ0pGtioacLhL2luflh6HACSSDUZOwLHoxA5eku1UPuqcJqjwSD6luKjjLfiLOspxo43FUHKKSA==", "dependencies": { - "@react-spring/rafz": "~9.7.2", - "@react-spring/types": "~9.7.2" + "@react-spring/types": "~9.7.3" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@react-spring/three": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@react-spring/three/-/three-9.7.2.tgz", - "integrity": "sha512-u7VAjc+az82PM+WOC2sTbZQLBixuN+0jX/oahzyjEnIds5eUJgaBqZRYAAEMupuzGGl8H3QqL3bFgBEQLq6ADQ==", - "dependencies": { - "@react-spring/animated": "~9.7.2", - "@react-spring/core": "~9.7.2", - "@react-spring/shared": "~9.7.2", - "@react-spring/types": "~9.7.2" - }, - "peerDependencies": { - "@react-three/fiber": ">=6.0", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "three": ">=0.126" - } - }, "node_modules/@react-spring/types": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@react-spring/types/-/types-9.7.2.tgz", - "integrity": "sha512-GEflx2Ex/TKVMHq5g5MxQDNNPNhqg+4Db9m7+vGTm8ttZiyga7YQUF24shgRNebKIjahqCuei16SZga8h1pe4g==" + "version": "9.7.3", + "resolved": "https://registry.npmjs.org/@react-spring/types/-/types-9.7.3.tgz", + "integrity": "sha512-Kpx/fQ/ZFX31OtlqVEFfgaD1ACzul4NksrvIgYfIFq9JpDHFwQkMVZ10tbo0FU/grje4rcL4EIrjekl3kYwgWw==" }, "node_modules/@react-spring/web": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@react-spring/web/-/web-9.7.2.tgz", - "integrity": "sha512-7qNc7/5KShu2D05x7o2Ols2nUE7mCKfKLaY2Ix70xPMfTle1sZisoQMBFgV9w/fSLZlHZHV9P0uWJqEXQnbV4Q==", + "version": "9.7.3", + "resolved": "https://registry.npmjs.org/@react-spring/web/-/web-9.7.3.tgz", + "integrity": "sha512-BXt6BpS9aJL/QdVqEIX9YoUy8CE6TJrU0mNCqSoxdXlIeNcEBWOfIyE6B14ENNsyQKS3wOWkiJfco0tCr/9tUg==", "dependencies": { - "@react-spring/animated": "~9.7.2", - "@react-spring/core": "~9.7.2", - "@react-spring/shared": "~9.7.2", - "@react-spring/types": "~9.7.2" + "@react-spring/animated": "~9.7.3", + "@react-spring/core": "~9.7.3", + "@react-spring/shared": "~9.7.3", + "@react-spring/types": "~9.7.3" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@react-spring/zdog": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@react-spring/zdog/-/zdog-9.7.2.tgz", - "integrity": "sha512-6z2qqhmbpoZrw1oThyn4zfejtLkuadsaZFVMFf/5l5cHTEdRC8HZsBRLo+Wiomkprg/F1hyhcXI5X1lJ+T/zdQ==", - "dependencies": { - "@react-spring/animated": "~9.7.2", - "@react-spring/core": "~9.7.2", - "@react-spring/shared": "~9.7.2", - "@react-spring/types": "~9.7.2" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-zdog": ">=1.0", - "zdog": ">=1.0" - } - }, "node_modules/@sinclair/typebox": { "version": "0.27.8", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz",