Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 505b118 commit 0979726
Show file tree
Hide file tree
Showing 4 changed files with 684 additions and 392 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
"homepage": "https://github.com/mato533/electron-typed-ipc-bridge#readme",
"author": "Taiki Abe <[email protected]>",
"license": "MIT",
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.1",
"peerDependencies": {
"electron": "^32.0.0 || ^33.0.0"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.1",
"eslint": "^9.16.0",
"@types/node": "^22.10.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-unicorn": "^56.0.1",
"git-cliff": "^2.7.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
"typescript": "~5.6.3",
"typescript-eslint": "^8.16.0"
"lint-staged": "^15.2.11",
"prettier": "^3.4.2",
"typescript": "~5.7.2",
"typescript-eslint": "^8.18.1"
},
"keywords": [
"electron",
Expand Down
8 changes: 4 additions & 4 deletions packages/electron-typed-ipc-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@
"homepage": "https://github.com/mato533/electron-typed-ipc-bridge#readme",
"author": "Taiki Abe <[email protected]>",
"license": "MIT",
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.1",
"peerDependencies": {
"electron": "^32.0.0 || ^33.0.0"
},
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^12.1.1",
"@vitest/coverage-v8": "^2.1.6",
"@rollup/plugin-typescript": "^12.1.2",
"@vitest/coverage-v8": "^2.1.8",
"electron": "^33.2.1",
"rollup": "^4.28.0",
"rollup": "^4.28.1",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-node-externals": "^7.1.3",
Expand Down
24 changes: 12 additions & 12 deletions packages/sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@
"devDependencies": {
"@electron-toolkit/tsconfig": "^1.0.1",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^22.10.0",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@wdio/cli": "^9.4.0",
"@wdio/globals": "^9.4.1",
"@wdio/local-runner": "^9.4.0",
"@wdio/mocha-framework": "^9.2.8",
"@wdio/spec-reporter": "^9.2.14",
"electron": "^33.2.0",
"@wdio/cli": "^9.4.5",
"@wdio/globals": "^9.4.5",
"@wdio/local-runner": "^9.4.5",
"@wdio/mocha-framework": "^9.4.4",
"@wdio/spec-reporter": "^9.4.4",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
"electron-vite": "^2.3.0",
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0",
"prettier": "^3.4.1",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"vite": "^6.0.4",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10",
"wdio-electron-service": "^7.3.1"
Expand Down
Loading

0 comments on commit 0979726

Please sign in to comment.