Chore: Align usage of tsconfig in yarn workspaces to 1.3.0-rc1 (#83160)

chore(tsconfig): align all usage in workspaces to 1.3.0-rc1
This commit is contained in:
Jack Westbrook
2024-02-22 15:30:20 +01:00
committed by GitHub
parent ee5dc14e17
commit 15d83960ec
10 changed files with 18 additions and 18 deletions

View File

@@ -50,7 +50,7 @@
"rollup-plugin-node-externals": "^5.0.0"
},
"dependencies": {
"@grafana/tsconfig": "^1.2.0-rc1",
"@grafana/tsconfig": "^1.3.0-rc1",
"tslib": "2.6.2",
"typescript": "5.3.3"
}