dtable-store 5.0.6 → 5.0.7
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/dtable-store.js +1 -10
- package/package.json +49 -55
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dtable-store",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.7",
|
|
4
4
|
"author": "seafile",
|
|
5
5
|
"private": false,
|
|
6
6
|
"dependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"debug": "^4.1.1",
|
|
10
10
|
"deep-copy": "^1.4.2",
|
|
11
11
|
"dtable-utils": "5.0.2",
|
|
12
|
-
"slugid": "
|
|
12
|
+
"slugid": "5.0.1",
|
|
13
13
|
"socket.io-client": "^2.3.0"
|
|
14
14
|
},
|
|
15
15
|
"main": "./dist/dtable-store.js",
|
|
@@ -44,66 +44,60 @@
|
|
|
44
44
|
]
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@babel/cli": "
|
|
48
|
-
"@babel/compat-data": "~7.8.0",
|
|
47
|
+
"@babel/cli": "7.22.15",
|
|
49
48
|
"@babel/core": "7.22.9",
|
|
50
49
|
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
|
51
50
|
"@babel/plugin-proposal-export-default-from": "^7.7.4",
|
|
52
51
|
"@babel/plugin-proposal-export-namespace-from": "^7.7.4",
|
|
53
52
|
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
|
|
54
53
|
"@babel/plugin-proposal-private-methods": "7.16.11",
|
|
54
|
+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
55
55
|
"@babel/plugin-transform-runtime": "^7.7.6",
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@testing-library/
|
|
60
|
-
"@testing-library/
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"babel-
|
|
66
|
-
"babel-
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"eslint": "^
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"semver": "^6.3.1",
|
|
100
|
-
"terser-webpack-plugin": "^2.3.8",
|
|
101
|
-
"ts-pnp": "1.1.5",
|
|
102
|
-
"url-loader": "2.3.0",
|
|
103
|
-
"webpack": "4.41.5",
|
|
104
|
-
"webpack-cli": "^3.3.10",
|
|
56
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
57
|
+
"@svgr/webpack": "8.1.0",
|
|
58
|
+
"@testing-library/jest-dom": "5.17.0",
|
|
59
|
+
"@testing-library/react": "^11.1.0",
|
|
60
|
+
"@testing-library/user-event": "13.5.0",
|
|
61
|
+
"babel-eslint": "10.0.1",
|
|
62
|
+
"babel-jest": "^27.4.2",
|
|
63
|
+
"babel-loader": "^8.2.3",
|
|
64
|
+
"babel-plugin-import": "^1.13.6",
|
|
65
|
+
"babel-plugin-named-asset-import": "^0.3.8",
|
|
66
|
+
"babel-preset-react-app": "^10.0.1",
|
|
67
|
+
"bfj": "^7.0.2",
|
|
68
|
+
"camelcase": "^6.2.1",
|
|
69
|
+
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
70
|
+
"dotenv": "^10.0.0",
|
|
71
|
+
"dotenv-expand": "^5.1.0",
|
|
72
|
+
"eslint": "^8.3.0",
|
|
73
|
+
"eslint-config-react-app": "^7.0.1",
|
|
74
|
+
"eslint-webpack-plugin": "^3.1.1",
|
|
75
|
+
"file-loader": "^6.2.0",
|
|
76
|
+
"fs-extra": "^10.0.0",
|
|
77
|
+
"html-webpack-plugin": "^5.5.0",
|
|
78
|
+
"identity-obj-proxy": "^3.0.0",
|
|
79
|
+
"jest": "^27.4.3",
|
|
80
|
+
"jest-resolve": "^27.4.2",
|
|
81
|
+
"jest-watch-typeahead": "^1.0.0",
|
|
82
|
+
"node-polyfill-webpack-plugin": "2.0.1",
|
|
83
|
+
"pnp-webpack-plugin": "1.2.1",
|
|
84
|
+
"prompts": "^2.4.2",
|
|
85
|
+
"react": "17.0.2",
|
|
86
|
+
"react-app-polyfill": "^3.0.0",
|
|
87
|
+
"react-dev-utils": "^12.0.1",
|
|
88
|
+
"react-dom": "17.0.2",
|
|
89
|
+
"react-refresh": "^0.11.0",
|
|
90
|
+
"resolve": "^1.20.0",
|
|
91
|
+
"resolve-url-loader": "^4.0.0",
|
|
92
|
+
"semver": "^7.3.5",
|
|
93
|
+
"source-map-loader": "^3.0.0",
|
|
94
|
+
"terser-webpack-plugin": "^5.2.5",
|
|
95
|
+
"url-loader": "^4.1.1",
|
|
96
|
+
"web-vitals": "^2.1.4",
|
|
97
|
+
"webpack": "^5.64.4",
|
|
98
|
+
"webpack-cli": "^5.1.4",
|
|
105
99
|
"webpack-dev-server": "^4.6.0",
|
|
106
|
-
"webpack-manifest-plugin": "
|
|
107
|
-
"workbox-webpack-plugin": "4.
|
|
100
|
+
"webpack-manifest-plugin": "^4.0.2",
|
|
101
|
+
"workbox-webpack-plugin": "^6.4.1"
|
|
108
102
|
}
|
|
109
103
|
}
|