File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-mqtt-workflow-manager" ,
3- "version" : " 0.1.6 " ,
3+ "version" : " 0.1.7 " ,
44 "license" : " MIT" ,
55 "description" : " A react wrapper manager for MQTT" ,
66 "repository" : " https://github.com/flow-build/react-mqtt-workflow-manager" ,
6666 ],
6767 "devDependencies" : {
6868 "@babel/core" : " ^7.21.0" ,
69- "@rollup/plugin-url" : " ^8.0.1" ,
7069 "@size-limit/esbuild-why" : " ^8.2.4" ,
7170 "@size-limit/preset-small-lib" : " ^8.2.4" ,
7271 "@testing-library/jest-dom" : " ^5.16.5" ,
9594 "react-dom" : " ^18.2.0" ,
9695 "react-is" : " ^18.2.0" ,
9796 "rimraf" : " ^4.1.2" ,
98- "rollup-plugin-node-builtins" : " ^2.1.2" ,
9997 "semantic-release" : " ^20.1.1" ,
10098 "size-limit" : " ^8.2.4" ,
10199 "ts-jest" : " ^29.0.5" ,
106104 },
107105 "dependencies" : {
108106 "@reduxjs/toolkit" : " ^1.9.3" ,
109- "mqtt" : " ^4.3.7" ,
110107 "mqtt-pattern" : " ^2.0.0" ,
108+ "precompiled-mqtt" : " ^4.3.14-beta" ,
111109 "react-redux" : " ^8.0.5" ,
112110 "tiny-warning" : " ^1.0.3"
113111 },
116114 " yarn lint" ,
117115 " yarn fmt"
118116 ]
119- },
120- "settings" : {
121- "import/resolver" : {
122- "typescript" : {
123- "typescript" : true ,
124- "node" : true
125- }
126- }
127117 }
128118}
You can’t perform that action at this time.
0 commit comments