Skip to content

Commit

Permalink
chore: update typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent e28fd23 commit 37818f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/quarks/webpack-quark-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/thc-tools/webpack-laboratory/issues"
},
"devDependencies": {
"typescript": "4.1.2"
"typescript": "5.4.2"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.1-beta.0",
Expand All @@ -44,7 +44,7 @@
"ts-loader": "8.0.11"
},
"peerDependencies": {
"typescript": "^4.1.2",
"typescript": "^4.1.2 || ^5.0.0",
"webpack": "^4.44.2"
}
}

0 comments on commit 37818f1

Please sign in to comment.