Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit ed5207d

Browse files
renovate[bot]tunnckoCore
authored andcommitted
fix(deps): update dependency xaxa to v2 (#44)
This Pull Request updates dependency [xaxa](https://github.com/olstenlarck/xaxa) from `^1.3.6` to `^2.0.0` <details> <summary>Release Notes</summary> ### [v2.0.2](https://github.com/olstenlarck/xaxa/releases/v2.0.2) [Compare Source](tunnckoCore/xaxa@v2.0.1...v2.0.2) ##### 🐛 Bug Fixes - switch description and logo ([393223b](tunnckoCore/xaxa@393223b)) [`v2.0.1...v2.0.2`](tunnckoCore/xaxa@v2.0.1...v2.0.2) --- ### [v2.0.1](https://github.com/olstenlarck/xaxa/releases/v2.0.1) [Compare Source](tunnckoCore/xaxa@v2.0.0...v2.0.1) ##### 🐛 Bug Fixes - move src/cli.js to root ([f5374e2](tunnckoCore/xaxa@f5374e2)) [`v2.0.0...v2.0.1`](tunnckoCore/xaxa@v2.0.0...v2.0.1) --- ### [v2.0.0](https://github.com/olstenlarck/xaxa/releases/v2.0.0) [Compare Source](tunnckoCore/xaxa@55700fb...v2.0.0) ##### - **refactor:** expose API, update repo template, simplify CLI ([c5d94d6](tunnckoCore/xaxa@c5d94d6)) [`v1.2.2...v2.0.0`](tunnckoCore/xaxa@v1.2.2...v2.0.0) --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com).
1 parent aa1a3ea commit ed5207d

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"gitcommit": "^1.0.8",
2929
"new-release": "^4.0.3",
3030
"nyc": "^12.0.2",
31-
"xaxa": "^1.3.6"
31+
"xaxa": "^2.0.0"
3232
},
3333
"files": [
3434
"src",

yarn.lock

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -859,9 +859,9 @@ eslint-config-prettier@^2.9.0:
859859
dependencies:
860860
get-stdin "^5.0.1"
861861

862-
eslint-config-xaxa@^1.3.6:
863-
version "1.3.6"
864-
resolved "https://registry.yarnpkg.com/eslint-config-xaxa/-/eslint-config-xaxa-1.3.6.tgz#d4e72a9a8eefb75e524a01772001b145e2861aa1"
862+
eslint-config-xaxa@^1.0.3:
863+
version "1.0.6"
864+
resolved "https://registry.yarnpkg.com/eslint-config-xaxa/-/eslint-config-xaxa-1.0.6.tgz#9c743fb9f95738b490428f1017cb3d43ac1a226a"
865865
dependencies:
866866
babel-eslint "^8.2.5"
867867
eslint "^4.19.1"
@@ -1272,6 +1272,10 @@ get-stdin@^5.0.1:
12721272
version "5.0.1"
12731273
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
12741274

1275+
get-stdin@^6.0.0:
1276+
version "6.0.0"
1277+
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
1278+
12751279
[email protected], get-stream@^3.0.0:
12761280
version "3.0.0"
12771281
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
@@ -3115,13 +3119,15 @@ write@^0.2.1:
31153119
dependencies:
31163120
mkdirp "^0.5.1"
31173121

3118-
xaxa@^1.3.6:
3119-
version "1.3.6"
3120-
resolved "https://registry.yarnpkg.com/xaxa/-/xaxa-1.3.6.tgz#c6840be63940b02ee6054a28b807302331b2d624"
3122+
xaxa@^2.0.0:
3123+
version "2.0.2"
3124+
resolved "https://registry.yarnpkg.com/xaxa/-/xaxa-2.0.2.tgz#7eaf2701f7121f59c63299cc22e44076f5ce7894"
31213125
dependencies:
31223126
arrayify "^1.0.0"
31233127
eslint "^4.19.1"
3124-
eslint-config-xaxa "^1.3.6"
3128+
eslint-config-xaxa "^1.0.3"
3129+
esm "^3.0.72"
3130+
get-stdin "^6.0.0"
31253131
mri "^1.1.1"
31263132

31273133
xtend@~4.0.1:

0 commit comments

Comments
 (0)