Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit a774ed2

Browse files
committed
Remove sonar
1 parent eb2cc67 commit a774ed2

File tree

5 files changed

+231
-136
lines changed

5 files changed

+231
-136
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Report Sonar
1+
name: Build
22

33
on:
44
push:
@@ -9,7 +9,4 @@ on:
99

1010
jobs:
1111
build:
12-
uses: unosquare/bump-npm-version/.github/workflows/build-sonar.yml@master
13-
secrets:
14-
github-token: ${{ secrets.GPR_ACCESS_TOKEN }}
15-
sonar-token: ${{ secrets.SONAR_TOKEN }}
12+
uses: unosquare/bump-npm-version/.github/workflows/build-pnpm.yml@master

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=unosquare_tubular-react-common&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=unosquare_tubular-react-common)
2-
![GitHub Actions - CI](https://github.com/unosquare/tubular-react-common/workflows/Node%20CI/badge.svg)
3-
41
# tubular-react-common
52

63
Tubular React Common functions and hooks

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@
5656
},
5757
"homepage": "https://github.com/unosquare/tubular-react-common#readme",
5858
"dependencies": {
59-
"tubular-common": "^7.0.4",
59+
"tubular-common": "^7.0.6",
6060
"striptags": "^3.2.0"
6161
},
6262
"devDependencies": {
63-
"@babel/preset-env": "^7.26.0",
63+
"@babel/preset-env": "^7.26.9",
6464
"@biomejs/biome": "1.9.4",
6565
"@testing-library/jest-dom": "^6.6.3",
6666
"@testing-library/react": "^12.1.2",
6767
"@types/jest": "^29.5.14",
6868
"babel-jest": "^29.7.0",
6969
"jest": "^29.7.0",
7070
"jest-environment-jsdom": "^29.7.0",
71-
"ts-jest": "^29.2.5",
72-
"typescript": "^5.7.2"
71+
"ts-jest": "^29.2.6",
72+
"typescript": "^5.8.2"
7373
},
7474
"peerDependencies": {
7575
"@types/react": ">=17.0.0 <19.0.0",

0 commit comments

Comments
 (0)