|
@@ -19,73 +19,73 @@
|
|
|
"make:win": "cross-env SKIP_NOTARIZATION=1 cross-env MAKE_FOR=win npm run make"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "axios": "^0.25.0",
|
|
|
+ "axios": "^0.27.2",
|
|
|
"compare-versions": "^4.1.3",
|
|
|
- "dayjs": "^1.10.7",
|
|
|
+ "dayjs": "^1.11.2",
|
|
|
"electron-window-state": "^5.0.3",
|
|
|
- "express": "^4.17.2",
|
|
|
+ "express": "^4.18.1",
|
|
|
"lodash": "^4.17.21",
|
|
|
"md5": "^2.3.0",
|
|
|
"md5-file": "^5.0.0",
|
|
|
"mkdirp": "^1.0.4",
|
|
|
- "potdb": "^2.2.2",
|
|
|
- "tslib": "^2.3.1",
|
|
|
+ "potdb": "^2.3.3",
|
|
|
+ "tslib": "^2.4.0",
|
|
|
"uuid": "^8.3.2"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
|
- "@babel/plugin-proposal-decorators": "^7.17.0",
|
|
|
- "@babel/preset-env": "^7.16.11",
|
|
|
- "@babel/preset-typescript": "^7.16.7",
|
|
|
+ "@babel/plugin-proposal-class-properties": "^7.17.12",
|
|
|
+ "@babel/plugin-proposal-decorators": "^7.18.2",
|
|
|
+ "@babel/preset-env": "^7.18.2",
|
|
|
+ "@babel/preset-typescript": "^7.17.12",
|
|
|
"@chakra-ui/icons": "^1.1.5",
|
|
|
"@chakra-ui/react": "^1.8.3",
|
|
|
- "@emotion/react": "^11.7.1",
|
|
|
- "@emotion/styled": "^11.6.0",
|
|
|
+ "@emotion/react": "^11.9.0",
|
|
|
+ "@emotion/styled": "^11.8.1",
|
|
|
"@types/assert": "^1.5.6",
|
|
|
"@types/codemirror": "^5.60.5",
|
|
|
"@types/express": "^4.17.13",
|
|
|
- "@types/lodash": "^4.14.178",
|
|
|
- "@types/md5": "^2.3.1",
|
|
|
+ "@types/lodash": "^4.14.182",
|
|
|
+ "@types/md5": "^2.3.2",
|
|
|
"@types/mkdirp": "^1.0.2",
|
|
|
- "@types/mocha": "^9.1.0",
|
|
|
- "@types/node": "^17.0.15",
|
|
|
- "@types/react": "^17.0.39",
|
|
|
- "@types/react-dom": "^17.0.11",
|
|
|
+ "@types/mocha": "^9.1.1",
|
|
|
+ "@types/node": "^17.0.35",
|
|
|
+ "@types/react": "^18.0.9",
|
|
|
+ "@types/react-dom": "^18.0.5",
|
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
|
"@types/react-window": "^1.8.5",
|
|
|
"@types/uuid": "^8.3.4",
|
|
|
"@umijs/preset-react": "2.x",
|
|
|
- "@umijs/test": "^3.5.20",
|
|
|
- "ahooks": "^3.1.9",
|
|
|
- "babel-loader": "^8.2.3",
|
|
|
+ "@umijs/test": "^3.5.24",
|
|
|
+ "ahooks": "^3.4.0",
|
|
|
+ "babel-loader": "^8.2.5",
|
|
|
"clsx": "^1.1.1",
|
|
|
- "codemirror": "^5.65.1",
|
|
|
- "concurrently": "^7.0.0",
|
|
|
- "copy-webpack-plugin": "^10.2.4",
|
|
|
+ "codemirror": "^5.65.4",
|
|
|
+ "concurrently": "^7.2.1",
|
|
|
+ "copy-webpack-plugin": "^11.0.0",
|
|
|
"cross-env": "^7.0.3",
|
|
|
- "dotenv": "^16.0.0",
|
|
|
- "electron": "^17.0.0",
|
|
|
- "electron-builder": "^22.14.13",
|
|
|
- "electron-notarize": "^1.1.1",
|
|
|
+ "dotenv": "^16.0.1",
|
|
|
+ "electron": "^19.0.1",
|
|
|
+ "electron-builder": "^23.0.9",
|
|
|
+ "electron-notarize": "^1.2.1",
|
|
|
"espower-typescript": "^10.0.0",
|
|
|
- "execa": "^6.0.0",
|
|
|
- "fork-ts-checker-webpack-plugin": "^7.1.1",
|
|
|
- "fs-extra": "^10.0.0",
|
|
|
- "mocha": "^9.2.0",
|
|
|
+ "execa": "^6.1.0",
|
|
|
+ "fork-ts-checker-webpack-plugin": "^7.2.11",
|
|
|
+ "fs-extra": "^10.1.0",
|
|
|
+ "mocha": "^10.0.0",
|
|
|
"power-assert": "^1.6.1",
|
|
|
- "prettier": "^2.5.1",
|
|
|
- "pretty-bytes": "^5.6.0",
|
|
|
+ "prettier": "^2.6.2",
|
|
|
+ "pretty-bytes": "^6.0.0",
|
|
|
"react": "^17.0.2",
|
|
|
"react-dom": "^17.0.2",
|
|
|
"react-icons": "^4.3.1",
|
|
|
"react-virtualized-auto-sizer": "^1.0.6",
|
|
|
- "react-window": "^1.8.6",
|
|
|
+ "react-window": "^1.8.7",
|
|
|
"smooth-scroll-into-view-if-needed": "^1.1.33",
|
|
|
- "ts-node": "^10.4.0",
|
|
|
+ "ts-node": "^10.8.0",
|
|
|
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
|
|
- "typescript": "^4.5.5",
|
|
|
- "umi": "^3.5.20",
|
|
|
- "webpack": "^5.68.0",
|
|
|
+ "typescript": "^4.7.2",
|
|
|
+ "umi": "^3.5.24",
|
|
|
+ "webpack": "^5.72.1",
|
|
|
"webpack-cli": "^4.9.2",
|
|
|
"webpack-merge": "^5.8.0",
|
|
|
"webpack-node-externals": "^3.0.0",
|