File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
name : line-coverage-info
109
109
path : packages/library/coverage
110
110
- name : SonarCloud Analysis
111
- uses : SonarSource/sonarqube-scan-action@v5.2 .0
111
+ uses : SonarSource/sonarqube-scan-action@v5.3 .0
112
112
env :
113
113
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
114
114
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
name : line-coverage-info
120
120
path : packages/library/coverage
121
121
- name : SonarCloud Analysis
122
- uses : SonarSource/sonarqube-scan-action@v5.2 .0
122
+ uses : SonarSource/sonarqube-scan-action@v5.3 .0
123
123
env :
124
124
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
125
125
Original file line number Diff line number Diff line change 25
25
"typescript-eslint" : " ^8.34.1"
26
26
},
27
27
"overrides" : {
28
- "react" : " 19.1.0 " ,
29
- "react-dom" : " 19.1.0 "
28
+ "react" : " 19.1.1 " ,
29
+ "react-dom" : " 19.1.1 "
30
30
}
31
31
}
Original file line number Diff line number Diff line change 28
28
"@types/react-dom" : " ^19.0.4" ,
29
29
"gh-pages" : " ^6.3.0" ,
30
30
"storybook" : " ^9.0.12" ,
31
- "typescript" : " ~5.8 .0" ,
31
+ "typescript" : " ~5.9 .0" ,
32
32
"typescript-eslint" : " ^8.24.1" ,
33
33
"vite" : " ^7.0.0" ,
34
34
"vite-plugin-svgr" : " ^4.3.0" ,
Original file line number Diff line number Diff line change 79
79
"sass" : " ^1.85.1" ,
80
80
"typedoc" : " ^0.28.6" ,
81
81
"typedoc-plugin-markdown" : " ^4.7.0" ,
82
- "typescript" : " ~5.8 .0" ,
82
+ "typescript" : " ~5.9 .0" ,
83
83
"vite" : " ^7.0.0" ,
84
84
"vite-bundle-analyzer" : " ^1.0.0" ,
85
85
"vite-plugin-dts" : " ^4.5.3" ,
You can’t perform that action at this time.
0 commit comments