|
@@ -17,8 +17,8 @@
|
|
|
"make:dev": "cross-env SKIP_NOTARIZATION=1 cross-env MAKE_FOR=dev npm run make"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "axios": "^0.24.0",
|
|
|
- "compare-versions": "^4.1.2",
|
|
|
+ "axios": "^0.25.0",
|
|
|
+ "compare-versions": "^4.1.3",
|
|
|
"dayjs": "^1.10.7",
|
|
|
"electron-window-state": "^5.0.3",
|
|
|
"express": "^4.17.2",
|
|
@@ -31,12 +31,12 @@
|
|
|
"uuid": "^8.3.2"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@babel/plugin-proposal-class-properties": "^7.16.5",
|
|
|
- "@babel/plugin-proposal-decorators": "^7.16.5",
|
|
|
- "@babel/preset-env": "^7.16.5",
|
|
|
- "@babel/preset-typescript": "^7.16.5",
|
|
|
- "@chakra-ui/icons": "^1.1.1",
|
|
|
- "@chakra-ui/react": "^1.7.3",
|
|
|
+ "@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",
|
|
|
+ "@chakra-ui/icons": "^1.1.5",
|
|
|
+ "@chakra-ui/react": "^1.8.3",
|
|
|
"@emotion/react": "^11.7.1",
|
|
|
"@emotion/styled": "^11.6.0",
|
|
|
"@types/assert": "^1.5.6",
|
|
@@ -45,31 +45,31 @@
|
|
|
"@types/lodash": "^4.14.178",
|
|
|
"@types/md5": "^2.3.1",
|
|
|
"@types/mkdirp": "^1.0.2",
|
|
|
- "@types/mocha": "^9.0.0",
|
|
|
- "@types/node": "^17.0.0",
|
|
|
- "@types/react": "^17.0.37",
|
|
|
+ "@types/mocha": "^9.1.0",
|
|
|
+ "@types/node": "^17.0.15",
|
|
|
+ "@types/react": "^17.0.39",
|
|
|
"@types/react-dom": "^17.0.11",
|
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
|
"@types/react-window": "^1.8.5",
|
|
|
- "@types/uuid": "^8.3.3",
|
|
|
+ "@types/uuid": "^8.3.4",
|
|
|
"@umijs/preset-react": "2.x",
|
|
|
"@umijs/test": "^3.5.20",
|
|
|
- "ahooks": "^3.0.5",
|
|
|
+ "ahooks": "^3.1.9",
|
|
|
"babel-loader": "^8.2.3",
|
|
|
"clsx": "^1.1.1",
|
|
|
- "codemirror": "^5.64.0",
|
|
|
- "concurrently": "^6.5.0",
|
|
|
- "copy-webpack-plugin": "^10.2.0",
|
|
|
+ "codemirror": "^5.65.1",
|
|
|
+ "concurrently": "^7.0.0",
|
|
|
+ "copy-webpack-plugin": "^10.2.4",
|
|
|
"cross-env": "^7.0.3",
|
|
|
- "dotenv": "^10.0.0",
|
|
|
- "electron": "^16.0.5",
|
|
|
- "electron-builder": "^22.14.5",
|
|
|
+ "dotenv": "^16.0.0",
|
|
|
+ "electron": "^17.0.0",
|
|
|
+ "electron-builder": "^22.14.13",
|
|
|
"electron-notarize": "^1.1.1",
|
|
|
"espower-typescript": "^10.0.0",
|
|
|
"execa": "^6.0.0",
|
|
|
- "fork-ts-checker-webpack-plugin": "^6.5.0",
|
|
|
+ "fork-ts-checker-webpack-plugin": "^7.1.1",
|
|
|
"fs-extra": "^10.0.0",
|
|
|
- "mocha": "^9.1.3",
|
|
|
+ "mocha": "^9.2.0",
|
|
|
"power-assert": "^1.6.1",
|
|
|
"prettier": "^2.5.1",
|
|
|
"pretty-bytes": "^5.6.0",
|
|
@@ -78,13 +78,13 @@
|
|
|
"react-icons": "^4.3.1",
|
|
|
"react-virtualized-auto-sizer": "^1.0.6",
|
|
|
"react-window": "^1.8.6",
|
|
|
- "smooth-scroll-into-view-if-needed": "^1.1.32",
|
|
|
+ "smooth-scroll-into-view-if-needed": "^1.1.33",
|
|
|
"ts-node": "^10.4.0",
|
|
|
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
|
|
- "typescript": "^4.5.4",
|
|
|
+ "typescript": "^4.5.5",
|
|
|
"umi": "^3.5.20",
|
|
|
- "webpack": "^5.65.0",
|
|
|
- "webpack-cli": "^4.9.1",
|
|
|
+ "webpack": "^5.68.0",
|
|
|
+ "webpack-cli": "^4.9.2",
|
|
|
"webpack-merge": "^5.8.0",
|
|
|
"webpack-node-externals": "^3.0.0",
|
|
|
"yorkie": "^2.0.0"
|