Skip to content

Commit

Permalink
fix: Version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Mar 24, 2020
1 parent d850e8d commit 2db0be8
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 60 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@types/jest": "^25.1.4",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"codecov": "^3.6.5",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.1.0",
Expand All @@ -26,13 +26,13 @@
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.2",
"got": "^10.6.0",
"got": "^10.7.0",
"husky": "^4.2.3",
"jest": "^25.1.0",
"jest-extended": "^0.11.5",
"lerna": "^3.20.2",
"lint-staged": "^10.0.8",
"prettier": "^2.0.1",
"lint-staged": "^10.0.9",
"prettier": "^2.0.2",
"semantic-release": "^17.0.4",
"semantic-release-npmx": "^1.1.0",
"ts-jest": "^25.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/gitbeaker-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"url": "https://github.com/jdalrymple/gitbeaker/issues"
},
"dependencies": {
"@gitbeaker/core": "^15.1.0",
"@gitbeaker/requester-utils": "^15.1.0",
"@gitbeaker/core": "^17.0.0",
"@gitbeaker/requester-utils": "^17.0.0",
"ky": "^0.19.0"
},
"devDependencies": {
Expand All @@ -19,7 +19,7 @@
"@rollup/plugin-replace": "^2.3.1",
"@types/node": "^13.9.3",
"node-fetch": "^2.6.0",
"rollup": "^2.1.0",
"rollup": "^2.2.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-terser": "^5.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/gitbeaker-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"url": "https://github.com/jdalrymple/gitbeaker/issues"
},
"dependencies": {
"@gitbeaker/core": "^15.1.0",
"@gitbeaker/node": "^15.1.0",
"@gitbeaker/core": "^17.0.0",
"@gitbeaker/node": "^17.0.0",
"chalk": "^3.0.0",
"ora": "^4.0.3",
"sywac": "^1.2.2",
"xcase": "^2.0.1"
},
"devDependencies": {
"@rollup/plugin-json": "^4.0.2",
"rollup": "^2.1.0",
"rollup": "^2.2.0",
"rollup-plugin-preserve-shebangs": "^0.2.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.26.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gitbeaker-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/jdalrymple/gitbeaker/issues"
},
"dependencies": {
"@gitbeaker/requester-utils": "^15.1.0",
"@gitbeaker/requester-utils": "^17.0.0",
"form-data": "^3.0.0",
"li": "^1.3.0",
"xcase": "^2.0.1"
Expand All @@ -19,7 +19,7 @@
"esm": "^3.2.25",
"fs-extra": "^9.0.0",
"get-param-names": "github:jdalrymple/get-param-names#1-improve-functionality",
"rollup": "^2.1.0",
"rollup": "^2.2.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.26.0",
"ts-node": "^8.8.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/gitbeaker-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"url": "https://github.com/jdalrymple/gitbeaker/issues"
},
"dependencies": {
"@gitbeaker/core": "^15.1.0",
"@gitbeaker/requester-utils": "^15.1.0",
"@gitbeaker/core": "^17.0.0",
"@gitbeaker/requester-utils": "^17.0.0",
"form-data": "^3.0.0",
"got": "^10.6.0",
"got": "^10.7.0",
"xcase": "^2.0.1"
},
"devDependencies": {
"@types/node": "^13.9.3",
"rollup": "^2.1.0",
"rollup": "^2.2.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.26.0",
"ts-node": "^8.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gitbeaker-requester-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/node": "^13.9.3",
"rollup": "^2.1.0",
"rollup": "^2.2.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.26.0",
"ts-node": "^8.8.1",
Expand Down
54 changes: 12 additions & 42 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -431,36 +431,6 @@
unique-filename "^1.1.1"
which "^1.3.1"

"@gitbeaker/core@^15.1.0":
version "15.2.0"
resolved "https://registry.yarnpkg.com/@gitbeaker/core/-/core-15.2.0.tgz#b511c415068fd5660c8747a4b6ef46fdbc974b12"
integrity sha512-h16HJylDRLeOkBCB3l4X3xv/sOWtuEILWH3btrtfU71imNOTajLn/JEKliCknJ5GBEjMrguqzHfwnt01kFAVbw==
dependencies:
"@gitbeaker/requester-utils" "^15.1.0"
form-data "^3.0.0"
li "^1.3.0"
xcase "^2.0.1"

"@gitbeaker/node@^15.1.0":
version "15.2.0"
resolved "https://registry.yarnpkg.com/@gitbeaker/node/-/node-15.2.0.tgz#ac44325edf835d528eabc13cb0d1a3893b4376f4"
integrity sha512-YKhYI0iHH/LhDYH/MKhIehbEQRwslUcaPA8peUtkEa4Tpdx6rKFXiRbyd+hJLewtJxgb6EivruhrXDXvKEzU+w==
dependencies:
"@gitbeaker/core" "^15.1.0"
"@gitbeaker/requester-utils" "^15.1.0"
form-data "^3.0.0"
got "^10.6.0"
xcase "^2.0.1"

"@gitbeaker/requester-utils@^15.1.0":
version "15.2.0"
resolved "https://registry.yarnpkg.com/@gitbeaker/requester-utils/-/requester-utils-15.2.0.tgz#e4e17e1a81ffcb1a9f70364e7e7b2eb15dd6e9b3"
integrity sha512-Q6W2l8YpufVuhq3HBmR1H84+J3g3JJIt3AuqV05rlNXl1qmkOLoOZMqW5KrRuIHxNcmDLhRDAVd/7bkOK5fhJA==
dependencies:
form-data "^3.0.0"
query-string "^6.11.1"
xcase "^2.0.1"

"@iarna/cli@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@iarna/cli/-/cli-1.2.0.tgz#0f7af5e851afe895104583c4ca07377a8094d641"
Expand Down Expand Up @@ -1881,7 +1851,7 @@
dependencies:
"@types/yargs-parser" "*"

"@typescript-eslint/eslint-plugin@^2.24.0":
"@typescript-eslint/eslint-plugin@^2.25.0":
version "2.25.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.25.0.tgz#0b60917332f20dcff54d0eb9be2a9e9f4c9fbd02"
integrity sha512-W2YyMtjmlrOjtXc+FtTelVs9OhuR6OlYc4XKIslJ8PUJOqgYYAPRJhAqkYRQo3G4sjvG8jSodsNycEn4W2gHUw==
Expand All @@ -1901,7 +1871,7 @@
eslint-scope "^5.0.0"
eslint-utils "^2.0.0"

"@typescript-eslint/parser@^2.24.0":
"@typescript-eslint/parser@^2.25.0":
version "2.25.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.25.0.tgz#abfb3d999084824d9a756d9b9c0f36fba03adb76"
integrity sha512-mccBLaBSpNVgp191CP5W+8U1crTyXsRziWliCqzj02kpxdjKMvFHGJbK33NroquH3zB/gZ8H511HEsJBa2fNEg==
Expand Down Expand Up @@ -4970,10 +4940,10 @@ globby@^9.2.0:
pify "^4.0.1"
slash "^2.0.0"

got@^10.6.0:
version "10.6.0"
resolved "https://registry.yarnpkg.com/got/-/got-10.6.0.tgz#ac3876261a4d8e5fc4f81186f79955ce7b0501dc"
integrity sha512-3LIdJNTdCFbbJc+h/EH0V5lpNpbJ6Bfwykk21lcQvQsEcrzdi/ltCyQehFHLzJ/ka0UMH4Slg0hkYvAZN9qUDg==
got@^10.7.0:
version "10.7.0"
resolved "https://registry.yarnpkg.com/got/-/got-10.7.0.tgz#62889dbcd6cca32cd6a154cc2d0c6895121d091f"
integrity sha512-aWTDeNw9g+XqEZNcTjMMZSy7B7yE9toWOFYip7ofFTLleJhvZwUxxTxkTpKvF+p1SAA4VHmuEy7PiHTHyq8tJg==
dependencies:
"@sindresorhus/is" "^2.0.0"
"@szmarczak/http-timer" "^4.0.0"
Expand Down Expand Up @@ -6790,7 +6760,7 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=

lint-staged@^10.0.8:
lint-staged@^10.0.9:
version "10.0.9"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.0.9.tgz#185aabb2432e9467c84add306c990f1c20da3cdb"
integrity sha512-NKJHYgRa8oI9c4Ic42ZtF2XA6Ps7lFbXwg3q0ZEP0r55Tw3YWykCW1RzW6vu+QIGqbsy7DxndvKu93Wtr5vPQw==
Expand Down Expand Up @@ -8666,7 +8636,7 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@^2.0.1:
prettier@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.2.tgz#1ba8f3eb92231e769b7fcd7cb73ae1b6b74ade08"
integrity sha512-5xJQIPT8BraI7ZnaDwSbu5zLrB6vvi8hVV58yHQ+QK64qrY40dULy0HSRlQ2/2IdzeBpjhDkqdcFBnFeDEMVdg==
Expand Down Expand Up @@ -9451,10 +9421,10 @@ [email protected], rollup-pluginutils@^2.3.1, rollup-pluginutils@^2.8.2:
dependencies:
estree-walker "^0.6.1"

rollup@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.1.0.tgz#552e248e397a06b9c6db878c0564ca4ee06729c9"
integrity sha512-gfE1455AEazVVTJoeQtcOq/U6GSxwoj4XPSWVsuWmgIxj7sBQNLDOSA82PbdMe+cP8ql8fR1jogPFe8Wg8g4SQ==
rollup@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.2.0.tgz#d82cfd6eda6d9561593a7e8a2fc0b72811a89b49"
integrity sha512-iAu/j9/WJ0i+zT0sAMuQnsEbmOKzdQ4Yxu5rbPs9aUCyqveI1Kw3H4Fi9NWfCOpb8luEySD2lDyFWL9CrLE8iw==
optionalDependencies:
fsevents "~2.1.2"

Expand Down

0 comments on commit 2db0be8

Please sign in to comment.