Skip to content

Commit

Permalink
♻️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Mar 26, 2020
1 parent 29ec946 commit 9ce86c0
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/auto/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=10.13.0"
},
"dependencies": {
"@auto/core": "^0.1.2",
"@auto/core": "^0.1.3",
"execa": "^4.0.0",
"pifs": "^1.0.0",
"tsfn": "^1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/auto/commit-prompt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=10.13.0"
},
"dependencies": {
"@auto/core": "^0.1.2",
"@auto/core": "^0.1.3",
"escape-string-regexp": "^2.0.0",
"execa": "^4.0.0",
"prompts": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auto/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=10.13.0"
},
"dependencies": {
"@auto/core": "^0.1.2",
"@auto/core": "^0.1.3",
"node-fetch": "^2.6.0",
"p-all": "^2.1.0",
"tsfn": "^1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/auto/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=10.13.0"
},
"dependencies": {
"@auto/core": "^0.1.2",
"@auto/core": "^0.1.3",
"node-fetch": "^2.6.0",
"tsfn": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auto/tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=10.13.0"
},
"dependencies": {
"@auto/core": "^0.1.2",
"@auto/core": "^0.1.3",
"execa": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auto/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=10.13.0"
},
"dependencies": {
"@auto/core": "^0.1.2",
"@auto/core": "^0.1.3",
"node-fetch": "^2.6.0",
"tsfn": "^1.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/bubble-dev/start-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
}
},
"dependencies": {
"@auto/changelog": "^0.1.1",
"@auto/changelog": "^0.1.2",
"@auto/commit-prompt": "^0.1.0",
"@auto/core": "^0.1.2",
"@auto/core": "^0.1.3",
"@auto/fs": "^1.0.0",
"@auto/github": "^0.1.1",
"@auto/slack": "^0.1.1",
Expand Down Expand Up @@ -68,7 +68,7 @@
"dotenv": "^8.0.0",
"escape-string-regexp": "^2.0.0",
"execa": "^4.0.0",
"fixdeps": "^1.0.0",
"fixdeps": "^1.1.1",
"globby": "^11.0.0",
"make-dir": "^3.0.0",
"move-path": "^1.0.0",
Expand All @@ -84,7 +84,7 @@
"stroki": "^0.1.0",
"tap-diff": "^0.1.1",
"tsfn": "^1.1.0",
"typeon": "^1.0.0",
"typeon": "^1.0.1",
"weslint": "^0.1.0",
"ws": "^7.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"autoprops": "^1.0.0",
"react": "^16.8.6",
"react-native": "^0.61.5",
"typeon": "^1.0.0"
"typeon": "^1.0.1"
},
"peerDependencies": {
"react": "^16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-ray/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"stili": "^1.0.0",
"syntx": "^1.0.0",
"tsfn": "^1.1.0",
"typeon": "^1.0.0"
"typeon": "^1.0.1"
}
}

0 comments on commit 9ce86c0

Please sign in to comment.