Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Upgrade Yarn to latest master and upgrade TS
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed May 27, 2021
1 parent cb245a8 commit 293767b
Show file tree
Hide file tree
Showing 20 changed files with 2,679 additions and 2,679 deletions.
3 changes: 0 additions & 3 deletions .yarn/releases/yarn-2.4.1.cjs

This file was deleted.

3 changes: 3 additions & 0 deletions .yarn/releases/yarn-sources.cjs
Git LFS file not shown
2 changes: 1 addition & 1 deletion .yarn/yarn-wrapper.js
Expand Up @@ -4,7 +4,7 @@
const path = require("path");
const fs = require("fs");

const REAL_YARN = path.join(__dirname, "releases", "yarn-2.4.1.cjs");
const REAL_YARN = path.join(__dirname, "releases", "yarn-sources.cjs");

try {
if (fs.statSync(REAL_YARN).size < 10000) {
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Expand Up @@ -78,7 +78,7 @@
"styled-components": "5.3.0",
"text-metrics": "2.0.9",
"tinycolor2": "1.4.2",
"typescript": "4.2.4",
"typescript": "4.3.2",
"use-debounce": "6.0.1",
"uuid": "8.3.2",
"wasm-lz4": "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -130,7 +130,7 @@
"style-loader": "2.0.0",
"ts-loader": "9.1.2",
"ts-node": "9.1.1",
"typescript": "4.2.4",
"typescript": "4.3.2",
"typescript-plugin-css-modules": "3.2.0",
"typescript-plugin-styled-components": "1.5.0",
"universal-url": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@foxglove/fox/package.json
Expand Up @@ -27,7 +27,7 @@
"@types/ncp": "^2",
"@types/node": "^12",
"@types/rimraf": "^3",
"typescript": "4.2.4"
"typescript": "4.3.2"
},
"dependencies": {
"commander": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@foxglove/hooks/package.json
Expand Up @@ -21,6 +21,6 @@
"prepack": "tsc -b"
},
"devDependencies": {
"typescript": "4.2.4"
"typescript": "4.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/electron-socket/package.json
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/dns-packet": "5.2.0",
"typescript": "4.2.4"
"typescript": "4.3.2"
},
"dependencies": {
"dns-packet": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/just-fetch/package.json
Expand Up @@ -26,6 +26,6 @@
"node-fetch": ">=2.0.0"
},
"devDependencies": {
"typescript": "4.2.4"
"typescript": "4.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/log/package.json
Expand Up @@ -21,6 +21,6 @@
"prepack": "tsc -b"
},
"devDependencies": {
"typescript": "4.2.4"
"typescript": "4.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/ros1-turtlesim-test/package.json
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"esbuild-runner": "1.3.2",
"typescript": "4.2.4"
"typescript": "4.3.2"
},
"dependencies": {
"@foxglove/ros1": "workspace:packages/ros1"
Expand Down
2 changes: 1 addition & 1 deletion packages/ros1/package.json
Expand Up @@ -27,7 +27,7 @@
"esbuild-runner": "1.3.2",
"jest": "27.0.0-next.8",
"jest-circus": "27.0.0-next.8",
"typescript": "4.2.4"
"typescript": "4.3.2"
},
"dependencies": {
"@foxglove/xmlrpc": "workspace:packages/xmlrpc",
Expand Down
2 changes: 1 addition & 1 deletion packages/rosmsg-deser/package.json
Expand Up @@ -25,6 +25,6 @@
"@types/prettier": "2.2.3",
"jest": "27.0.0-next.8",
"prettier": "2.3.0",
"typescript": "4.2.4"
"typescript": "4.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/rosmsg-msgs-common/package.json
Expand Up @@ -29,6 +29,6 @@
"@types/prettier": "2.2.3",
"esbuild-runner": "1.3.2",
"prettier": "2.3.0",
"typescript": "4.2.4"
"typescript": "4.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/rosmsg-msgs-foxglove/package.json
Expand Up @@ -28,6 +28,6 @@
"@types/prettier": "2.2.3",
"esbuild-runner": "1.3.2",
"prettier": "2.3.0",
"typescript": "4.2.4"
"typescript": "4.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/rosmsg/package.json
Expand Up @@ -23,6 +23,6 @@
},
"devDependencies": {
"jest": "27.0.0-next.8",
"typescript": "4.2.4"
"typescript": "4.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/velodyne-cloud/package.json
Expand Up @@ -27,6 +27,6 @@
"jest-circus": "27.0.0-next.8",
"kelonio": "0.6.0",
"rosbag": "github:foxglove/rosbag.js#6ce4e00c16b80973e270d53e9fb362a516e74e03",
"typescript": "4.2.4"
"typescript": "4.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/wasm-bz2/package.json
Expand Up @@ -25,6 +25,6 @@
"devDependencies": {
"@types/emscripten": "1.39.4",
"jest": "27.0.0-next.8",
"typescript": "4.2.4"
"typescript": "4.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/xmlrpc/package.json
Expand Up @@ -33,6 +33,6 @@
"@types/sax": "^1.2.1",
"jest": "27.0.0-next.8",
"jest-circus": "27.0.0-next.8",
"typescript": "4.2.4"
"typescript": "4.3.2"
}
}

0 comments on commit 293767b

Please sign in to comment.