Skip to content

Commit 9354c5b

Browse files
committed
bump
Signed-off-by: Adam Setch <[email protected]>
1 parent 8dd4797 commit 9354c5b

File tree

5 files changed

+110
-397
lines changed

5 files changed

+110
-397
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"private": true,
66
"workspaces": ["arrow", "hello-world", "icon-animation", "native-menu"],
77
"devDependencies": {
8-
"electron": "^31.0.2"
8+
"electron": "^33.2.1"
99
}
1010
}

examples/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ detect-node@^2.0.4:
149149
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
150150
integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==
151151

152-
electron@^31.0.2:
153-
version "31.0.2"
154-
resolved "https://registry.yarnpkg.com/electron/-/electron-31.0.2.tgz#9b719fe6072060fe74cb609bcbb84694abce5b17"
155-
integrity sha512-55efQ5yfLN+AQHcFC00AXQqtxC3iAGaxX2GQ3EDbFJ0ca9GHNOdSXkcrdBElLleiDrR2hpXNkQxN1bDn0oxe6w==
152+
electron@^33.2.1:
153+
version "33.2.1"
154+
resolved "https://registry.yarnpkg.com/electron/-/electron-33.2.1.tgz#d0d7bba7a7abf4f14881d0a6e03c498b301a2d5f"
155+
integrity sha512-SG/nmSsK9Qg1p6wAW+ZfqU+AV8cmXMTIklUL18NnOKfZLlum4ZsDoVdmmmlL39ZmeCaq27dr7CgslRPahfoVJg==
156156
dependencies:
157157
"@electron/get" "^2.0.0"
158158
"@types/node" "^20.9.0"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
"electron-positioner": "^4.1.0"
4444
},
4545
"devDependencies": {
46-
"@biomejs/biome": "^1.9.3",
47-
"@types/jest": "^29.5.13",
48-
"electron": "^32.2.0",
46+
"@biomejs/biome": "^1.9.4",
47+
"@types/jest": "^29.5.14",
48+
"electron": "^33.2.1",
4949
"jest": "^29.7.0",
5050
"rimraf": "^6.0.1",
5151
"standard-version": "^9.5.0",
5252
"ts-jest": "^29.2.5",
53-
"typedoc": "^0.26.8",
54-
"typedoc-plugin-markdown": "^4.2.9",
55-
"typescript": "^5.6.3"
53+
"typedoc": "^0.27.2",
54+
"typedoc-plugin-markdown": "^4.3.0",
55+
"typescript": "^5.7.2"
5656
},
5757
"peerDependencies": {
58-
"electron": ">=9.0.0 <33.0.0"
58+
"electron": ">=9.0.0 <34.0.0"
5959
},
6060
"packageManager": "[email protected]"
6161
}

0 commit comments

Comments
 (0)