فهرست منبع

reorganize dependencies

Yuki Takei 1 سال پیش
والد
کامیت
72f85778af
4فایلهای تغییر یافته به همراه37 افزوده شده و 25 حذف شده
  1. 3 0
      apps/app/package.json
  2. 2 0
      apps/slackbot-proxy/package.json
  3. 4 6
      package.json
  4. 28 19
      pnpm-lock.yaml

+ 3 - 0
apps/app/package.json

@@ -101,6 +101,7 @@
     "connect-mongo": "^4.6.0",
     "connect-mongo": "^4.6.0",
     "connect-redis": "^4.0.4",
     "connect-redis": "^4.0.4",
     "cookie-parser": "^1.4.5",
     "cookie-parser": "^1.4.5",
+    "cross-env": "^7.0.0",
     "csurf": "^1.11.0",
     "csurf": "^1.11.0",
     "csv-to-markdown-table": "^1.4.1",
     "csv-to-markdown-table": "^1.4.1",
     "date-fns": "^3.6.0",
     "date-fns": "^3.6.0",
@@ -108,6 +109,7 @@
     "detect-indent": "^7.0.0",
     "detect-indent": "^7.0.0",
     "diff": "^5.0.0",
     "diff": "^5.0.0",
     "diff_match_patch": "^0.1.1",
     "diff_match_patch": "^0.1.1",
+    "dotenv-flow": "^3.2.0",
     "ejs": "^3.1.10",
     "ejs": "^3.1.10",
     "esa-node": "^0.2.2",
     "esa-node": "^0.2.2",
     "escape-string-regexp": "^4.0.0",
     "escape-string-regexp": "^4.0.0",
@@ -215,6 +217,7 @@
     "swagger-jsdoc": "^6.2.8",
     "swagger-jsdoc": "^6.2.8",
     "swr": "^2.2.2",
     "swr": "^2.2.2",
     "throttle-debounce": "^5.0.0",
     "throttle-debounce": "^5.0.0",
+    "ts-deepmerge": "^6.2.0",
     "uglifycss": "^0.0.29",
     "uglifycss": "^0.0.29",
     "uid-safe": "^2.1.5",
     "uid-safe": "^2.1.5",
     "unified": "^11.0.0",
     "unified": "^11.0.0",

+ 2 - 0
apps/slackbot-proxy/package.json

@@ -49,7 +49,9 @@
     "bunyan": "^1.8.15",
     "bunyan": "^1.8.15",
     "compression": "^1.7.4",
     "compression": "^1.7.4",
     "cookie-parser": "^1.4.5",
     "cookie-parser": "^1.4.5",
+    "cross-env": "^7.0.0",
     "date-fns": "^3.6.0",
     "date-fns": "^3.6.0",
+    "dotenv-flow": "^3.2.0",
     "express": "^4.20.0",
     "express": "^4.20.0",
     "express-bunyan-logger": "^1.3.3",
     "express-bunyan-logger": "^1.3.3",
     "extensible-custom-error": "^0.0.7",
     "extensible-custom-error": "^0.0.7",

+ 4 - 6
package.json

@@ -39,12 +39,6 @@
     "version:premajor": "pnpm version premajor --preid=RC --no-git-tag-version"
     "version:premajor": "pnpm version premajor --preid=RC --no-git-tag-version"
   },
   },
   "dependencies": {
   "dependencies": {
-    "cross-env": "^7.0.0",
-    "dotenv-flow": "^3.2.0",
-    "npm-run-all": "^4.1.5",
-    "ts-deepmerge": "^6.2.0",
-    "tslib": "^2.3.1",
-    "yargs": "^17.7.1"
   },
   },
   "// comments for defDependencies": {
   "// comments for defDependencies": {
     "vite-plugin-dts": "v4.2.1 causes the unexpected error 'Cannot find package 'vue-tsc''"
     "vite-plugin-dts": "v4.2.1 causes the unexpected error 'Cannot find package 'vue-tsc''"
@@ -67,6 +61,8 @@
     "@vitejs/plugin-react": "^4.3.1",
     "@vitejs/plugin-react": "^4.3.1",
     "@vitest/coverage-v8": "^2.1.1",
     "@vitest/coverage-v8": "^2.1.1",
     "@vitest/ui": "^2.1.1",
     "@vitest/ui": "^2.1.1",
+    "cross-env": "^7.0.0",
+    "dotenv-flow": "^3.2.0",
     "eslint": "^8.41.0",
     "eslint": "^8.41.0",
     "eslint-config-next": "^12.1.6",
     "eslint-config-next": "^12.1.6",
     "eslint-config-weseek": "^2.1.1",
     "eslint-config-weseek": "^2.1.1",
@@ -80,6 +76,7 @@
     "glob": "^8.1.0",
     "glob": "^8.1.0",
     "mock-require": "^3.0.3",
     "mock-require": "^3.0.3",
     "nodemon": "^3.1.3",
     "nodemon": "^3.1.3",
+    "npm-run-all": "^4.1.5",
     "path-browserify": "^1.0.1",
     "path-browserify": "^1.0.1",
     "reg-keygen-git-hash-plugin": "^0.11.1",
     "reg-keygen-git-hash-plugin": "^0.11.1",
     "reg-notify-github-plugin": "^0.11.1",
     "reg-notify-github-plugin": "^0.11.1",
@@ -91,6 +88,7 @@
     "stylelint": "^16.5.0",
     "stylelint": "^16.5.0",
     "stylelint-config-recess-order": "^5.0.1",
     "stylelint-config-recess-order": "^5.0.1",
     "stylelint-config-recommended-scss": "^14.0.0",
     "stylelint-config-recommended-scss": "^14.0.0",
+    "ts-deepmerge": "^6.2.0",
     "ts-node": "^10.9.2",
     "ts-node": "^10.9.2",
     "ts-patch": "^3.2.0",
     "ts-patch": "^3.2.0",
     "tsconfig-paths": "^4.2.0",
     "tsconfig-paths": "^4.2.0",

+ 28 - 19
pnpm-lock.yaml

@@ -11,25 +11,6 @@ overrides:
 importers:
 importers:
 
 
   .:
   .:
-    dependencies:
-      cross-env:
-        specifier: ^7.0.0
-        version: 7.0.0
-      dotenv-flow:
-        specifier: ^3.2.0
-        version: 3.2.0
-      npm-run-all:
-        specifier: ^4.1.5
-        version: 4.1.5
-      ts-deepmerge:
-        specifier: ^6.2.0
-        version: 6.2.0
-      tslib:
-        specifier: ^2.3.1
-        version: 2.7.0
-      yargs:
-        specifier: ^17.7.1
-        version: 17.7.2
     devDependencies:
     devDependencies:
       '@changesets/changelog-github':
       '@changesets/changelog-github':
         specifier: ^0.5.0
         specifier: ^0.5.0
@@ -82,6 +63,12 @@ importers:
       '@vitest/ui':
       '@vitest/ui':
         specifier: ^2.1.1
         specifier: ^2.1.1
         version: 2.1.1(vitest@2.1.1)
         version: 2.1.1(vitest@2.1.1)
+      cross-env:
+        specifier: ^7.0.0
+        version: 7.0.0
+      dotenv-flow:
+        specifier: ^3.2.0
+        version: 3.2.0
       eslint:
       eslint:
         specifier: ^8.41.0
         specifier: ^8.41.0
         version: 8.41.0
         version: 8.41.0
@@ -121,6 +108,9 @@ importers:
       nodemon:
       nodemon:
         specifier: ^3.1.3
         specifier: ^3.1.3
         version: 3.1.3
         version: 3.1.3
+      npm-run-all:
+        specifier: ^4.1.5
+        version: 4.1.5
       path-browserify:
       path-browserify:
         specifier: ^1.0.1
         specifier: ^1.0.1
         version: 1.0.1
         version: 1.0.1
@@ -154,6 +144,9 @@ importers:
       stylelint-config-recommended-scss:
       stylelint-config-recommended-scss:
         specifier: ^14.0.0
         specifier: ^14.0.0
         version: 14.0.0(postcss@8.4.47)(stylelint@16.5.0(typescript@5.0.4))
         version: 14.0.0(postcss@8.4.47)(stylelint@16.5.0(typescript@5.0.4))
+      ts-deepmerge:
+        specifier: ^6.2.0
+        version: 6.2.0
       ts-node:
       ts-node:
         specifier: ^10.9.2
         specifier: ^10.9.2
         version: 10.9.2(@swc/core@1.5.25(@swc/helpers@0.5.11))(@types/node@20.14.0)(typescript@5.0.4)
         version: 10.9.2(@swc/core@1.5.25(@swc/helpers@0.5.11))(@types/node@20.14.0)(typescript@5.0.4)
@@ -313,6 +306,9 @@ importers:
       cookie-parser:
       cookie-parser:
         specifier: ^1.4.5
         specifier: ^1.4.5
         version: 1.4.6
         version: 1.4.6
+      cross-env:
+        specifier: ^7.0.0
+        version: 7.0.0
       csurf:
       csurf:
         specifier: ^1.11.0
         specifier: ^1.11.0
         version: 1.11.0
         version: 1.11.0
@@ -334,6 +330,9 @@ importers:
       diff_match_patch:
       diff_match_patch:
         specifier: ^0.1.1
         specifier: ^0.1.1
         version: 0.1.1
         version: 0.1.1
+      dotenv-flow:
+        specifier: ^3.2.0
+        version: 3.2.0
       ejs:
       ejs:
         specifier: ^3.1.10
         specifier: ^3.1.10
         version: 3.1.10
         version: 3.1.10
@@ -655,6 +654,9 @@ importers:
       throttle-debounce:
       throttle-debounce:
         specifier: ^5.0.0
         specifier: ^5.0.0
         version: 5.0.2
         version: 5.0.2
+      ts-deepmerge:
+        specifier: ^6.2.0
+        version: 6.2.0
       uglifycss:
       uglifycss:
         specifier: ^0.0.29
         specifier: ^0.0.29
         version: 0.0.29
         version: 0.0.29
@@ -956,9 +958,15 @@ importers:
       cookie-parser:
       cookie-parser:
         specifier: ^1.4.5
         specifier: ^1.4.5
         version: 1.4.6
         version: 1.4.6
+      cross-env:
+        specifier: ^7.0.0
+        version: 7.0.0
       date-fns:
       date-fns:
         specifier: ^3.6.0
         specifier: ^3.6.0
         version: 3.6.0
         version: 3.6.0
+      dotenv-flow:
+        specifier: ^3.2.0
+        version: 3.2.0
       express:
       express:
         specifier: ^4.20.0
         specifier: ^4.20.0
         version: 4.21.0
         version: 4.21.0
@@ -4395,6 +4403,7 @@ packages:
   '@xmldom/xmldom@0.7.13':
   '@xmldom/xmldom@0.7.13':
     resolution: {integrity: sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==}
     resolution: {integrity: sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==}
     engines: {node: '>=10.0.0'}
     engines: {node: '>=10.0.0'}
+    deprecated: this version is no longer supported, please update to at least 0.8.*
 
 
   '@xtuc/ieee754@1.2.0':
   '@xtuc/ieee754@1.2.0':
     resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
     resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}