|
@@ -20,7 +20,7 @@
|
|
|
"publish": "electron-builder --mac --win --linux -p always"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "axios": "1.3.0",
|
|
|
+ "axios": "1.3.5",
|
|
|
"compare-versions": "5.0.3",
|
|
|
"dayjs": "1.11.7",
|
|
|
"electron-updater": "5.3.0",
|
|
@@ -29,59 +29,59 @@
|
|
|
"lodash": "4.17.21",
|
|
|
"md5": "2.3.0",
|
|
|
"md5-file": "5.0.0",
|
|
|
- "mkdirp": "2.1.3",
|
|
|
- "potdb": "2.5.4",
|
|
|
+ "mkdirp": "3.0.0",
|
|
|
+ "potdb": "2.5.5",
|
|
|
"tslib": "2.5.0",
|
|
|
"uuid": "9.0.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@chakra-ui/react": "2.4.9",
|
|
|
- "@emotion/react": "11.10.5",
|
|
|
- "@emotion/styled": "11.10.5",
|
|
|
+ "@chakra-ui/react": "2.5.5",
|
|
|
+ "@emotion/react": "11.10.6",
|
|
|
+ "@emotion/styled": "11.10.6",
|
|
|
"@types/assert": "1.5.6",
|
|
|
"@types/codemirror": "5.60.7",
|
|
|
- "@types/express": "4.17.16",
|
|
|
- "@types/lodash": "4.14.191",
|
|
|
+ "@types/express": "4.17.17",
|
|
|
+ "@types/lodash": "4.14.194",
|
|
|
"@types/md5": "2.3.2",
|
|
|
"@types/mkdirp": "1.0.2",
|
|
|
"@types/mocha": "10.0.1",
|
|
|
- "@types/node": "18.11.18",
|
|
|
- "@types/react": "18.0.27",
|
|
|
- "@types/react-dom": "18.0.10",
|
|
|
+ "@types/node": "18.15.11",
|
|
|
+ "@types/react": "18.0.35",
|
|
|
+ "@types/react-dom": "18.0.11",
|
|
|
"@types/react-window": "1.8.5",
|
|
|
- "@types/uuid": "9.0.0",
|
|
|
- "@vitejs/plugin-react": "3.0.1",
|
|
|
- "ahooks": "3.7.4",
|
|
|
+ "@types/uuid": "9.0.1",
|
|
|
+ "@vitejs/plugin-react": "3.1.0",
|
|
|
+ "ahooks": "3.7.6",
|
|
|
"clsx": "1.2.1",
|
|
|
"codemirror": "5.65.11",
|
|
|
- "concurrently": "7.6.0",
|
|
|
+ "concurrently": "8.0.1",
|
|
|
"cross-env": "7.0.3",
|
|
|
"dotenv": "16.0.3",
|
|
|
- "electron": "22.1.0",
|
|
|
+ "electron": "24.1.2",
|
|
|
"electron-builder": "23.6.0",
|
|
|
"electron-notarize": "1.2.1",
|
|
|
"espower-typescript": "10.0.1",
|
|
|
- "execa": "6.1.0",
|
|
|
- "fs-extra": "11.1.0",
|
|
|
- "jotai": "2.0.0",
|
|
|
+ "execa": "7.1.1",
|
|
|
+ "fs-extra": "11.1.1",
|
|
|
+ "jotai": "2.0.4",
|
|
|
"mocha": "10.2.0",
|
|
|
"power-assert": "1.6.1",
|
|
|
- "prettier": "2.8.3",
|
|
|
- "pretty-bytes": "6.0.0",
|
|
|
+ "prettier": "2.8.7",
|
|
|
+ "pretty-bytes": "6.1.0",
|
|
|
"react": "18.2.0",
|
|
|
"react-dom": "18.2.0",
|
|
|
- "react-icons": "4.7.1",
|
|
|
- "react-router-dom": "6.8.0",
|
|
|
+ "react-icons": "4.8.0",
|
|
|
+ "react-router-dom": "6.10.0",
|
|
|
"react-window": "1.8.8",
|
|
|
- "rimraf": "^4.1.2",
|
|
|
- "sass": "1.58.0",
|
|
|
- "smooth-scroll-into-view-if-needed": "1.1.33",
|
|
|
+ "rimraf": "^5.0.0",
|
|
|
+ "sass": "1.62.0",
|
|
|
+ "smooth-scroll-into-view-if-needed": "2.0.0",
|
|
|
"ts-node": "10.9.1",
|
|
|
- "typescript": "4.9.5",
|
|
|
- "vite": "4.0.4",
|
|
|
- "vite-plugin-static-copy": "0.13.0",
|
|
|
+ "typescript": "5.0.4",
|
|
|
+ "vite": "4.2.1",
|
|
|
+ "vite-plugin-static-copy": "0.13.1",
|
|
|
"vite-plugin-svgr": "2.4.0",
|
|
|
- "vite-tsconfig-paths": "4.0.5"
|
|
|
+ "vite-tsconfig-paths": "4.2.0"
|
|
|
},
|
|
|
"build": {
|
|
|
"afterSign": "scripts/notarize.js"
|