Skip to content

Commit 6c2fda8

Browse files
crisbetommalerba
authored andcommitted
build: bump to stable version of codelyzer (#15653)
Bumps to the latest stable version of Codelyzer so that we don't have to depend on a beta.
1 parent 7b603c5 commit 6c2fda8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"browser-sync": "^2.26.3",
8585
"chalk": "^1.1.3",
8686
"clang-format": "^1.2.4",
87-
"codelyzer": "^5.0.0-beta.2",
87+
"codelyzer": "^5.0.0",
8888
"conventional-changelog": "^3.0.5",
8989
"dgeni": "^0.4.11",
9090
"dgeni-packages": "^0.27.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,10 +2423,10 @@ code-point-at@^1.0.0:
24232423
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
24242424
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
24252425

2426-
codelyzer@^5.0.0-beta.2:
2427-
version "5.0.0-beta.2"
2428-
resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-5.0.0-beta.2.tgz#1d112e3b79f45298c5ed589641829bd5a3e63934"
2429-
integrity sha512-cH5vxszkzhAg92pvuKXFuoDgKIqX3a5hIPv545pfuPc2GKDXuiWACPteny29k3/FGaw9eub1iUlyLVkPpETtsg==
2426+
codelyzer@^5.0.0:
2427+
version "5.0.0"
2428+
resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-5.0.0.tgz#e4032efb23a7c5d4bcfe7321fc1789490c679837"
2429+
integrity sha512-Bif70XYt8NFf/Q9GPTxmC86OsBRfQZq1dBjdruJ5kZhJ8/jKhJL6MvCLKnYtSOG6Rhiv/44DU0cHk6GYthjy8Q==
24302430
dependencies:
24312431
app-root-path "^2.1.0"
24322432
aria-query "^3.0.0"

0 commit comments

Comments
 (0)