Skip to content

Commit

Permalink
Merged PR 66032: fix(core-build): bruk versjon av typescript kompatib…
Browse files Browse the repository at this point in the history
…el med sonarqube

Related work items: #306673
  • Loading branch information
audunrunhn committed Aug 15, 2023
1 parent 40c60dc commit e14347e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion npm/packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"copyfiles": "2.4.1",
"rimraf": "5.0.1",
"typescript": "~5.0.4"
"typescript": "4.9.4"
},
"dependencies": {
"@types/prettier": "2.7.2",
Expand Down
3 changes: 1 addition & 2 deletions npm/packages/library-build/config/tsconfig.global.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"declaration": true,
"declarationMap": true,
"removeComments": false,
"resolveJsonModule": true,
"ignoreDeprecations": "5.0"
"resolveJsonModule": true
}
}
2 changes: 1 addition & 1 deletion npm/packages/library-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"react-dom": "17.0.2",
"rimraf": "^5.0.1",
"tslib": "^2.5.2",
"typescript": "~5.0.4"
"typescript": "4.9.4"
},
"engineStrict": true,
"engines": {
Expand Down

0 comments on commit e14347e

Please sign in to comment.