Skip to content

Commit 7feb5b6

Browse files
authored
chore: upgrade dependencies (#688)
* chore: upgrade dependencies * ci: run workflow action on all PR's * ci: use storybook template * ci: correct template path * ci: disable template
1 parent 40901ee commit 7feb5b6

4 files changed

Lines changed: 2991 additions & 2052 deletions

File tree

.github/workflows/pkg-pr.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
name: Publish Approved Pull Requests
2-
on:
3-
pull_request_review:
4-
types: [submitted]
1+
name: Publish Pull Requests
2+
on: [push, pull_request]
53

64
jobs:
7-
approved:
8-
if: github.event.review.state == 'APPROVED'
5+
pr-package:
96
runs-on: ubuntu-latest
10-
117
steps:
128
- run: corepack enable
139
- uses: actions/checkout@v4
@@ -20,4 +16,4 @@ jobs:
2016
run: pnpm install
2117

2218
- name: Publish preview package
23-
run: pnpx pkg-pr-new publish
19+
run: pnpx pkg-pr-new publish --no-template

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"engines": {
3030
"pnpm": ">=9"
3131
},
32-
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3",
32+
"packageManager": "pnpm@9.5.0+sha256.dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5",
3333
"scripts": {
3434
"prebuild": "rm -rf dist lib",
3535
"build": "run-s build:*",
@@ -112,24 +112,24 @@
112112
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
113113
},
114114
"devDependencies": {
115-
"@biomejs/biome": "^1.7.1",
116-
"@size-limit/preset-small-lib": "^11.1.2",
117-
"@testing-library/jest-dom": "^6.4.2",
118-
"@testing-library/react": "^15.0.5",
115+
"@biomejs/biome": "^1.8.3",
116+
"@size-limit/preset-small-lib": "^11.1.4",
117+
"@testing-library/jest-dom": "^6.4.6",
118+
"@testing-library/react": "^16.0.0",
119119
"@types/jest": "^29.5.12",
120-
"@types/react": "^18.3.1",
120+
"@types/react": "^18.3.3",
121121
"@types/react-dom": "^18.3.0",
122-
"jsdom": "^24.0.0",
123-
"lint-staged": "^15.2.2",
122+
"jsdom": "^24.1.0",
123+
"lint-staged": "^15.2.7",
124124
"microbundle": "^0.15.1",
125125
"npm-run-all": "^4.1.5",
126126
"react": "^18.3.1",
127127
"react-dom": "^18.3.1",
128128
"simple-git-hooks": "^2.11.1",
129-
"size-limit": "^11.1.2",
130-
"tsup": "^8.0.2",
131-
"typescript": "^5.4.5",
132-
"vitest": "^1.5.2"
129+
"size-limit": "^11.1.4",
130+
"tsup": "^8.1.0",
131+
"typescript": "^5.5.3",
132+
"vitest": "^1.6.0"
133133
},
134134
"peerDependenciesMeta": {
135135
"react-dom": {

0 commit comments

Comments
 (0)