Skip to content

Commit

Permalink
deps: Upgrade TypeScript to ~5.1.6 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
  • Loading branch information
puehringer and thinkh authored Sep 26, 2023
1 parent cdb674e commit 7217653
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "^6.5.1",
"@swc/core": "1.3.58",
"@swc/core": "~1.3.77",
"@swc/jest": "~0.2.24",
"@types/jest": "~27.4.1",
"@types/node": "^17.0.45",
Expand Down Expand Up @@ -100,7 +100,7 @@
"resolve": "^1.22.1",
"resolve-url-loader": "^5.0.0",
"rimraf": "~4.4.0",
"sass-embedded": "1.62.0",
"sass-embedded": "~1.64.2",
"sass-loader": "^13.2.0",
"semver": "^7.3.8",
"semver-intersect": "^1.4.0",
Expand All @@ -114,8 +114,8 @@
"time-analytics-webpack-plugin": "^0.1.20",
"ts-jest": "~27.1.3",
"ts-node": "^10.9.1",
"tslib": "~2.5.0",
"typescript": "~5.0.4",
"tslib": "~2.6.2",
"typescript": "~5.1.6",
"url-loader": "~4.1.1",
"util": "^0.12.5",
"webpack": "^5.76.2",
Expand Down

0 comments on commit 7217653

Please sign in to comment.