Skip to content

Commit

Permalink
Update bundler (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Nov 13, 2023
1 parent 41b0613 commit 1d81109
Show file tree
Hide file tree
Showing 8 changed files with 201 additions and 249 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-canary.yml
@@ -1,7 +1,7 @@
name: Test React Canary

on:
workflow_dispatch:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

Expand All @@ -20,7 +20,7 @@ jobs:

- name: Lint and test
run: |
pnpm run-all-checks
pnpm clean
pnpm build
pnpm run-all-checks
pnpm test:build
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Expand Up @@ -20,9 +20,9 @@ jobs:

- name: Lint and test
run: |
pnpm run-all-checks
pnpm clean
pnpm build
pnpm run-all-checks
pnpm attw
pnpm test:build
e2e:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-release.yml
Expand Up @@ -65,9 +65,9 @@ jobs:
- run: pnpm install

- run: |
pnpm run-all-checks
pnpm clean
pnpm build
pnpm run-all-checks
pnpm test:build
- name: Configure git
Expand Down
1 change: 1 addition & 0 deletions _internal/package.json
Expand Up @@ -16,6 +16,7 @@
"clean": "rimraf dist"
},
"peerDependencies": {
"swr": "*",
"react": "*"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -126,7 +126,7 @@
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"bunchee": "3.6.0",
"bunchee": "3.9.2",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest-dom": "5.0.1",
Expand Down

0 comments on commit 1d81109

Please sign in to comment.