Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5 (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Konrad Szwarc <[email protected]>
  • Loading branch information
3 people authored Mar 24, 2023
1 parent 438b7db commit e874927
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 21 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

All notable changes to this project will be documented in this file.

## [0.1.1] - 2023-03-20
## [0.1.2] - 2023-03-24

### Dependencies

- chore(deps): update dependencies ([details](https://api.github.com/repos/KonradSzwarc/devscard/pulls/212))

## [0.1.1] - 2023-03-20

### Dependencies

- chore(deps): update dependencies ([details](https://api.github.com/repos/KonradSzwarc/devscard/pulls/213))

## [0.1.0] - 2023-03-13

### Features
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devscard",
"description": "Template for creating a comprehensive virtual CV for developers.",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"engines": {
"node": ">=14",
Expand Down Expand Up @@ -56,7 +56,7 @@
"tailwindcss": "3.2.7",
"ts-node": "10.9.1",
"type-fest": "3.6.1",
"typescript": "4.9.5"
"typescript": "5.0.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"noEmit": true,
// Enable strict type checking.
"strict": true,
// Error when a value import is only used as a type.
"importsNotUsedAsValues": "error",
// Report errors for fallthrough cases in switch statements
"noFallthroughCasesInSwitch": true,
// Force functions designed to override their parent class to be specified as `override`.
Expand Down

1 comment on commit e874927

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.