Yuki Takei 2 лет назад
Родитель
Сommit
e7f91ed2cd

+ 10 - 10
apps/app/package.json

@@ -63,14 +63,14 @@
     "@elastic/elasticsearch8": "npm:@elastic/elasticsearch@^8.7.0",
     "@elastic/elasticsearch8": "npm:@elastic/elasticsearch@^8.7.0",
     "@godaddy/terminus": "^4.9.0",
     "@godaddy/terminus": "^4.9.0",
     "@google-cloud/storage": "^5.8.5",
     "@google-cloud/storage": "^5.8.5",
-    "@growi/core": "^6.1.4-RC.0",
-    "@growi/hackmd": "^6.1.4-RC.0",
-    "@growi/preset-themes": "^6.1.4-RC.0",
-    "@growi/remark-attachment-refs": "^6.1.4-RC.0",
-    "@growi/remark-drawio": "^6.1.4-RC.0",
-    "@growi/remark-growi-directive": "^6.1.4-RC.0",
-    "@growi/remark-lsx": "^6.1.4-RC.0",
-    "@growi/slack": "^6.1.4-RC.0",
+    "@growi/core": "link:../../packages/core",
+    "@growi/hackmd": "link:../../packages/hackmd",
+    "@growi/preset-themes": "link:../../packages/preset-themes",
+    "@growi/remark-attachment-refs": "link:../../packages/remark-attachment-refs",
+    "@growi/remark-drawio": "link:../../packages/remark-drawio",
+    "@growi/remark-growi-directive": "link:../../packages/remark-growi-directive",
+    "@growi/remark-lsx": "link:../../packages/remark-lsx",
+    "@growi/slack": "link:../../packages/slack",
     "@promster/express": "^7.0.6",
     "@promster/express": "^7.0.6",
     "@promster/server": "^7.0.8",
     "@promster/server": "^7.0.8",
     "@slack/web-api": "^6.2.4",
     "@slack/web-api": "^6.2.4",
@@ -208,8 +208,8 @@
     "handsontable": "v7.0.0 or above is no loger MIT lisence."
     "handsontable": "v7.0.0 or above is no loger MIT lisence."
   },
   },
   "devDependencies": {
   "devDependencies": {
-    "@growi/presentation": "^6.1.4-RC.0",
-    "@growi/ui": "^6.1.4-RC.0",
+    "@growi/presentation": "link:../../packages/presentation",
+    "@growi/ui": "link:../../packages/ui",
     "@handsontable/react": "=2.1.0",
     "@handsontable/react": "=2.1.0",
     "@icon/themify-icons": "1.0.1-alpha.3",
     "@icon/themify-icons": "1.0.1-alpha.3",
     "@next/bundle-analyzer": "^13.2.3",
     "@next/bundle-analyzer": "^13.2.3",

+ 1 - 1
apps/slackbot-proxy/package.json

@@ -25,7 +25,7 @@
   },
   },
   "dependencies": {
   "dependencies": {
     "@godaddy/terminus": "^4.9.0",
     "@godaddy/terminus": "^4.9.0",
-    "@growi/slack": "^6.1.4-RC.0",
+    "@growi/slack": "link:../../packages/slack",
     "@slack/oauth": "^2.0.1",
     "@slack/oauth": "^2.0.1",
     "@slack/web-api": "^6.2.4",
     "@slack/web-api": "^6.2.4",
     "@tsed/common": "^6.43.0",
     "@tsed/common": "^6.43.0",

+ 1 - 1
packages/presentation/package.json

@@ -18,7 +18,7 @@
     "lint": "run-p lint:*"
     "lint": "run-p lint:*"
   },
   },
   "dependencies": {
   "dependencies": {
-    "@growi/core": "^6.1.4-RC.0"
+    "@growi/core": "link:../core"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "@marp-team/marp-core": "^3.6.0",
     "@marp-team/marp-core": "^3.6.0",

+ 3 - 3
packages/remark-attachment-refs/package.json

@@ -26,9 +26,9 @@
   "dependencies": {
   "dependencies": {
     "bunyan": "^1.8.15",
     "bunyan": "^1.8.15",
     "universal-bunyan": "^0.9.2",
     "universal-bunyan": "^0.9.2",
-    "@growi/core": "^6.1.4-RC.0",
-    "@growi/remark-growi-directive": "^6.1.4-RC.0",
-    "@growi/ui": "^6.1.4-RC.0"
+    "@growi/core": "link:../core",
+    "@growi/remark-growi-directive": "link:../remark-growi-directive",
+    "@growi/ui": "link:../ui"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "eslint-plugin-regex": "^1.8.0",
     "eslint-plugin-regex": "^1.8.0",

+ 3 - 3
packages/remark-lsx/package.json

@@ -26,9 +26,9 @@
     "escape-string-regexp": "5.0.0 or above exports only ESM"
     "escape-string-regexp": "5.0.0 or above exports only ESM"
   },
   },
   "dependencies": {
   "dependencies": {
-    "@growi/core": "^6.1.4-RC.0",
-    "@growi/remark-growi-directive": "^6.1.4-RC.0",
-    "@growi/ui": "^6.1.4-RC.0",
+    "@growi/core": "link:../core",
+    "@growi/remark-growi-directive": "link:../remark-growi-directive",
+    "@growi/ui": "link:../ui",
     "escape-string-regexp": "^4.0.0",
     "escape-string-regexp": "^4.0.0",
     "express": "^4.16.1",
     "express": "^4.16.1",
     "mongoose": "^6.5.0",
     "mongoose": "^6.5.0",

+ 1 - 1
packages/ui/package.json

@@ -16,7 +16,7 @@
     "lint": "npm-run-all -p lint:*"
     "lint": "npm-run-all -p lint:*"
   },
   },
   "dependencies": {
   "dependencies": {
-    "@growi/core": "^6.1.4-RC.0"
+    "@growi/core": "link:../core"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "react": "^18.2.0"
     "react": "^18.2.0"

+ 77 - 0
yarn.lock

@@ -2311,6 +2311,83 @@
     stream-events "^1.0.1"
     stream-events "^1.0.1"
     xdg-basedir "^4.0.0"
     xdg-basedir "^4.0.0"
 
 
+"@growi/core@link:packages/core":
+  version "6.1.4-RC.0"
+  dependencies:
+    bson-objectid "^2.0.4"
+    escape-string-regexp "^4.0.0"
+
+"@growi/hackmd@link:packages/hackmd":
+  version "6.1.4-RC.0"
+
+"@growi/presentation@link:packages/presentation":
+  version "6.1.4-RC.0"
+  dependencies:
+    "@growi/core" "link:packages/core"
+
+"@growi/preset-themes@link:packages/preset-themes":
+  version "6.1.4-RC.0"
+
+"@growi/remark-attachment-refs@link:packages/remark-attachment-refs":
+  version "6.1.4-RC.0"
+  dependencies:
+    "@growi/core" "link:packages/core"
+    "@growi/remark-growi-directive" "link:packages/remark-growi-directive"
+    "@growi/ui" "link:packages/ui"
+    bunyan "^1.8.15"
+    universal-bunyan "^0.9.2"
+
+"@growi/remark-drawio@link:packages/remark-drawio":
+  version "6.1.4-RC.0"
+  dependencies:
+    pako "^2.1.0"
+
+"@growi/remark-growi-directive@link:packages/remark-growi-directive":
+  version "6.1.4-RC.0"
+  dependencies:
+    "@types/mdast" "^3.0.0"
+    "@types/unist" "^2.0.0"
+    mdast-util-to-markdown "^1.3.0"
+    micromark-factory-space "^1.0.0"
+    micromark-factory-whitespace "^1.0.0"
+    micromark-util-character "^1.0.0"
+    micromark-util-symbol "^1.0.0"
+    micromark-util-types "^1.0.0"
+    parse-entities "^4.0.0"
+    stringify-entities "^4.0.0"
+    unified "^10.0.0"
+    unist-util-visit-parents "^5.0.0"
+    uvu "^0.5.0"
+
+"@growi/remark-lsx@link:packages/remark-lsx":
+  version "6.1.4-RC.0"
+  dependencies:
+    "@growi/core" "link:packages/core"
+    "@growi/remark-growi-directive" "link:packages/remark-growi-directive"
+    "@growi/ui" "link:packages/ui"
+    escape-string-regexp "^4.0.0"
+    express "^4.16.1"
+    mongoose "^6.5.0"
+    swr "^2.0.3"
+
+"@growi/slack@link:packages/slack":
+  version "6.1.4-RC.0"
+  dependencies:
+    "@slack/oauth" "^2.0.1"
+    axios "^0.24.0"
+    browser-bunyan "^1.6.3"
+    bunyan "^1.8.15"
+    extensible-custom-error "^0.0.7"
+    http-errors "^2.0.0"
+    qs "^6.10.2"
+    universal-bunyan "^0.9.2"
+    url-join "^4.0.0"
+
+"@growi/ui@link:packages/ui":
+  version "6.1.4-RC.0"
+  dependencies:
+    "@growi/core" "link:packages/core"
+
 "@handsontable/react@=2.1.0":
 "@handsontable/react@=2.1.0":
   version "2.1.0"
   version "2.1.0"
   resolved "https://registry.yarnpkg.com/@handsontable/react/-/react-2.1.0.tgz#3b87ebfc0d5d47e1b0d07856bd473017a0a7179f"
   resolved "https://registry.yarnpkg.com/@handsontable/react/-/react-2.1.0.tgz#3b87ebfc0d5d47e1b0d07856bd473017a0a7179f"