Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f14c17b

Browse files
authored
Merge branch 'main' into ej/isr-move
2 parents 2ff8295 + e0ac2e0 commit f14c17b

File tree

5 files changed

+43
-35
lines changed

5 files changed

+43
-35
lines changed

libs/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"tslib": "^2.4.1",
51-
"ng-morph": "^2.2.3"
51+
"ng-morph": "^3.0.0"
5252
},
5353
"schematics": "./schematics/collection.json",
5454
"ng-add": {

libs/state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"tslib": "^2.4.1",
51-
"ng-morph": "^2.2.3"
51+
"ng-morph": "^3.0.0"
5252
},
5353
"ng-add": {
5454
"save": "dependencies"

libs/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"tslib": "^2.4.1",
53-
"ng-morph": "^2.2.3"
53+
"ng-morph": "^3.0.0"
5454
},
5555
"schematics": "./schematics/collection.json",
5656
"ng-add": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"klaw-sync": "^6.0.0",
120120
"lint-staged": "^12.0.3",
121121
"markdown-link-check": "^3.11.2",
122-
"ng-morph": "^2.2.3",
122+
"ng-morph": "^3.0.0",
123123
"ng-packagr": "16.0.1",
124124
"nx": "16.2.2",
125125
"nx-cloud": "latest",

yarn.lock

Lines changed: 39 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6019,14 +6019,14 @@
60196019
resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
60206020
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
60216021

6022-
"@ts-morph/common@~0.9.0":
6023-
version "0.9.2"
6024-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.9.2.tgz#fc63ed4f8d3a45e4ed6849fe20a57f4f2baecc5d"
6025-
integrity sha512-IPyg+c3Am0EBoa63W0f/AKeLrJhvzMzQ4BIvD1baxLopmiHOj1HFTXYxC6e8iTZ+UYtN+/WFM9UyGRnoA20b8g==
6022+
"@ts-morph/common@~0.20.0":
6023+
version "0.20.0"
6024+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.20.0.tgz#3f161996b085ba4519731e4d24c35f6cba5b80af"
6025+
integrity sha512-7uKjByfbPpwuzkstL3L5MQyuXPSKdoNG93Fmi2JoDcTf3pEP731JdRFAduRVkOs8oqxPsXKA+ScrWkdQ8t/I+Q==
60266026
dependencies:
6027-
fast-glob "^3.2.5"
6028-
minimatch "^3.0.4"
6029-
mkdirp "^1.0.4"
6027+
fast-glob "^3.2.12"
6028+
minimatch "^7.4.3"
6029+
mkdirp "^2.1.6"
60306030
path-browserify "^1.0.1"
60316031

60326032
"@tsconfig/docusaurus@^1.0.6":
@@ -8426,10 +8426,10 @@ co@^4.6.0:
84268426
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
84278427
integrity sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==
84288428

8429-
code-block-writer@^10.1.1:
8430-
version "10.1.1"
8431-
resolved "https://registry.yarnpkg.com/code-block-writer/-/code-block-writer-10.1.1.tgz#ad5684ed4bfb2b0783c8b131281ae84ee640a42f"
8432-
integrity sha512-67ueh2IRGst/51p0n6FvPrnRjAGHY5F8xdjkgrYE7DDzpJe6qA07RYQ9VcoUeo5ATOjSOiWpSL3SWBRRbempMw==
8429+
code-block-writer@^12.0.0:
8430+
version "12.0.0"
8431+
resolved "https://registry.yarnpkg.com/code-block-writer/-/code-block-writer-12.0.0.tgz#4dd58946eb4234105aff7f0035977b2afdc2a770"
8432+
integrity sha512-q4dMFMlXtKR3XNBHyMHt/3pwYNA69EDk00lloMOaaUMKPUXBw6lpXtbu3MMVG6/uOihGnRDOlkyqsONEUj60+w==
84338433

84348434
collapse-white-space@^1.0.2:
84358435
version "1.0.6"
@@ -10598,7 +10598,7 @@ [email protected]:
1059810598
merge2 "^1.3.0"
1059910599
micromatch "^4.0.4"
1060010600

10601-
fast-glob@^3.2.11, fast-glob@^3.2.12, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-glob@^3.2.9:
10601+
fast-glob@^3.2.11, fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.2.9:
1060210602
version "3.2.12"
1060310603
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
1060410604
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
@@ -14140,11 +14140,6 @@ json5@^2.1.2, json5@^2.2.1, json5@^2.2.2, json5@^2.2.3:
1414014140
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
1414114141
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
1414214142

14143-
14144-
version "3.0.0"
14145-
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22"
14146-
integrity sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==
14147-
1414814143
[email protected], jsonc-parser@^3.2.0:
1414914144
version "3.2.0"
1415014145
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
@@ -15124,14 +15119,21 @@ [email protected], minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch
1512415119
dependencies:
1512515120
brace-expansion "^1.1.7"
1512615121

15122+
15123+
version "9.0.1"
15124+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
15125+
integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
15126+
dependencies:
15127+
brace-expansion "^2.0.1"
15128+
1512715129
minimatch@^5.0.1:
1512815130
version "5.1.6"
1512915131
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
1513015132
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
1513115133
dependencies:
1513215134
brace-expansion "^2.0.1"
1513315135

15134-
minimatch@^7.4.2:
15136+
minimatch@^7.4.2, minimatch@^7.4.3:
1513515137
version "7.4.6"
1513615138
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.6.tgz#845d6f254d8f4a5e4fd6baf44d5f10c8448365fb"
1513715139
integrity sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==
@@ -15281,6 +15283,11 @@ mkdirp@^1.0.3, mkdirp@^1.0.4, mkdirp@~1.0.4:
1528115283
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
1528215284
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
1528315285

15286+
mkdirp@^2.1.6:
15287+
version "2.1.6"
15288+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-2.1.6.tgz#964fbcb12b2d8c5d6fbc62a963ac95a273e2cc19"
15289+
integrity sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==
15290+
1528415291
modify-values@^1.0.0:
1528515292
version "1.0.1"
1528615293
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
@@ -15395,15 +15402,16 @@ neo-async@^2.6.0, neo-async@^2.6.2:
1539515402
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
1539615403
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
1539715404

15398-
ng-morph@^2.2.3:
15399-
version "2.2.3"
15400-
resolved "https://registry.yarnpkg.com/ng-morph/-/ng-morph-2.2.3.tgz#cb4a8600b0ae1c53e4008eaf35cc9a83c40b15a2"
15401-
integrity sha512-JpmU3eyCHmRdyhqahvkmVLlgiV3/bAfKpj+QjIsqx2fdrX2NH9+bdlZ8HP+FsZ6MXfKlIFu4k8z7s0wt0sZNAw==
15405+
ng-morph@^3.0.0:
15406+
version "3.0.0"
15407+
resolved "https://registry.yarnpkg.com/ng-morph/-/ng-morph-3.0.0.tgz#93a0e25a1de1bc09341ee7f74861e33a4458b52f"
15408+
integrity sha512-JfkBTkH0H05EtoGSRH2azeUARtDN2JXaZCoNJmtNmdZmI62TVSNs+QH7D/iD/kp+iyCxlZ5S7tUpiL4YdEmfaw==
1540215409
dependencies:
15403-
jsonc-parser "3.0.0"
15404-
minimatch "3.0.5"
15410+
jsonc-parser "3.2.0"
15411+
minimatch "9.0.1"
1540515412
multimatch "5.0.0"
15406-
ts-morph "10.0.2"
15413+
semver "7.4.0"
15414+
ts-morph "19.0.0"
1540715415

1540815416
1540915417
version "16.0.1"
@@ -19591,13 +19599,13 @@ ts-loader@^9.3.1:
1959119599
micromatch "^4.0.0"
1959219600
semver "^7.3.4"
1959319601

19594-
ts-morph@10.0.2:
19595-
version "10.0.2"
19596-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-10.0.2.tgz#292418207db467326231b2be92828b5e295e7946"
19597-
integrity sha512-TVuIfEqtr9dW25K3Jajqpqx7t/zLRFxKu2rXQZSDjTm4MO4lfmuj1hn8WEryjeDDBFcNOCi+yOmYUYR4HucrAg==
19602+
ts-morph@19.0.0:
19603+
version "19.0.0"
19604+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-19.0.0.tgz#43e95fb0156c3fe3c77c814ac26b7d0be2f93169"
19605+
integrity sha512-D6qcpiJdn46tUqV45vr5UGM2dnIEuTGNxVhg0sk5NX11orcouwj6i1bMqZIz2mZTZB1Hcgy7C3oEVhAT+f6mbQ==
1959819606
dependencies:
19599-
"@ts-morph/common" "~0.9.0"
19600-
code-block-writer "^10.1.1"
19607+
"@ts-morph/common" "~0.20.0"
19608+
code-block-writer "^12.0.0"
1960119609

1960219610
[email protected], ts-node@^10.8.1:
1960319611
version "10.9.1"

0 commit comments

Comments
 (0)