Skip to content

Commit

Permalink
chore(deps): update size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Dec 27, 2024
1 parent 0637345 commit edc4662
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 310 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@eslint/js": "^9.17.0",
"@size-limit/preset-small-lib": "^8.1.1",
"@size-limit/preset-small-lib": "^11.1.6",
"@swc/core": "^1.3.26",
"@tsd/typescript": "^4.9.5",
"@types/jest": "^29.4.0",
Expand Down Expand Up @@ -70,7 +70,7 @@
"prettier": "2.8.3",
"rimraf": "^3.0.2",
"semver": "^7.3.2",
"size-limit": "^8.1.1",
"size-limit": "^11.1.6",
"strip-ansi": "^6.0.1",
"swc-node": "^1.0.0",
"ts-jest": "^29.2.4",
Expand All @@ -95,7 +95,7 @@
{
"path": "./packages/core/dist/index.mjs",
"import": "{ i18n }",
"limit": "3.2 kB"
"limit": "3.5 kB"
},
{
"path": "./packages/detect-locale/dist/index.mjs",
Expand All @@ -107,10 +107,6 @@
"ignore": [
"react"
]
},
{
"path": "./packages/remote-loader/dist/index.mjs",
"limit": "8 kB"
}
],
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit edc4662

Please sign in to comment.