Skip to content

Commit

Permalink
Upgrade size-limit (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Aug 25, 2022
1 parent bd37f30 commit 9b3df89
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 201 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -15,16 +15,16 @@
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@jest/types": "^28.1.3",
"@jest/types": "^29.0.0",
"@project-serum/anchor": "^0.25.0",
"@rushstack/eslint-patch": "^1.1.4",
"@saberhq/eslint-config": "^2.0.4",
"@saberhq/eslint-config-react": "^2.0.4",
"@saberhq/tsconfig": "^2.0.4",
"@saberhq/use-solana": "workspace:*",
"@size-limit/file": "^7.0.8",
"@size-limit/webpack": "^7.0.8",
"@size-limit/webpack-why": "^7.0.8",
"@size-limit/file": "^8.0.1",
"@size-limit/webpack": "^8.0.1",
"@size-limit/webpack-why": "^8.0.1",
"@solana/web3.js": "^1.50.1",
"@types/babel__core": "^7.1.19",
"@types/babel__preset-env": "^7.9.2",
Expand All @@ -36,7 +36,7 @@
"@types/source-map-support": "^0.5.6",
"@types/w3c-web-usb": "^1.0.6",
"@typescript-eslint/utils": "^5.35.1",
"@yarnpkg/doctor": "^3.1.3",
"@yarnpkg/doctor": "^3.1.4",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"eslint": "^8.22.0",
Expand All @@ -47,7 +47,7 @@
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"react": "^18.2.0",
"size-limit": "^7.0.8",
"size-limit": "^8.0.1",
"source-map-support": "^0.5.21",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 9b3df89

Please sign in to comment.