Skip to content

Commit

Permalink
Up to 3.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAstafyev committed May 10, 2024
1 parent 5f6441e commit 86b4c01
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion application/apps/rustcore/ts-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"custom.stdout": "^1.0.2",
"electron": "^29.1.4",
"electron": "^30.0.3",
"electron-build-env": "0.2.0",
"electron-rebuild": "^3.2.5",
"eslint": "^8.50.0",
Expand Down
8 changes: 4 additions & 4 deletions application/apps/rustcore/ts-bindings/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -898,10 +898,10 @@ electron-rebuild@^3.2.5:
tar "^6.0.5"
yargs "^17.0.1"

electron@^29.1.4:
version "29.1.4"
resolved "https://registry.yarnpkg.com/electron/-/electron-29.1.4.tgz#6c47467ba50be5dd60b99b8737f69cd12fc0733f"
integrity sha512-IWXys0SqgmIfrqXusUGQC0gGG7CCqA5vfmNsUMj8dFkAnK3lisKyjSESStWlrsste/OX/AAC5wsVlf23reUNnw==
electron@^30.0.3:
version "30.0.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-30.0.3.tgz#7c25ddb12ba89fd117991d010f1b274b1bafcb73"
integrity sha512-h+suwx6e0fnv/9wi0/cmCMtG+4LrPzJZa+3DEEpxcPcP+pcWnBI70t8QspxgMNIh2wzXLMD9XVqrLkEbiBAInw==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^20.9.0"
Expand Down
2 changes: 1 addition & 1 deletion application/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chipmunk",
"version": "3.12.5",
"version": "3.12.6",
"description": "Logs analyzer tool",
"author": "Dmitry Astafyev",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions application/holder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chipmunk",
"version": "3.12.5",
"version": "3.12.6",
"chipmunk": {
"versions": {}
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"@typescript-eslint/parser": "^7.2.0",
"dotenv": "^16.3.1",
"dotnet": "^1.1.4",
"electron": "^29.1.4",
"electron": "^30.0.3",
"electron-builder": "^24.13.3",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
Expand Down
8 changes: 4 additions & 4 deletions application/holder/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1096,10 +1096,10 @@ [email protected]:
lazy-val "^1.0.5"
mime "^2.5.2"

electron@^29.1.4:
version "29.2.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-29.2.0.tgz#98e9d45dcebda124fb0bd1ff20fc509ec692101c"
integrity sha512-ALKrCN52RG4g9prx4DriXSPnY5WoiyRUCNp7zEVQuoiNOpHTNqMMpRidQAHzntV4hajF1LMWHVoBkwqIs1jHhg==
electron@^30.0.3:
version "30.0.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-30.0.3.tgz#7c25ddb12ba89fd117991d010f1b274b1bafcb73"
integrity sha512-h+suwx6e0fnv/9wi0/cmCMtG+4LrPzJZa+3DEEpxcPcP+pcWnBI70t8QspxgMNIh2wzXLMD9XVqrLkEbiBAInw==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^20.9.0"
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.12.6 (10.05.2024)

## Changes
- Up electron version to 30.x.x

# 3.12.5 (08.05.2024)

## Changes
Expand Down

0 comments on commit 86b4c01

Please sign in to comment.