Skip to content

Commit eb96ad2

Browse files
author
Simon Hofmann
committed
Updated version
1 parent c77de0e commit eb96ad2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnut",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "libnut is an N-API module for desktop automation with node",
55
"main": "index.js",
66
"typings": "index.d.ts",

test/window-integration-tests/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/window-integration-tests/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "window-integration-tests",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Integration tests to verify window handling",
55
"main": "main.js",
66
"author": {
@@ -13,8 +13,8 @@
1313
},
1414
"license": "MIT",
1515
"dependencies": {
16-
"electron": "^9.1.2",
17-
"jest": "^26.2.2",
18-
"spectron": "^11.1.0"
16+
"electron": "9.1.2",
17+
"jest": "26.2.2",
18+
"spectron": "11.1.0"
1919
}
2020
}

0 commit comments

Comments
 (0)