Skip to content

Commit

Permalink
chore(deps): upgrade to TypeScript 5
Browse files Browse the repository at this point in the history
Fix #189
  • Loading branch information
tadayosi committed Oct 30, 2023
1 parent 6f6040a commit 7f17c2c
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 56 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ You need to have installed the following tools before developing the project.
- [Node.js >= 18](https://nodejs.org/en/)
- [Yarn v4](https://yarnpkg.com/getting-started/install)

<!-- prettier-ignore -->
> [!IMPORTANT]
> **Building requires Yarn Berry (v2+).**
> The default installation version of yarn on many operating systems is _1.22.19_ (the classic version). This might cause a problem when building the project. As a result, the mandated minimum version has been set to _4.0.0_.
Expand Down
4 changes: 0 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]",
"engines": {
"yarn": ">=3.3.1"
}
}
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"publish:hawtio": "yarn workspace @hawtio/react npm publish --tolerate-republish"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"concurrently": "^8.2.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.33.0",
Expand All @@ -43,6 +43,11 @@
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "3.0.3"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"fork-ts-checker-webpack-plugin": "6.5.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
Expand Down
4 changes: 2 additions & 2 deletions packages/hawtio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react-split": "^2.0.14",
"reactflow": "^11.9.4",
"superstruct": "^1.0.3",
"typescript": "^4.9.5",
"typescript": "^5.2.2",
"xml-formatter": "^3.6.0"
},
"devDependencies": {
Expand Down Expand Up @@ -94,7 +94,7 @@
}
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 7f17c2c

Please sign in to comment.