Skip to content

Commit

Permalink
chore: upgrade dependencies (#688)
Browse files Browse the repository at this point in the history
* chore: upgrade dependencies

* ci: run workflow action on all PR's

* ci: use storybook template

* ci: correct template path

* ci: disable template
  • Loading branch information
thebuilder authored Jul 8, 2024
1 parent 40901ee commit 7feb5b6
Show file tree
Hide file tree
Showing 4 changed files with 2,991 additions and 2,052 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/pkg-pr.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Publish Approved Pull Requests
on:
pull_request_review:
types: [submitted]
name: Publish Pull Requests
on: [push, pull_request]

jobs:
approved:
if: github.event.review.state == 'APPROVED'
pr-package:
runs-on: ubuntu-latest

steps:
- run: corepack enable
- uses: actions/checkout@v4
Expand All @@ -20,4 +16,4 @@ jobs:
run: pnpm install

- name: Publish preview package
run: pnpx pkg-pr-new publish
run: pnpx pkg-pr-new publish --no-template
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"engines": {
"pnpm": ">=9"
},
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3",
"packageManager": "pnpm@9.5.0+sha256.dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5",
"scripts": {
"prebuild": "rm -rf dist lib",
"build": "run-s build:*",
Expand Down Expand Up @@ -112,24 +112,24 @@
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.7.1",
"@size-limit/preset-small-lib": "^11.1.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.5",
"@biomejs/biome": "^1.8.3",
"@size-limit/preset-small-lib": "^11.1.4",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"microbundle": "^0.15.1",
"npm-run-all": "^4.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"simple-git-hooks": "^2.11.1",
"size-limit": "^11.1.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.2"
"size-limit": "^11.1.4",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vitest": "^1.6.0"
},
"peerDependenciesMeta": {
"react-dom": {
Expand Down
Loading

0 comments on commit 7feb5b6

Please sign in to comment.