Skip to content

Commit

Permalink
updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoscaz committed Mar 14, 2024
1 parent 41c1a91 commit 4eca981
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,29 +53,29 @@
"url": "https://github.com/jacoscaz/quadstore.git"
},
"devDependencies": {
"@nxtedition/rocksdb": "^9.0.1",
"@types/chai": "^4.3.11",
"@nxtedition/rocksdb": "^10.0.13",
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"@types/n3": "^1.16.4",
"@types/node-static": "^0.7.11",
"browser-level": "^1.0.1",
"chai": "^5.0.0",
"classic-level": "^1.3.0",
"chai": "^5.1.0",
"classic-level": "^1.4.1",
"expect.js": "^0.3.1",
"memory-level": "^1.0.0",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"n3": "^1.17.2",
"node-static": "^0.7.11",
"puppeteer": "^21.7.0",
"puppeteer": "^22.4.1",
"rdf-data-factory": "^1.1.2",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"typescript": "^5.4.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@rdfjs/types": "^1.1.0",
"abstract-level": "^1.0.3",
"asynciterator": "^3.8.1",
"asynciterator": "^3.9.0",
"js-sorted-set": "^0.7.0"
},
"author": "Jacopo Scazzosi <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion test/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let exitCode = 0;

httpServer.once('listening', () => {
(async () => {
const browser = await puppeteer.launch({ headless: 'new' });
const browser = await puppeteer.launch({ headless: true });
const page = await browser.newPage();
page.on('console', async (evt) => {
const [msg, ...args] = await Promise.all(evt.args().map(arg => arg.jsonValue()));
Expand Down

0 comments on commit 4eca981

Please sign in to comment.