Skip to content

Commit 9fd47bb

Browse files
committed
Merge branch 'master' into release
2 parents b52491a + 492605f commit 9fd47bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"lint": "eslint src/main.js"
2626
},
2727
"dependencies": {
28-
"@actions/core": "^1.1.3",
29-
"@actions/github": "^1.1.0"
28+
"@actions/core": "1.2.0",
29+
"@actions/github": "1.1.0"
3030
},
3131
"devDependencies": {
32-
"eslint": "^6.3.0",
33-
"@zeit/ncc": "^0.20.5"
32+
"eslint": "6.5.1",
33+
"@zeit/ncc": "0.20.5"
3434
}
3535
}

0 commit comments

Comments
 (0)