Skip to content

Commit 8b38364

Browse files
committed
🔩 dependencies updates
1 parent 1f597f7 commit 8b38364

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

packages/chunkalyse/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chunkalyse",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "🍰 Summarise webpack stats output file",
55
"keywords": [
66
"webpack",
@@ -31,9 +31,9 @@
3131
"test": "cd ../../; npm t chunkalyse; cd -"
3232
},
3333
"dependencies": {
34-
"@does/percent": "0.0.0",
35-
"byte-size": "^4.0.4",
36-
"index-require": "^0.1.0",
34+
"@does/percent": "0.0.2",
35+
"byte-size": "^5.0.1",
36+
"index-require": "^1.0.0",
3737
"jsoncopy": "^1.0.0",
3838
"yargs": "^12.0.5"
3939
}

packages/github/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"gofor": "^2.0.5",
19-
"index-require": "^0.1.0"
19+
"index-require": "^1.0.0"
2020
},
2121
"private": true
2222
}

packages/jsnpm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsnpm",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Use NPM in Javascript runtime",
55
"author": "omrilotan",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
"test": "cd ../../; npm t jsnpm; cd -"
1515
},
1616
"dependencies": {
17-
"index-require": "0.1.0",
17+
"index-require": "^1.0.0",
1818
"npm": "^6.4.1"
1919
}
2020
}

packages/markt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markt",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Generate pages from markdown",
55
"author": "omrilotan",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"fs-extra": "^7.0.0",
21-
"marked": "^0.5.1",
21+
"marked": "^0.6.0",
2222
"paraphrase": "^1.4.2"
2323
},
2424
"preferGlobal": true

packages/perfrep/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perfrep",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "🐎 Host Performance Report in Percent",
55
"keywords": [
66
"cpu",
@@ -29,6 +29,6 @@
2929
},
3030
"dependencies": {
3131
"@does/percent": "0.0.2",
32-
"@lets/wait": "0.0.0"
32+
"@lets/wait": "^1.0.0"
3333
}
3434
}

packages/twinsies/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"fs-readfile-promise": "^3.0.0",
18-
"output-file": "^1.1.1",
18+
"output-file": "^2.0.0",
1919
"recursive-readdir": "^2.2.1"
2020
}
2121
}

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.6",
3+
"version": "0.0.7",
44
"description": "Interactive upgrade machine for NPM CLI tools",
55
"author": "omrilotan",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"boxt": "^0.3.2",
2222
"colors": "^1.3.2",
2323
"npm": "^6.4.1",
24-
"prompt-confirm": "^1.2.0",
24+
"prompt-confirm": "^2.0.4",
2525
"semver": "^5.6.0"
2626
}
2727
}

0 commit comments

Comments
 (0)