Skip to content

Commit b1ca009

Browse files
committed
maintenance
1 parent d9bdbaa commit b1ca009

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

packages/a1vy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "a1vy",
3-
"version": "0.0.72",
3+
"version": "0.0.73",
44
"description": "🤖 I help development by doing things",
55
"keywords": [
66
"bot",
@@ -36,7 +36,7 @@
3636
"cookie-parser": "^1.4.4",
3737
"cors": "^2.8.5",
3838
"doamrn": "^1.0.3",
39-
"express": "^4.16.4",
39+
"express": "^4.17.1",
4040
"inquirer": "^6.3.1",
4141
"mime-types": "^2.1.24",
4242
"npm-check": "^5.9.0",

packages/babelrc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babelrc",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "🗼 My own babelrc file (=> ES5)",
55
"keywords": [
66
"babel",
@@ -26,6 +26,6 @@
2626
"@babel/plugin-syntax-import-meta": "^7.2.0",
2727
"@babel/plugin-transform-parameters": "^7.4.4",
2828
"@babel/plugin-transform-spread": "^7.2.2",
29-
"@babel/preset-env": "^7.4.4"
29+
"@babel/preset-env": "^7.4.5"
3030
}
3131
}

packages/chunkalyse/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chunkalyse",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "🍰 Summarise webpack stats output file",
55
"keywords": [
66
"webpack",
@@ -41,6 +41,6 @@
4141
"byte-size": "^5.0.1",
4242
"index-require": "^1.0.0",
4343
"jsoncopy": "^1.0.0",
44-
"yargs-parser": "^13.0.0"
44+
"yargs-parser": "^13.1.0"
4545
}
4646
}

packages/create-npx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-npx",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "🔢 `npm create npx` bare bones bin wrapper for NPX",
55
"keywords": [
66
"bin",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@does/exist": "^1.0.0",
24-
"async-git": "^1.5.0",
24+
"async-git": "^1.5.1",
2525
"inquirer": "^6.3.1"
2626
}
2727
}

packages/eslint-plugin-log/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-log",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "👕 ESLint plugin: log the paths of all files being linted",
55
"keywords": [
66
"eslint",
@@ -28,6 +28,6 @@
2828
"dependencies": {
2929
"chalk": "^2.4.2",
3030
"common-js-file-extensions": "^1.0.3",
31-
"yargs-parser": "^13.0.0"
31+
"yargs-parser": "^13.1.0"
3232
}
3333
}

packages/github/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "cd ../../; npm t github; cd -"
1616
},
1717
"dependencies": {
18-
"gofor": "^3.0.4",
18+
"gofor": "^3.0.5",
1919
"index-require": "^1.0.0"
2020
},
2121
"private": true

packages/upgradable/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upgradable",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Interactive upgrade machine for NPM CLI tools",
55
"author": "omrilotan",
66
"license": "MIT",
@@ -22,6 +22,6 @@
2222
"colors": "^1.3.2",
2323
"npm": "^6.9.0",
2424
"prompt-confirm": "^2.0.4",
25-
"semver": "^5.6.0"
25+
"semver": "^5.7.0"
2626
}
2727
}

0 commit comments

Comments
 (0)