Skip to content

Commit

Permalink
chore: bump deps, test262
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jun 14, 2023
1 parent fb4c582 commit 3d90580
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"test:test262": "node bin/run_test262.js"
},
"devDependencies": {
"@rollup/plugin-buble": "^1.0.1",
"@rollup/plugin-buble": "^1.0.2",
"@unicode/unicode-15.0.0": "^1.3.1",
"eslint": "^8.29.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint": "^8.42.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"rollup": "^3.7.4",
"test262": "git+https://github.com/tc39/test262.git#dac69563480b9f22709fd49d61a32b3a0513b6b1",
"rollup": "^3.25.1",
"test262": "git+https://github.com/tc39/test262.git#c5b24c64c3c27544f15e1c18ef274924cff1e32c",
"test262-parser-runner": "^0.5.0"
}
}

0 comments on commit 3d90580

Please sign in to comment.