Skip to content

Commit 1278cf7

Browse files
committedJan 6, 2021
fix: update ngrx monorepo to v8.6.1
1 parent 5bc6b7f commit 1278cf7

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"@angular/platform-browser": "9.0.0-next.2",
5454
"@angular/platform-browser-dynamic": "9.0.0-next.2",
5555
"@angular/router": "9.0.0-next.2",
56-
"@ngrx/effects": "8.5.2",
57-
"@ngrx/router-store": "8.5.2",
58-
"@ngrx/store": "8.5.2",
59-
"@ngrx/store-devtools": "8.5.2",
56+
"@ngrx/effects": "8.6.1",
57+
"@ngrx/router-store": "8.6.1",
58+
"@ngrx/store": "8.6.1",
59+
"@ngrx/store-devtools": "8.6.1",
6060
"@nrwl/angular": "8.9.0",
6161
"@webcomponents/custom-elements": "^1.2.4",
6262
"body-parser": "^1.19.0",
@@ -82,7 +82,7 @@
8282
"@commitlint/cli": "^8.0.0",
8383
"@commitlint/config-angular": "^8.0.0",
8484
"@commitlint/prompt-cli": "^8.0.0",
85-
"@ngrx/schematics": "8.5.2",
85+
"@ngrx/schematics": "8.6.1",
8686
"@nrwl/cypress": "8.9.0",
8787
"@nrwl/jest": "8.9.0",
8888
"@nrwl/node": "8.9.0",

‎yarn.lock

+24-24
Original file line numberDiff line numberDiff line change
@@ -1401,30 +1401,30 @@
14011401
mkdirp "^0.5.1"
14021402
rimraf "^2.5.2"
14031403

1404-
"@ngrx/effects@8.5.2":
1405-
version "8.5.2"
1406-
resolved "https://registry.yarnpkg.com/@ngrx/effects/-/effects-8.5.2.tgz#c4f81947f4028a0d678ed2641101481cdbe11b59"
1407-
integrity sha512-i2rKLmFcfJmPPQRul1PuXXRuBX2q1g7tK6DbWreNabU/46fYlEwqiiW6lU53t3AgJ3yd6UpeLTR6CHTflkzL+w==
1408-
1409-
"@ngrx/router-store@8.5.2":
1410-
version "8.5.2"
1411-
resolved "https://registry.yarnpkg.com/@ngrx/router-store/-/router-store-8.5.2.tgz#57b6382d576c36e12a9db683bd06085380858e04"
1412-
integrity sha512-e+ftGYhKEoHFI8ndN8+fG7oA2EAJ/WeiJfz3MEMpWrlyENl4R8xv/Wpw6dxOyD1EdqLnVL+NT5mNk5+R5KXPZQ==
1413-
1414-
"@ngrx/schematics@8.5.2":
1415-
version "8.5.2"
1416-
resolved "https://registry.yarnpkg.com/@ngrx/schematics/-/schematics-8.5.2.tgz#59088709f6e2a59ff978380bd30acad2e9930030"
1417-
integrity sha512-5WcuMpd1pHESqn/Ym7SFG13Kj2yfYUGKHP7Yq/DU3jHWVmaiqn52bbAmuzzUYLrucA94Pvi1CAhbVeMbdXcYCw==
1418-
1419-
"@ngrx/store-devtools@8.5.2":
1420-
version "8.5.2"
1421-
resolved "https://registry.yarnpkg.com/@ngrx/store-devtools/-/store-devtools-8.5.2.tgz#722b2b9d290f6b64a9bce421d1a0f283970319a3"
1422-
integrity sha512-3GrAAX3/J39u0AcREgWBiUwuNkZhgei+2K6/bulkAu/BHw+PJaZqq5+c+uQFvi0/aq+/8+9wjNhhCWS4Entk/Q==
1423-
1424-
"@ngrx/store@8.5.2":
1425-
version "8.5.2"
1426-
resolved "https://registry.yarnpkg.com/@ngrx/store/-/store-8.5.2.tgz#18e4a39f3e7ac2ec8307653837ec3c4153bde04f"
1427-
integrity sha512-JPlc23Aw3rlEKt6LCkg3a0zlo0tEgkohH3CDHVbUIYSgg3DWOnmNfwztbz4pa2u2wua5PfFCovC7HKTNmapx/w==
1404+
"@ngrx/effects@8.6.1":
1405+
version "8.6.1"
1406+
resolved "https://registry.yarnpkg.com/@ngrx/effects/-/effects-8.6.1.tgz#6038a5e9cc3db27fdea4cfbcc6e2ae63721e8a26"
1407+
integrity sha512-nvokfJ+LXez3DuAVSWW4w/eMrjPoSpzyHSToIVbDTVIF4JZ3g8fKdi9aHYAeXy2MDR1BaV7zMTmM9w6J0TDZtw==
1408+
1409+
"@ngrx/router-store@8.6.1":
1410+
version "8.6.1"
1411+
resolved "https://registry.yarnpkg.com/@ngrx/router-store/-/router-store-8.6.1.tgz#b631f8d6d2b7204ab3396b9d678f0134c674fe3d"
1412+
integrity sha512-WOFSpxfaePoFu6gYJbXs7vBH8YG/m27ySeN9jBmlO94CkwWN9w3XXQebMVu47EoKO+YpMlF2l2Ifakhefq0TWQ==
1413+
1414+
"@ngrx/schematics@8.6.1":
1415+
version "8.6.1"
1416+
resolved "https://registry.yarnpkg.com/@ngrx/schematics/-/schematics-8.6.1.tgz#40f25735d74b283a539a74d811d47ba8fdf58377"
1417+
integrity sha512-2IRoudd0iSHOVMk4waXJmw9JtZM7x0tX6afZQdI/AGaoRj05PzjPPIipXTp9L/pKMByoE7hfAloXWxiBY7w4QQ==
1418+
1419+
"@ngrx/store-devtools@8.6.1":
1420+
version "8.6.1"
1421+
resolved "https://registry.yarnpkg.com/@ngrx/store-devtools/-/store-devtools-8.6.1.tgz#6fea7ba2544a35f606ccaa3c3be5251fece65b71"
1422+
integrity sha512-rWW8FMKgb3paKmlhS8T/T3Sjm4w2WiQAOKU2cXy8D4ZrGTrFhaZDxHsn7eo+l3AN1EMXQh/w/eNLpevtCrO/wg==
1423+
1424+
"@ngrx/store@8.6.1":
1425+
version "8.6.1"
1426+
resolved "https://registry.yarnpkg.com/@ngrx/store/-/store-8.6.1.tgz#ee4c7d3b8bcc59cf042ae76e6743130408e9b2d8"
1427+
integrity sha512-bV7X0hNywd6N5YroWdZffIEvLKdHZo/l4tCK9FC/o5OezVyPRKZ6QVHz8e2jnLvqj55XzOJNR/tsYh4iuVi2pg==
14281428

14291429
"@ngtools/webpack@8.3.20":
14301430
version "8.3.20"

0 commit comments

Comments
 (0)
Please sign in to comment.