Skip to content

Commit

Permalink
Bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Jun 11, 2020
1 parent 267b632 commit 6f49549
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"version": "0.2.2",
"devDependencies": {
"acorn": "^7.0.0",
"eslint": "^6",
"eslint": "^7",
"eslint-plugin-node": "^11",
"mocha": "^7",
"test262": "git+https://github.com/tc39/test262.git#2f1d28ddcaa82004236619876c31359d8ca81414",
"mocha": "^8",
"test262": "git+https://github.com/tc39/test262.git#adf2cf4204a748463cacb68f07d0d006b00c3821",
"test262-parser-runner": "^0.5.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion run_test262.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ run(
{
testsDirectory: path.dirname(require.resolve("test262/package.json")),
skip: test => (!test.attrs.features || !implementedFeatures.some(f => test.attrs.features.includes(f)) || unsupportedFeatures.some(f => test.attrs.features.includes(f))),
whitelist: fs.readFileSync("./test262.whitelist", "utf8").split("\n").filter(v => v && v[0] !== "#")
whitelist: [],
}
)
Empty file removed test262.whitelist
Empty file.

0 comments on commit 6f49549

Please sign in to comment.