Skip to content

Commit 6ba3912

Browse files
fix(deps): update all non-major dependencies
1 parent 59e73ab commit 6ba3912

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
name: line-coverage-info
109109
path: packages/library/coverage
110110
- name: SonarCloud Analysis
111-
uses: SonarSource/sonarqube-scan-action@v5.2.0
111+
uses: SonarSource/sonarqube-scan-action@v5.3.0
112112
env:
113113
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
114114

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
name: line-coverage-info
120120
path: packages/library/coverage
121121
- name: SonarCloud Analysis
122-
uses: SonarSource/sonarqube-scan-action@v5.2.0
122+
uses: SonarSource/sonarqube-scan-action@v5.3.0
123123
env:
124124
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
125125

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"typescript-eslint": "^8.34.1"
2626
},
2727
"overrides": {
28-
"react": "19.1.0",
29-
"react-dom": "19.1.0"
28+
"react": "19.1.1",
29+
"react-dom": "19.1.1"
3030
}
3131
}

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/react-dom": "^19.0.4",
2929
"gh-pages": "^6.3.0",
3030
"storybook": "^9.0.12",
31-
"typescript": "~5.8.0",
31+
"typescript": "~5.9.0",
3232
"typescript-eslint": "^8.24.1",
3333
"vite": "^7.0.0",
3434
"vite-plugin-svgr": "^4.3.0",

packages/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"sass": "^1.85.1",
8080
"typedoc": "^0.28.6",
8181
"typedoc-plugin-markdown": "^4.7.0",
82-
"typescript": "~5.8.0",
82+
"typescript": "~5.9.0",
8383
"vite": "^7.0.0",
8484
"vite-bundle-analyzer": "^1.0.0",
8585
"vite-plugin-dts": "^4.5.3",

0 commit comments

Comments
 (0)