Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: juliomrqz/statusfy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 820fdef2b0baaa14a4288b51c4724987be429858
Choose a base ref
..
head repository: juliomrqz/statusfy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4bcce57169aae2419cbd7c64478ae37305b4312e
Choose a head ref
Showing with 13 additions and 8 deletions.
  1. +1 −1 package.json
  2. +1 −1 packages/@statusfy/common/package.json
  3. +1 −1 packages/@statusfy/core/package.json
  4. +10 −5 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@
"cross-env": "7.0.2",
"eslint": "6.8.0",
"eslint-loader": "4.0.2",
"eslint-plugin-jest": "23.12.0",
"eslint-plugin-jest": "23.13.0",
"eslint-plugin-vue": "6.2.2",
"glob-promise": "3.4.0",
"husky": "4.2.5",
2 changes: 1 addition & 1 deletion packages/@statusfy/common/package.json
Original file line number Diff line number Diff line change
@@ -42,6 +42,6 @@
"tomlify-j0.4": "3.0.0",
"upath": "1.2.0",
"validator": "13.0.0",
"yaml": "1.9.2"
"yaml": "1.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/@statusfy/core/package.json
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@
"eslint-config-prettier": "6.11.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jest": "23.12.0",
"eslint-plugin-jest": "23.13.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-promise": "4.2.1",
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -6825,10 +6825,10 @@ eslint-plugin-import@2.20.2:
read-pkg-up "^2.0.0"
resolve "^1.12.0"

eslint-plugin-jest@23.12.0:
version "23.12.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.12.0.tgz#12eed51f43dc478a46c49093973878e863f4b585"
integrity sha512-lHA8D3TfDqhO5sPEEp3k87Ljo6Ci09lMmWrNhrAReWs04VBgTar8UAKKFKpA+zTKHG7s5IqKRwZlrdEeq6JE2A==
eslint-plugin-jest@23.13.0:
version "23.13.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.13.0.tgz#a80ec992b155dd15260bf1131bad666e5123e551"
integrity sha512-AG18G0qFCgFOdhMibl4cTuKTCBVjzm/hEPYMOPCTj3Yh2GQ53q5u5Jj3a4nl1JH1BxqPsXIrZR1oRE+TdptfHw==
dependencies:
"@typescript-eslint/experimental-utils" "^2.5.0"

@@ -16904,7 +16904,12 @@ yallist@^4.0.0:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yaml@1.9.2, yaml@^1.7.2:
yaml@1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==

yaml@^1.7.2:
version "1.9.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.9.2.tgz#f0cfa865f003ab707663e4f04b3956957ea564ed"
integrity sha512-HPT7cGGI0DuRcsO51qC1j9O16Dh1mZ2bnXwsi0jrSpsLz0WxOLSLXfkABVl6bZO629py3CU+OMJtpNHDLB97kg==