Просмотр исходного кода

Bump framer-motion from 11.2.5 to 11.2.6 in /frontend (#2010)

Bumps [framer-motion](https://github.com/framer/motion) from 11.2.5 to 11.2.6.
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/framer/motion/compare/v11.2.5...v11.2.6)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
Co-authored-by: Graham Neubig <neubig@gmail.com>
dependabot[bot] 1 год назад
Родитель
Сommit
2f6167b953
2 измененных файлов с 5 добавлено и 5 удалено
  1. 4 4
      frontend/package-lock.json
  2. 1 1
      frontend/package.json

+ 4 - 4
frontend/package-lock.json

@@ -17,7 +17,7 @@
         "@xterm/xterm": "^5.4.0",
         "clsx": "^2.1.1",
         "eslint-config-airbnb-typescript": "^18.0.0",
-        "framer-motion": "^11.2.5",
+        "framer-motion": "^11.2.6",
         "i18next": "^23.11.5",
         "i18next-browser-languagedetector": "^8.0.0",
         "i18next-http-backend": "^2.5.2",
@@ -8265,9 +8265,9 @@
       }
     },
     "node_modules/framer-motion": {
-      "version": "11.2.5",
-      "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.2.5.tgz",
-      "integrity": "sha512-X22i42hWY423wx2C1TlQlC4UnWonD+udND0qX1Fkt0dDlreSmuNY76obO6Y2d/UdJPhqVd5Zn6g1jAIwF6Xx9A==",
+      "version": "11.2.6",
+      "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.2.6.tgz",
+      "integrity": "sha512-XUrjjBt57e5YoHQtjwc3eNchFBuHvIgN/cS8SC4oIaAn2J/0+bLanUxXizidJKZVeHJam/JrmMnPRjYMglVn5g==",
       "dependencies": {
         "tslib": "^2.4.0"
       },

+ 1 - 1
frontend/package.json

@@ -16,7 +16,7 @@
     "@xterm/xterm": "^5.4.0",
     "clsx": "^2.1.1",
     "eslint-config-airbnb-typescript": "^18.0.0",
-    "framer-motion": "^11.2.5",
+    "framer-motion": "^11.2.6",
     "i18next": "^23.11.5",
     "i18next-browser-languagedetector": "^8.0.0",
     "i18next-http-backend": "^2.5.2",