@nordicsemiconductor/pc-nrfconnect-shared 151.0.0 → 152.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Changelog.md +7 -0
  2. package/package.json +3 -3
package/Changelog.md CHANGED
@@ -7,6 +7,13 @@ This project does _not_ adhere to
7
7
  [Semantic Versioning](https://semver.org/spec/v2.0.0.html) but contrary to it
8
8
  every new version is a new major version.
9
9
 
10
+ ## 152.0.0 - 2024-01-26
11
+
12
+ ### Updated
13
+
14
+ - Electron version to `28.1.4`
15
+ - @electron/remote to `2.1.1`
16
+
10
17
  ## 151.0.0 - 2024-01-23
11
18
 
12
19
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/pc-nrfconnect-shared",
3
- "version": "151.0.0",
3
+ "version": "152.0.0",
4
4
  "description": "Shared commodities for developing pc-nrfconnect-* packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,7 +29,7 @@
29
29
  "postinstall": "ts-node scripts/postinstall.ts"
30
30
  },
31
31
  "dependencies": {
32
- "@electron/remote": "^2.0.4",
32
+ "@electron/remote": "^2.1.1",
33
33
  "@mdi/font": "7.2.96",
34
34
  "@mdi/js": "^7.2.96",
35
35
  "@mdi/react": "^1.6.1",
@@ -62,7 +62,7 @@
62
62
  "bootstrap": "4.6.2",
63
63
  "commander": "10.0.0",
64
64
  "date-fns": "2.29.3",
65
- "electron": "22.3.5",
65
+ "electron": "^28.1.4",
66
66
  "electron-store": "8.1.0",
67
67
  "esbuild": "0.19.2",
68
68
  "esbuild-sass-plugin": "2.13.0",