react-sync-board 0.5.6 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +472 -241
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +613 -402
- package/dist/esm/index.js.map +1 -1
- package/dist/react-sync-board.min.js +3 -3
- package/dist/react-sync-board.min.js.map +1 -1
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-sync-board",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"@rollup/plugin-commonjs": "^19.0.0",
|
|
37
37
|
"@rollup/plugin-image": "^2.0.6",
|
|
38
38
|
"@rollup/plugin-node-resolve": "^13.0.0",
|
|
39
|
-
"@scripters/use-socket.io": "
|
|
40
|
-
"@storybook/addon-actions": "^6.4.
|
|
41
|
-
"@storybook/addon-essentials": "^6.4.
|
|
42
|
-
"@storybook/addon-links": "^6.4.
|
|
43
|
-
"@storybook/react": "^6.4.
|
|
39
|
+
"@scripters/use-socket.io": "github:jrmi/use-socket.io#updated-v2",
|
|
40
|
+
"@storybook/addon-actions": "^6.4.21",
|
|
41
|
+
"@storybook/addon-essentials": "^6.4.21",
|
|
42
|
+
"@storybook/addon-links": "^6.4.21",
|
|
43
|
+
"@storybook/react": "^6.4.21",
|
|
44
44
|
"babel-eslint": "^10.1.0",
|
|
45
45
|
"babel-jest": "^26.3.0",
|
|
46
46
|
"babel-loader": "^8.1.0",
|
|
@@ -53,17 +53,17 @@
|
|
|
53
53
|
"eslint-plugin-prettier": "^3.4.0",
|
|
54
54
|
"eslint-plugin-react": "^7.24.0",
|
|
55
55
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
56
|
-
"eslint-plugin-storybook": "^0.5.
|
|
56
|
+
"eslint-plugin-storybook": "^0.5.8",
|
|
57
57
|
"final-form": "^4.20.2",
|
|
58
58
|
"jest": "^27.0.5",
|
|
59
59
|
"postcss-preset-env": "^6.7.0",
|
|
60
60
|
"rc-slider": "^9.7.2",
|
|
61
|
-
"react": "^17.0.
|
|
61
|
+
"react": "^17.0.2",
|
|
62
62
|
"react-color": "^2.19.3",
|
|
63
|
-
"react-dom": "^17.0.
|
|
63
|
+
"react-dom": "^17.0.2",
|
|
64
64
|
"react-final-form": "^6.5.3",
|
|
65
|
-
"react-useportal": "^1.0.
|
|
66
|
-
"recoil": "^0.
|
|
65
|
+
"react-useportal": "^1.0.16",
|
|
66
|
+
"recoil": "^0.7.0",
|
|
67
67
|
"rollup": "^2.52.7",
|
|
68
68
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
69
69
|
"rollup-plugin-css-only": "^3.1.0",
|
|
@@ -74,17 +74,17 @@
|
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"react": ">= 16",
|
|
76
76
|
"react-dom": ">= 16",
|
|
77
|
-
"recoil": "
|
|
77
|
+
"recoil": ">= 0.5.2"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@emotion/react": "^11.
|
|
81
|
-
"@emotion/styled": "^11.
|
|
82
|
-
"@react-hookz/web": "^
|
|
83
|
-
"color2k": "^
|
|
84
|
-
"dayjs": "^1.
|
|
80
|
+
"@emotion/react": "^11.9.0",
|
|
81
|
+
"@emotion/styled": "^11.8.1",
|
|
82
|
+
"@react-hookz/web": "^13.2.1",
|
|
83
|
+
"color2k": "^2.0.0",
|
|
84
|
+
"dayjs": "^1.11.0",
|
|
85
85
|
"fast-deep-equal": "^3.1.3",
|
|
86
86
|
"lodash.findlast": "^4.6.0",
|
|
87
|
-
"nanoid": "^3.
|
|
87
|
+
"nanoid": "^3.3.2",
|
|
88
88
|
"randomcolor": "^0.6.2"
|
|
89
89
|
},
|
|
90
90
|
"files": [
|