Skip to content

Commit bf113c7

Browse files
authored
bump electron 38 (#9282)
* bump electron 38 * bump 38.4 * bump node 22.20
1 parent e175f10 commit bf113c7

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
runtime = electron
2-
target = 37.2.6
2+
target = 38.0.0
33
disturl = https://electronjs.org/headers
44
playwright_skip_browser_download=true
55
engine-strict=true

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.17.1
1+
22.20.0

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"homepage": "https://github.com/kong/insomnia#readme",
1313
"engines": {
14-
"node": ">=22.17.1",
14+
"node": ">=22",
1515
"npm": ">=10"
1616
},
1717
"workspaces": [
@@ -68,6 +68,6 @@
6868
"vitest": "^3.2.4"
6969
},
7070
"dependencies": {
71-
"@getinsomnia/node-libcurl": "3.0.0"
71+
"@getinsomnia/node-libcurl": "3.1.0"
7272
}
7373
}

packages/insomnia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@fortawesome/free-solid-svg-icons": "^6.7.2",
5151
"@fortawesome/react-fontawesome": "^3.0.2",
5252
"@getinsomnia/api-client": "0.0.10",
53-
"@getinsomnia/node-libcurl": "3.0.0",
53+
"@getinsomnia/node-libcurl": "3.1.0",
5454
"@getinsomnia/srp-js": "1.0.0-alpha.1",
5555
"@grpc/grpc-js": "^1.13.3",
5656
"@grpc/proto-loader": "^0.7.13",
@@ -185,7 +185,7 @@
185185
"@types/ws": "^8.18.1",
186186
"@vitejs/plugin-react": "5.0.1",
187187
"cross-env": "^7.0.3",
188-
"electron": "37.2.6",
188+
"electron": "38.4.0",
189189
"electron-builder": "26.0.20",
190190
"electron-builder-squirrel-windows": "26.0.13",
191191
"electron-devtools-installer": "^3.2.1",

0 commit comments

Comments
 (0)