Skip to content

Commit a73da0c

Browse files
author
Erik Rasmussen
committed
Fix: Update size-limit to v12.0.0 and remove bundlesize config
- Update size-limit and @size-limit/preset-small-lib from 11.1.6 to 12.0.0 - Remove obsolete bundlesize configuration Per CodeRabbit review feedback.
1 parent 2961cc1 commit a73da0c

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

package.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/preset-react": "^7.27.1",
4343
"@babel/preset-typescript": "^7.27.1",
4444
"@rollup/plugin-typescript": "^12.1.2",
45-
"@size-limit/preset-small-lib": "^11.1.6",
45+
"@size-limit/preset-small-lib": "^12.0.0",
4646
"@testing-library/dom": "^10.4.0",
4747
"@testing-library/jest-dom": "^6.6.3",
4848
"@testing-library/react": "^16.3.0",
@@ -84,7 +84,7 @@
8484
"rollup-plugin-node-resolve": "^5.2.0",
8585
"rollup-plugin-replace": "^2.2.0",
8686
"rollup-plugin-uglify": "^6.0.4",
87-
"size-limit": "^11.1.6",
87+
"size-limit": "^12.0.0",
8888
"typescript": "^5.8.3"
8989
},
9090
"peerDependencies": {
@@ -106,20 +106,6 @@
106106
"git add"
107107
]
108108
},
109-
"bundlesize": [
110-
{
111-
"path": "dist/react-final-form-arrays.umd.min.js",
112-
"threshold": "2kB"
113-
},
114-
{
115-
"path": "dist/react-final-form-arrays.es.js",
116-
"threshold": "3kB"
117-
},
118-
{
119-
"path": "dist/react-final-form-arrays.cjs.js",
120-
"threshold": "3kB"
121-
}
122-
],
123109
"dependencies": {
124110
"@babel/runtime": "^7.19.4"
125111
},

0 commit comments

Comments
 (0)