Skip to content

Commit 65ce02a

Browse files
committed
v0.1.2
1 parent 99e7547 commit 65ce02a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@flowbuild/react-mqtt-workflow-manager",
3-
"version": "0.1.0",
2+
"name": "react-mqtt-workflow-manager",
3+
"version": "0.1.2",
44
"license": "MIT",
55
"description": "A react wrapper manager for MQTT",
66
"repository": "https://github.com/flow-build/react-mqtt-workflow-manager",
@@ -57,15 +57,17 @@
5757
"size-limit": [
5858
{
5959
"path": "dist/react-mqtt-workflow-manager.cjs.production.min.js",
60-
"limit": "10 KB"
60+
"limit": "25 KB"
6161
},
6262
{
6363
"path": "dist/react-mqtt-workflow-manager.esm.js",
64-
"limit": "10 KB"
64+
"limit": "25 KB"
6565
}
6666
],
6767
"devDependencies": {
6868
"@babel/core": "^7.21.0",
69+
"@rollup/plugin-url": "^8.0.1",
70+
"@size-limit/esbuild-why": "^8.2.4",
6971
"@size-limit/preset-small-lib": "^8.2.4",
7072
"@testing-library/jest-dom": "^5.16.5",
7173
"@testing-library/react": "^14.0.0",
@@ -93,6 +95,8 @@
9395
"react-dom": "^18.2.0",
9496
"react-is": "^18.2.0",
9597
"rimraf": "^4.1.2",
98+
"rollup-plugin-node-builtins": "^2.1.2",
99+
"rollup-plugin-peer-deps-external": "^2.2.4",
96100
"semantic-release": "^20.1.1",
97101
"size-limit": "^8.2.4",
98102
"ts-jest": "^29.0.5",

0 commit comments

Comments
 (0)