Skip to content

Commit

Permalink
Merge branch 'main' into fix/next-build-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz authored Oct 10, 2024
2 parents f50862b + 109901d commit cb62dc0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "WalletConnect/web3modal" }],
"changelog": ["@changesets/changelog-github", { "repo": "reown-com/appkit" }],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,36 +58,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NEXT_PUBLIC_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_PROJECT_ID }}

bundle_size:
runs-on: ubuntu-latest
name: Bundle size check
permissions:
contents: write
pull-requests: write
steps:
- name: checkout
uses: actions/checkout@v3

- uses: pnpm/action-setup@v4
name: Install pnpm

- name: setup-node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'pnpm'

- name: install
run: pnpm install

- name: build
run: pnpm build

- name: Running vite-size script
uses: glitch-txs/vite-size-action@v1.0.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

test:
runs-on: ubuntu-latest
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
with:
repository: WalletConnect/web3modal
repository: reown-com/appkit
ref: ${{ inputs.branch }}

- uses: pnpm/action-setup@v4
Expand Down
10 changes: 4 additions & 6 deletions examples/react-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
"version": "1.0.6",
"scripts": {
"dev": "vite --port 3002",
"build": "vite build",
"size": "pnpm run build && vite-size --react --externals wagmi viem @tanstack/react-query react react-dom"
"build": "vite build"
},
"dependencies": {
"@tanstack/react-query": "5.24.8",
"@reown/appkit-adapter-wagmi": "workspace:*",
"@reown/appkit": "workspace:*",
"@reown/appkit-adapter-wagmi": "workspace:*",
"@tanstack/react-query": "5.24.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.21.4",
Expand All @@ -21,7 +20,6 @@
"@types/react": "18.2.62",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "4.2.1",
"vite": "5.2.11",
"vite-size": "0.0.5"
"vite": "5.2.11"
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"publish:alpha": "pnpm install; pnpm build; changeset publish --tag alpha",
"publish:beta": "pnpm install; pnpm build; changeset publish --tag beta",
"publish:canary": "pnpm install; pnpm build; changeset publish --tag canary",
"prepare": "husky",
"size": "pnpm --filter=./examples/react-wagmi size"
"prepare": "husky"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
Expand Down
86 changes: 1 addition & 85 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb62dc0

Please sign in to comment.