Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #51

Merged
merged 1 commit into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@willbooster/eslint-config-js": "10.3.1",
"@willbooster/prettier-config": "9.1.3",
"conventional-changelog-conventionalcommits": "8.0.0",
"electron": "31.7.5",
"electron": "31.7.6",
"electron-builder": "24.13.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -43,7 +43,7 @@
"lint-staged": "15.2.10",
"micromatch": "4.0.8",
"pinst": "3.0.0",
"prettier": "3.4.1",
"prettier": "3.4.2",
"semantic-release": "24.2.0",
"sort-package-json": "2.12.0"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ __metadata:
"@willbooster/eslint-config-js": "npm:10.3.1"
"@willbooster/prettier-config": "npm:9.1.3"
conventional-changelog-conventionalcommits: "npm:8.0.0"
electron: "npm:31.7.5"
electron: "npm:31.7.6"
electron-builder: "npm:24.13.3"
eslint: "npm:8.57.0"
eslint-config-prettier: "npm:9.1.0"
Expand All @@ -187,7 +187,7 @@ __metadata:
lint-staged: "npm:15.2.10"
micromatch: "npm:4.0.8"
pinst: "npm:3.0.0"
prettier: "npm:3.4.1"
prettier: "npm:3.4.2"
semantic-release: "npm:24.2.0"
sort-package-json: "npm:2.12.0"
languageName: unknown
Expand Down Expand Up @@ -2516,16 +2516,16 @@ __metadata:
languageName: node
linkType: hard

"electron@npm:31.7.5":
version: 31.7.5
resolution: "electron@npm:31.7.5"
"electron@npm:31.7.6":
version: 31.7.6
resolution: "electron@npm:31.7.6"
dependencies:
"@electron/get": "npm:^2.0.0"
"@types/node": "npm:^20.9.0"
extract-zip: "npm:^2.0.1"
bin:
electron: cli.js
checksum: 10c0/0aa4a618c5d715156253c49725fd4ece37de635dd841ee30bdf5e2acb16da19089e00f5f370762751b45d00c35c7744cfbe79c59295fbc105d639e1c7d6dcdb8
checksum: 10c0/4b7ee31894eb3606d6a6047cd7af22d3b82331dacb96869c483bfd32ffc8581ef638ccfa027938d83d5242e7bf8b7856cad29a09fb80942a25ef3de0c888fb48
languageName: node
linkType: hard

Expand Down Expand Up @@ -6263,12 +6263,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.4.1":
version: 3.4.1
resolution: "prettier@npm:3.4.1"
"prettier@npm:3.4.2":
version: 3.4.2
resolution: "prettier@npm:3.4.2"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/2d6cc3101ad9de72b49c59339480b0983e6ff6742143da0c43f476bf3b5ef88ede42ebd9956d7a0a8fa59f7a5990e8ef03c9ad4c37f7e4c9e5db43ee0853156c
checksum: 10c0/99e076a26ed0aba4ebc043880d0f08bbb8c59a4c6641cdee6cdadf2205bdd87aa1d7823f50c3aea41e015e99878d37c58d7b5f0e663bba0ef047f94e36b96446
languageName: node
linkType: hard

Expand Down
Loading