dtable-store 7.0.2 → 7.0.4-ajm

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/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "dtable-store",
3
- "version": "7.0.2",
3
+ "version": "7.0.4ajm",
4
4
  "author": "seafile",
5
5
  "private": false,
6
6
  "dependencies": {
7
- "axios": "~1.18.*",
7
+ "axios": "~1.20.*",
8
8
  "dayjs": "1.10.7",
9
9
  "debug": "^4.1.1",
10
10
  "deep-copy": "^1.4.2",
11
- "dtable-utils": "5.0.33",
11
+ "dtable-utils": "5.0.33-sla.3",
12
12
  "slugid": "5.0.1",
13
13
  "socket.io-client": "~4.8.*"
14
14
  },
@@ -17,14 +17,14 @@
17
17
  "clean:esm": "rm -rf es && mkdir es",
18
18
  "clean:lib": "rm -rf lib && mkdir lib",
19
19
  "clean:dist": "rm -rf dist && mkdir dist",
20
- "start": "node scripts/start.js",
21
20
  "build": "node scripts/build.js",
22
21
  "test": "node scripts/test.js",
23
22
  "pub:esm": "npm run clean:esm && export BABEL_ENV=production && ./node_modules/.bin/babel src --out-dir es --copy-files",
24
23
  "pub:lib": "npm run clean:lib && export BABEL_ENV=node && ./node_modules/.bin/babel src --out-dir lib --copy-files",
25
- "pub:umd": "npm run clean:dist && export BABEL_ENV=production && webpack --config ./config/webpack.config.pub.js",
24
+ "pub:umd": "npm run clean:dist && node scripts/pub-umd.js",
26
25
  "pub:optimized": "rm es/local-eslint-check.js && rm lib/local-eslint-check.js",
27
- "prepublishOnly": "npm run pub:lib && npm run pub:esm && npm run pub:umd && npm run pub:optimized"
26
+ "prepublishOnly": "npm run pub:lib && npm run pub:esm && npm run pub:umd && npm run pub:optimized",
27
+ "lint": "eslint src"
28
28
  },
29
29
  "files": [
30
30
  "dist",
@@ -53,32 +53,29 @@
53
53
  "@babel/plugin-proposal-private-methods": "7.16.11",
54
54
  "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
55
55
  "@babel/plugin-transform-runtime": "^7.7.6",
56
+ "@eslint/js": "^10.0.1",
56
57
  "@types/jest": "^30.0.0",
57
- "babel-eslint": "10.0.1",
58
- "babel-jest": "^30.3.0",
58
+ "babel-jest": "^30.5.1",
59
59
  "babel-loader": "^8.2.3",
60
60
  "babel-plugin-import": "^1.13.6",
61
61
  "babel-plugin-named-asset-import": "^0.3.8",
62
62
  "babel-preset-react-app": "^10.0.1",
63
- "case-sensitive-paths-webpack-plugin": "^2.4.0",
64
63
  "dotenv": "^10.0.0",
65
64
  "dotenv-expand": "^5.1.0",
66
- "eslint": "^8.3.0",
67
- "eslint-config-react-app": "^7.0.1",
68
- "eslint-webpack-plugin": "^3.1.1",
65
+ "eslint": "^10.8.1",
66
+ "eslint-webpack-plugin": "^6.0.0",
69
67
  "fs-extra": "^10.0.0",
68
+ "globals": "^17.9.0",
70
69
  "html-webpack-plugin": "^5.5.0",
71
- "jest": "^30.3.0",
72
- "jest-cli": "^30.3.0",
73
- "jest-environment-jsdom": "^30.3.0",
74
- "jest-resolve": "^30.3.0",
70
+ "jest": "^30.5.1",
71
+ "jest-cli": "^30.5.1",
72
+ "jest-environment-jsdom": "^30.5.1",
73
+ "jest-resolve": "^30.5.1",
75
74
  "jest-watch-typeahead": "^3.0.1",
76
75
  "react-dev-utils": "^12.0.1",
77
76
  "resolve": "^1.20.0",
78
77
  "source-map-loader": "^3.0.0",
79
- "terser-webpack-plugin": "^5.3.17",
80
- "webpack": "^5.105.4",
81
- "webpack-cli": "^7.0.2",
82
- "webpack-dev-server": "^5.2.6"
78
+ "terser-webpack-plugin": "^5.6.1",
79
+ "webpack": "^5.111.0"
83
80
  }
84
81
  }