Skip to content

Commit

Permalink
chore: update outdated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
krisselden committed Oct 16, 2019
1 parent 03c8954 commit f3fc2ba
Show file tree
Hide file tree
Showing 12 changed files with 1,145 additions and 1,061 deletions.
4 changes: 2 additions & 2 deletions @tracerbench/find-chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"devDependencies": {
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.2"
"typescript": "^3.6.4"
}
}
4 changes: 2 additions & 2 deletions @tracerbench/message-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"types": "index.d.ts",
"devDependencies": {
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.2"
"typescript": "^3.6.4"
}
}
10 changes: 5 additions & 5 deletions @tracerbench/protocol-connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
"devDependencies": {
"prettier": "^1.18.2",
"rollup": "^1.16.4",
"rollup-plugin-commonjs": "^10.0.1",
"rollup": "^1.24.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^5.1.0",
"tslint": "^5.18.0",
"rollup-plugin-terser": "^5.1.2",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.2"
"typescript": "^3.6.4"
},
"peerDependencies": {
"devtools-protocol": "*"
Expand Down
10 changes: 5 additions & 5 deletions @tracerbench/protocol-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"devDependencies": {
"prettier": "^1.18.2",
"rollup": "^1.16.4",
"rollup-plugin-commonjs": "^10.0.1",
"rollup": "^1.24.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^5.1.0",
"tslint": "^5.18.0",
"rollup-plugin-terser": "^5.1.2",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.2"
"typescript": "^3.6.4"
}
}
4 changes: 2 additions & 2 deletions @tracerbench/spawn-chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"devDependencies": {
"@types/tmp": "^0.1.0",
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.2"
"typescript": "^3.6.4"
},
"gitHead": "930bc11c8b01620e5095df9249f0647af68235b5"
}
6 changes: 3 additions & 3 deletions @tracerbench/spawn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"dependencies": {
"@tracerbench/message-transport": "^1.0.1",
"debug": "^4.1.1",
"execa": "^2.0.2",
"execa": "^3.1.0",
"race-cancellation": "^0.4.1"
},
"devDependencies": {
"@types/node": "*",
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.2"
"typescript": "^3.6.4"
},
"gitHead": "930bc11c8b01620e5095df9249f0647af68235b5"
}
8 changes: 4 additions & 4 deletions @tracerbench/websocket-message-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"dependencies": {
"@tracerbench/message-transport": "^1.0.1",
"race-cancellation": "^0.4.1",
"ws": "^7.0.1"
"ws": "^7.1.2"
},
"devDependencies": {
"@types/ws": "*",
"@types/ws": "^6.0.3",
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.2"
"typescript": "^3.6.4"
}
}
8 changes: 4 additions & 4 deletions chrome-debugging-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"race-cancellation": "^0.4.1"
},
"devDependencies": {
"@types/debug": "^4.1.4",
"@types/node": "^10.12.19",
"@types/debug": "^4.1.5",
"@types/node": "^12.11.1",
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.2"
"typescript": "^3.6.4"
},
"peerDependencies": {
"devtools-protocol": "*"
Expand Down
10 changes: 5 additions & 5 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"lint": "tslint -p tsconfig.json"
},
"dependencies": {
"@types/node": "^12.0.4",
"@types/node": "^12.11.1",
"chrome-debugging-client": "^1.0.3",
"devtools-protocol": "0.0.674156",
"execa": "^2.0.2"
"devtools-protocol": "0.0.704903",
"execa": "^3.1.0"
},
"devDependencies": {
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.2"
"typescript": "^3.6.4"
}
}
10 changes: 5 additions & 5 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"lint": "tslint -p tsconfig.json"
},
"dependencies": {
"@types/node": "^12.0.4",
"@types/node": "^12.11.1",
"remark": "^11.0.1",
"remark-parse": "^7.0.1",
"remark-stringify": "^7.0.2",
"remark-stringify": "^7.0.3",
"remark-toc": "^6.0.0",
"shell-split": "^1.0.0",
"unified": "^8.3.2",
"unified": "^8.4.1",
"unist-util-visit": "^2.0.0",
"vfile": "^4.0.1"
},
"devDependencies": {
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.2"
"typescript": "^3.6.4"
}
}
12 changes: 6 additions & 6 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"test": "qunit *Test.js"
},
"dependencies": {
"@types/debug": "^4.1.4",
"@types/node": "^12.0.4",
"@types/debug": "^4.1.5",
"@types/node": "^12.11.1",
"@types/qunit": "^2.9.0",
"@types/tmp": "^0.1.0",
"chrome-debugging-client": "^1.0.3",
"devtools-protocol": "0.0.674156",
"execa": "^2.0.2",
"devtools-protocol": "0.0.704903",
"execa": "^3.1.0",
"qunit": "^2.9.1",
"tmp": "^0.1.0"
},
"devDependencies": {
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.2"
"typescript": "^3.6.4"
}
}
Loading

0 comments on commit f3fc2ba

Please sign in to comment.