From b8bb20ad91b7a9b59606706d22ece143240d733e Mon Sep 17 00:00:00 2001 From: kkmch Date: Thu, 12 Oct 2023 12:18:39 +0200 Subject: [PATCH] fix: return older version --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1cff4005..c194e9960 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-monaco-editor": "^0.53.0", "react-player": "^2.9.0", "react-slick": "^0.29.0", - "react-spring": "^9.7.1", + "react-spring": "^9.7.2", "react-transition-group": "^4.4.2", "react-waypoint": "^10.1.0", "sanitize-html": "2.6.1", @@ -24002,16 +24002,16 @@ } }, "node_modules/react-spring": { - "version": "9.7.1", - "resolved": "https://registry.npmjs.org/react-spring/-/react-spring-9.7.1.tgz", - "integrity": "sha512-o2+r2DNQDVEuefiz33ZF76DPd/gLq3kbdObJmllGF2IUfv2W6x+ZP0gR97QYCSR4QLbmOl1mPKUBbI+FJdys2Q==", - "dependencies": { - "@react-spring/core": "~9.7.1", - "@react-spring/konva": "~9.7.1", - "@react-spring/native": "~9.7.1", - "@react-spring/three": "~9.7.1", - "@react-spring/web": "~9.7.1", - "@react-spring/zdog": "~9.7.1" + "version": "9.7.3", + "resolved": "https://registry.npmjs.org/react-spring/-/react-spring-9.7.3.tgz", + "integrity": "sha512-oTxDpFV5gzq7jQX6+bU0SVq+vX8VnuuT5c8Zwn6CpDErOPvCmV+DRkPiEBtaL3Ozgzwiy5yFx83N0h303j/r3A==", + "dependencies": { + "@react-spring/core": "~9.7.3", + "@react-spring/konva": "~9.7.3", + "@react-spring/native": "~9.7.3", + "@react-spring/three": "~9.7.3", + "@react-spring/web": "~9.7.3", + "@react-spring/zdog": "~9.7.3" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", diff --git a/package.json b/package.json index 1b5faf32e..cd7fc0903 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "react-monaco-editor": "^0.53.0", "react-player": "^2.9.0", "react-slick": "^0.29.0", - "react-spring": "9.7.1", + "react-spring": "^9.7.2", "react-transition-group": "^4.4.2", "react-waypoint": "^10.1.0", "sanitize-html": "2.6.1",