Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 7e474c2

Browse files
committed
Upgrade all dependencies
1 parent bb39085 commit 7e474c2

11 files changed

Lines changed: 20 additions & 19 deletions

cli/@resource.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@import": "1place/npm-package#^0.1.0",
33
"name": "run-cli",
4-
"version": "0.11.11",
4+
"version": "0.11.12",
55
"description": "The resource runtime",
66
"author": "Manuel Vila <hi@mvila.me>",
77
"license": "MIT",
@@ -10,14 +10,13 @@
1010
"run": "dist/node/cjs/bin/index.js"
1111
},
1212
"dependencies": {
13-
"dotenv": "^4.0.0",
14-
"json5": "^0.5.1",
13+
"dotenv": "^6.0.0",
1514
"@resdir/console": "^0.1.0",
1615
"@resdir/http-client": "^0.2.17",
1716
"@resdir/local-cache": "^0.1.6",
1817
"@resdir/version": "^0.1.16",
1918
"run-core": "^0.11.49",
20-
"source-map-support": "^0.4.15"
19+
"source-map-support": "^0.5.6"
2120
},
2221
"@unpublishable": {
2322
"publisher": {
@@ -32,7 +31,7 @@
3231
"@import": "js/packer#^0.1.0",
3332
"entry": "./dist/node/cjs/bin/index.js",
3433
"output": "./builds/macos/run",
35-
"nodeVersion": "latest",
34+
"nodeVersion": "node8",
3635
"platform": "macos",
3736
"architecture": "x64",
3837
"isPublic": true,
@@ -42,7 +41,7 @@
4241
"@import": "js/packer#^0.1.0",
4342
"entry": "./dist/node/cjs/bin/index.js",
4443
"output": "./builds/linux/run",
45-
"nodeVersion": "latest",
44+
"nodeVersion": "node8",
4645
"platform": "linux",
4746
"architecture": "x64",
4847
"isPublic": true,

core/@resource.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"@import": "1place/npm-package#^0.1.0",
33
"name": "run-core",
4-
"version": "0.11.51",
4+
"version": "0.11.52",
55
"description": "The first resource runtime",
66
"author": "Manuel Vila <hi@mvila.me>",
77
"license": "MIT",
88
"repository": "https://github.com/runtools/run.git",
99
"dependencies": {
1010
"decache": "^4.3.0",
1111
"deep-freeze": "^0.0.1",
12-
"fs-extra": "^5.0.0",
12+
"fs-extra": "^6.0.1",
1313
"is-directory": "^0.3.1",
1414
"lodash": "^4.17.4",
1515
"@resdir/console": "^0.1.0",

install/@resource.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"@import": ["1place/js-resource#^0.1.0", "aws/s3-hosted-website#^0.1.0"],
33
"@implementation": "./dist/cjs",
44
"dependencies": {
5-
"fs-extra": "^5.0.0"
5+
"fs-extra": "^6.0.1",
6+
"@resdir/console": "^0.1.40",
7+
"tar": "^4.4.0"
68
},
79
"domainName": "install.run.tools",
810
"contentDirectory": "./content",
13.6 MB
Binary file not shown.
11.8 MB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.11
1+
0.11.12

website/@resource.dev.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
{
1515
"source": "./index.html",
1616
"replacements": {
17-
"${REACT_URL}": "https://unpkg.com/react@16.2.0/umd/react.development.js",
18-
"${REACT_DOM_URL}": "https://unpkg.com/react-dom@16.2.0/umd/react-dom.development.js"
17+
"${REACT_URL}": "https://unpkg.com/react@16.4.1/umd/react.development.js",
18+
"${REACT_DOM_URL}": "https://unpkg.com/react-dom@16.4.1/umd/react-dom.development.js"
1919
}
2020
},
2121
{

website/@resource.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"radium": "^0.24.0",
2020
"radium-starter": "^0.11.4",
2121
"react-lowlight": "^2.0.0",
22-
"react-md-spinner": "^0.2.5",
22+
"react-md-spinner": "^0.3.0",
2323
"react-media": "^1.8.0",
2424
"react-player": "^1.1.3",
2525
"react-router-dom": "^4.2.2",
2626
"react-router-ga": "^1.0.0",
2727
"remark": "^9.0.0",
2828
"remark-react": "^4.0.1",
2929
"@resdir/http-client": "^0.2.11",
30-
"sleep-promise": "^6.0.0"
30+
"sleep-promise": "^8.0.1"
3131
},
3232
"builder": {
3333
"run": {

website/@resource.prod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
{
1818
"source": "./index.html",
1919
"replacements": {
20-
"${REACT_URL}": "https://unpkg.com/react@16.2.0/umd/react.production.min.js",
21-
"${REACT_DOM_URL}": "https://unpkg.com/react-dom@16.2.0/umd/react-dom.production.min.js"
20+
"${REACT_URL}": "https://unpkg.com/react@16.4.1/umd/react.production.min.js",
21+
"${REACT_DOM_URL}": "https://unpkg.com/react-dom@16.4.1/umd/react-dom.production.min.js"
2222
}
2323
},
2424
{

website/@resource.test.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
{
1818
"source": "./index.html",
1919
"replacements": {
20-
"${REACT_URL}": "https://unpkg.com/react@16.2.0/umd/react.production.min.js",
21-
"${REACT_DOM_URL}": "https://unpkg.com/react-dom@16.2.0/umd/react-dom.production.min.js"
20+
"${REACT_URL}": "https://unpkg.com/react@16.4.1/umd/react.production.min.js",
21+
"${REACT_DOM_URL}": "https://unpkg.com/react-dom@16.4.1/umd/react-dom.production.min.js"
2222
}
2323
},
2424
{

0 commit comments

Comments
 (0)