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

Commit

Permalink
Bump typescript from 5.3.3 to 5.4.4
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 8, 2024
1 parent f032c90 commit dee8a7e
Show file tree
Hide file tree
Showing 205 changed files with 1,102 additions and 1,102 deletions.
2 changes: 1 addition & 1 deletion action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion config/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.12.4",
"eslint-plugin-only-warn": "^1.1.0",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/codinasion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/dsa/dsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/dsa/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/dsa/search/binary-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/dsa/search/linear-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/dsa/sort/bubble-sort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/dsa/sort/counting-sort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/dsa/sort/heap-sort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/dsa/sort/insertion-sort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/dsa/sort/merge-sort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/dsa/sort/quick-sort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/dsa/sort/radix-sort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/dsa/sort/selection-sort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/dsa/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/language-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/number-system/ascii/ascii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/number-system/binary/binary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/number-system/decimal/decimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/number-system/number-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion npm/packages/number-system/octal/octal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Loading

0 comments on commit dee8a7e

Please sign in to comment.