Skip to content

Commit e350560

Browse files
committed
Update @types/react dependency and clean up CI workflow
- Re-added @types/react version 19.2.0 to package.json and pnpm-lock.yaml. - Removed unnecessary environment variables from the publish workflow.
1 parent 6a6969f commit e350560

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,5 @@ jobs:
8787
run: pnpm prep
8888

8989
- name: Create Release
90-
env:
91-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
92-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
9390
run: |
9491
pnpm run release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
"release": "auto shipit"
5757
},
5858
"dependencies": {
59-
"@types/react": "^19.2.0",
6059
"tiny-invariant": "^1.3.1",
6160
"upath": "^2.0.1"
6261
},
6362
"devDependencies": {
63+
"@types/react": "^19.2.0",
6464
"@storybook/icons": "^1.6.0",
6565
"@vitest/coverage-v8": "2.1.9",
6666
"auto": "^11.3.0",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)