Skip to content

Commit c63d64d

Browse files
package.json: use only exact versions (#2564)
1 parent b1c41f9 commit c63d64d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
"eslint-plugin-flowtype": "5.1.0",
6060
"eslint-plugin-graphql-internal": "file:./resources/eslint-rules",
6161
"eslint-plugin-import": "2.20.2",
62-
"eslint-plugin-node": "^11.1.0",
62+
"eslint-plugin-node": "11.1.0",
6363
"flow-bin": "0.125.1",
6464
"mocha": "7.1.2",
6565
"nyc": "15.0.1",
6666
"prettier": "2.0.5",
67-
"typescript": "^3.9.2"
67+
"typescript": "3.9.2"
6868
}
6969
}

0 commit comments

Comments
 (0)