소스 검색

chore: Update Lerna to v9

This version introduces support for trusted publishing
Michael Bromley 1 개월 전
부모
커밋
7f17b848d3
4개의 변경된 파일490개의 추가작업 그리고 389개의 파일을 삭제
  1. 2 0
      .prettierignore
  2. 2 1
      lerna.json
  3. 485 387
      package-lock.json
  4. 1 1
      package.json

+ 2 - 0
.prettierignore

@@ -3,3 +3,5 @@ lazy-extensions.module.ts
 shared-extensions.module.ts
 generated-graphql-shop-errors.ts
 generated-graphql-admin-errors.ts
+
+/.nx/workspace-data

+ 2 - 1
lerna.json

@@ -6,5 +6,6 @@
         "version": {
             "push": false
         }
-    }
+    },
+    "$schema": "node_modules/lerna/schemas/lerna-schema.json"
 }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 485 - 387
package-lock.json


+ 1 - 1
package.json

@@ -52,7 +52,7 @@
     "graphql": "~16.11.0",
     "husky": "^4.3.0",
     "klaw-sync": "^6.0.0",
-    "lerna": "^8.1.2",
+    "lerna": "^9.0.3",
     "lint-staged": "^10.5.4",
     "prettier": "^3.2.5",
     "prettier-plugin-organize-imports": "^4.1.0",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.