chore(deps-dev): bump typescript from 4.3.5 to 4.4.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-09-01 20:11:16 +00:00
committed by GitHub
parent b8fe1f8841
commit 0057fcb276
2 changed files with 802 additions and 3364 deletions
+798 -3360
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -28,7 +28,7 @@
"release:next": "release-it --preRelease=next"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@types/d3": "^7.0.0",
"@types/react-redux": "^7.1.18",
"classcat": "^5.0.3",
@@ -53,7 +53,7 @@
"@types/resize-observer-browser": "^0.1.6",
"autoprefixer": "^10.3.1",
"babel-preset-react-app": "^10.0.0",
"cypress": "^8.0.0",
"cypress": "^8.3.1",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"postcss-nested": "^5.0.5",
@@ -65,11 +65,11 @@
"rollup": "^2.56.3",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-typescript2": "^0.30.0",
"start-server-and-test": "^1.13.0",
"typescript": "^4.3.5"
"typescript": "^4.4.2"
},
"peerDependencies": {
"react": "16 || 17",