Skip to content

Commit

Permalink
Merge pull request #869 from NordicSemiconductor/feat/update-electron
Browse files Browse the repository at this point in the history
Feat: update electron
  • Loading branch information
kylebonnici authored Jan 26, 2024
2 parents 3ccd990 + 232cb39 commit a2674db
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 27 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ This project does _not_ adhere to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html) but contrary to it
every new version is a new major version.

## 152.0.0 - 2024-01-26

### Updated

- Electron version to `28.1.4`
- @electron/remote to `2.1.1`

## 151.0.0 - 2024-01-23

### Changed
Expand Down
64 changes: 40 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nordicsemiconductor/pc-nrfconnect-shared",
"version": "151.0.0",
"version": "152.0.0",
"description": "Shared commodities for developing pc-nrfconnect-* packages",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"postinstall": "ts-node scripts/postinstall.ts"
},
"dependencies": {
"@electron/remote": "^2.0.4",
"@electron/remote": "^2.1.1",
"@mdi/font": "7.2.96",
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
Expand Down Expand Up @@ -62,7 +62,7 @@
"bootstrap": "4.6.2",
"commander": "10.0.0",
"date-fns": "2.29.3",
"electron": "22.3.5",
"electron": "^28.1.4",
"electron-store": "8.1.0",
"esbuild": "0.19.2",
"esbuild-sass-plugin": "2.13.0",
Expand Down

0 comments on commit a2674db

Please sign in to comment.