Browse Source

add react-motion to peerDependencies

Yuki Takei 6 years ago
parent
commit
210153f8e2

+ 1 - 1
packages/growi-plugin-attachment-refs/README.md

@@ -11,7 +11,7 @@ Install
 
 
     ```bash
     ```bash
     yarn add growi-plugin-attachment-refs
     yarn add growi-plugin-attachment-refs
-    yarn add -D react-images
+    yarn add -D react-images react-motion
     ```
     ```
 
 
 1. build client app (see official documents)
 1. build client app (see official documents)

+ 3 - 2
packages/growi-plugin-attachment-refs/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "growi-plugin-attachment-refs",
   "name": "growi-plugin-attachment-refs",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "description": "GROWI Plugin to add ref/refimg/refs/refsimg tags",
   "description": "GROWI Plugin to add ref/refimg/refs/refsimg tags",
   "keywords": [
   "keywords": [
     "growi",
     "growi",
@@ -41,7 +41,8 @@
     "react-dom": "^16.4.1"
     "react-dom": "^16.4.1"
   },
   },
   "peerDependencies": {
   "peerDependencies": {
-    "react-images": "^1.0.0"
+    "react-images": "^1.0.0",
+    "react-motion": "^0.5.2"
   },
   },
   "engines": {
   "engines": {
     "node": ">=8.11.1 <11",
     "node": ">=8.11.1 <11",