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

Commit

Permalink
Upgrade to TypeScript 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed May 27, 2021
1 parent 1999c00 commit 3c45024
Show file tree
Hide file tree
Showing 19 changed files with 90 additions and 193 deletions.
3 changes: 3 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-compat.cjs
Git LFS file not shown
4 changes: 4 additions & 0 deletions .yarnrc.yml
Expand Up @@ -10,4 +10,8 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

# Temporary workaround for https://github.com/yarnpkg/berry/issues/2938
- path: .yarn/plugins/@yarnpkg/plugin-compat.cjs
spec: "@yarnpkg/plugin-compat"

yarnPath: .yarn/yarn-wrapper.js
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
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -77,8 +77,8 @@
"@types/utif": "^3",
"@types/webpack-dev-server": "3.11.3",
"@types/xmldom": "^0",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"amplitude-js": "8.2.1",
"babel-jest": "27.0.0-next.8",
"babel-plugin-transform-import-meta": "2.0.0",
Expand Down 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 3c45024

Please sign in to comment.