Skip to content

Commit

Permalink
chore: update size-limit and remove analyze as --why is no longer sup…
Browse files Browse the repository at this point in the history
…ported
  • Loading branch information
jpedroschmitz committed Nov 17, 2023
1 parent 8334bfd commit ed838a3
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 1,902 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: size
on: [pull_request]
name: 'size'
on:
pull_request:
branches:
- master
permissions:
pull-requests: write
jobs:
size:
runs-on: ubuntu-latest
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@changesets/cli": "^2.10.3",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@size-limit/preset-small-lib": "^4.10.2",
"@size-limit/preset-small-lib": "^11.0.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@types/node": "^15.12.4",
Expand All @@ -19,7 +19,7 @@
"lint-staged": "^11.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"size-limit": "^4.10.2",
"size-limit": "^11.0.0",
"tsdx": "^0.14.1",
"typescript": "^4.2.4"
},
Expand All @@ -37,7 +37,6 @@
"changeset": "changeset",
"release": "changeset publish",
"size": "size-limit",
"analyze": "size-limit --why",
"prepare": "husky install"
},
"size-limit": [
Expand Down
Loading

0 comments on commit ed838a3

Please sign in to comment.