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

fix dependencies for @growi/plugin-lsx

Yuki Takei 3 лет назад
Родитель
Сommit
84c76d3ee1
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      packages/plugin-lsx/package.json

+ 4 - 1
packages/plugin-lsx/package.json

@@ -27,7 +27,10 @@
     "lint": "run-p lint:*",
     "test": ""
   },
-  "dependencies": {},
+  "dependencies": {
+    "@growi/core": "^5.1.3-RC.0",
+    "@growi/remark-growi-plugin": "^5.1.3-RC.0"
+  },
   "devDependencies": {
     "eslint-plugin-regex": "^1.8.0",
     "react": "^18.2.0",