Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
patevs committed Mar 19, 2022
2 parents e29d668 + da17531 commit 56060b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"release": "np"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/cli": "^16.2.3",
"@types/node": "*",
"commitlint-config-gitmoji": "^2.2.5",
"husky": "^4.3.8",
Expand Down
1 change: 1 addition & 0 deletions pwsh/exports.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Set-Environment "ANDROID_SDK_ROOT" "C:\Users\Pat\AppData\Local\Android\Sdk"
# Set-Environment "ANDROID_NDK" "C:\Users\Pat\AppData\Local\Android\Sdk\ndk\23.0.7123448"
# Set-Environment "ANDROID_NDK" "C:\Users\Pat\AppData\Local\Android\Sdk\ndk\23.0.7599858"
# Set-Environment "ANDROID_NDK" "C:\Users\Pat\AppData\Local\Android\Sdk\ndk\23.1.7779620"
Set-Environment "ANDROID_NDK" "C:\Users\Pat\AppData\Local\Android\Sdk\ndk\24.0.8215888"

# VSCode
Set-Environment "CODE_HOME" "C:\Program Files\Microsoft VS Code"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
chalk "^2.0.0"
js-tokens "^4.0.0"

"@commitlint/cli@^16.2.1":
version "16.2.1"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.2.1.tgz#ca4e557829a2755f0e1f0cd69b56b83ce2510173"
integrity sha512-zfKf+B9osuiDbxGMJ7bWFv7XFCW8wlQYPtCffNp7Ukdb7mdrep5R9e03vPUZysnwp8NX6hg05kPEvnD/wRIGWw==
"@commitlint/cli@^16.2.3":
version "16.2.3"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.2.3.tgz#6c250ce7a660a08a3ac35dd2ec5039421fb831df"
integrity sha512-VsJBQLvhhlOgEfxs/Z5liYuK0dXqLE5hz1VJzLBxiOxG31kL/X5Q4OvK292BmO7IGZcm1yJE3XQPWSiFaEHbWA==
dependencies:
"@commitlint/format" "^16.2.1"
"@commitlint/lint" "^16.2.1"
"@commitlint/load" "^16.2.1"
"@commitlint/load" "^16.2.3"
"@commitlint/read" "^16.2.1"
"@commitlint/types" "^16.2.1"
lodash "^4.17.19"
Expand Down Expand Up @@ -85,10 +85,10 @@
"@commitlint/rules" "^16.2.1"
"@commitlint/types" "^16.2.1"

"@commitlint/load@^16.2.1":
version "16.2.1"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.2.1.tgz#301bda1bff66b3e40a85819f854eda72538d8e24"
integrity sha512-oSpz0jTyVI/A1AIImxJINTLDOMB8YF7lWGm+Jg5wVWM0r7ucpuhyViVvpSRTgvL0z09oIxlctyFGWUQQpI42uw==
"@commitlint/load@^16.2.3":
version "16.2.3"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.2.3.tgz#7b2e85af25a6f736f080ba08e7165738cedf8c8f"
integrity sha512-Hb4OUlMnBUK6UxJEZ/VJ5k0LocIS7PtEMbRXEAA7eSpOgORIFexC4K/RaRpVd5UTtu3M0ST3ddPPijF9rdW6nw==
dependencies:
"@commitlint/config-validator" "^16.2.1"
"@commitlint/execute-rule" "^16.2.1"
Expand Down

0 comments on commit 56060b3

Please sign in to comment.