Skip to content

Commit

Permalink
package version
Browse files Browse the repository at this point in the history
  • Loading branch information
caorushizi committed Jan 20, 2024
1 parent 831e20f commit a4a1ea3
Show file tree
Hide file tree
Showing 8 changed files with 867 additions and 878 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
}
},
"devDependencies": {
"@waline/client": "^2.15.5",
"@waline/client": "3.0.0-alpha.10",
"cross-env": "^7.0.3",
"vitepress": "1.0.0-beta.3",
"vue": "^3.3.4",
"vitepress": "1.0.0-rc.39",
"vue": "^3.4.15",
"zx": "^7.2.3"
}
}
6 changes: 3 additions & 3 deletions packages/main/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"author": "",
"license": "MIT",
"dependencies": {
"@cliqz/adblocker-electron": "^1.26.6",
"@cliqz/adblocker-electron-preload": "^1.26.6"
"@cliqz/adblocker-electron": "^1.26.15",
"@cliqz/adblocker-electron-preload": "^1.26.15"
},
"devDependencies": {
"electron": "^25.2.0"
"electron": "^28.1.4"
}
}
70 changes: 35 additions & 35 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,53 +14,53 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@electron/rebuild": "^3.2.13",
"@rushstack/eslint-patch": "^1.3.2",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@electron/rebuild": "^3.5.0",
"@rushstack/eslint-patch": "^1.7.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"electron": "^25.2.0",
"electron-builder": "^24.4.0",
"electron-updater": "^6.1.1",
"esbuild": "^0.18.6",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"dotenv": "^16.3.2",
"electron": "^28.1.4",
"electron-builder": "^24.9.1",
"electron-updater": "^6.1.7",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "6.1.1",
"prebuild-install": "^7.1.1",
"prettier": "2.8.8",
"semver": "^7.5.2",
"typescript": "^5.1.3",
"vite": "^5.0.11"
"prettier": "3.2.4",
"semver": "^7.5.4",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"dependencies": {
"@cliqz/adblocker-electron": "^1.26.6",
"@cliqz/adblocker-electron-preload": "^1.26.6",
"@types/semver": "^7.5.0",
"axios": "^1.4.0",
"@cliqz/adblocker-electron": "^1.26.15",
"@cliqz/adblocker-electron-preload": "^1.26.15",
"@types/semver": "^7.5.6",
"axios": "^1.6.5",
"better-sqlite3": "^9.3.0",
"cheerio": "1.0.0-rc.12",
"cross-fetch": "^3.1.6",
"dayjs": "^1.11.8",
"cross-fetch": "^4.0.0",
"dayjs": "^1.11.10",
"electron-devtools-installer": "^3.2.0",
"electron-is-dev": "^2.0.0",
"electron-log": "^4.4.8",
"electron-is-dev": "^3.0.1",
"electron-log": "^5.0.3",
"electron-store": "^8.1.0",
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"iconv-lite": "^0.6.3",
"inversify": "^6.0.1",
"inversify": "^6.0.2",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.9.1",
"typeorm": "^0.3.17"
"reflect-metadata": "^0.2.1",
"ts-node": "^10.9.2",
"typeorm": "^0.3.19"
}
}
20 changes: 10 additions & 10 deletions packages/main/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"preview": "vite preview"
},
"dependencies": {
"antd": "^5.12.8",
"antd": "^5.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitejs/plugin-react": "^4.2.1",
"electron": "25.9.8",
"eslint": "^8.55.0",
"electron": "^28.1.4",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.1.3",
"vite": "^5.0.8"
"typescript": "^5.3.3",
"vite": "^5.0.12"
}
}
2 changes: 1 addition & 1 deletion packages/main/scripts/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const buildConfig: esbuild.BuildOptions = {
bundle: true,
platform: "node",
sourcemap: true,
target: ["node16.13"],
target: ["node20.9"],
external,
define: {
// 开发环境中二进制可执行文件的路径
Expand Down
1 change: 0 additions & 1 deletion packages/main/src/services/WebviewService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
} from "../helper";
import { ElectronBlocker } from "@cliqz/adblocker-electron";
import fetch from "cross-fetch";
import path from "path";
import { WebSource } from "../main";
import { load } from "cheerio";
import LoggerService from "./LoggerService";
Expand Down
58 changes: 29 additions & 29 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,43 +10,43 @@
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@ant-design/pro-components": "^2.6.2",
"@reduxjs/toolkit": "^1.9.5",
"ahooks": "^3.7.7",
"antd": "^5.12.8",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.8",
"match-sorter": "^6.3.1",
"nanoid": "^4.0.2",
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-components": "^2.6.48",
"@reduxjs/toolkit": "^2.0.1",
"ahooks": "^3.7.8",
"antd": "^5.13.2",
"axios": "^1.6.5",
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"match-sorter": "^6.3.3",
"nanoid": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.1",
"react-router-dom": "^6.13.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"sort-by": "^1.2.0",
"xgplayer": "^3.0.4"
"xgplayer": "^3.0.11"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/sort-by": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/sort-by": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "2.8.8",
"sass": "^1.63.6",
"eslint-plugin-react": "^7.33.2",
"prettier": "3.2.4",
"sass": "^1.70.0",
"typescript": "~5.3.3",
"vite": "^4.3.9"
"vite": "^5.0.12"
},
"license": "MIT"
}
Loading

0 comments on commit a4a1ea3

Please sign in to comment.