Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Sep 16, 2023
1 parent 559a210 commit 7f16c61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"test": "test/javascript/run-qunit.mjs"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@babel/core": "^7.22.19",
"@babel/preset-env": "^7.22.15",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.2.1",
"chrome-launcher": "^1.0.0",
"puppeteer-core": "^21.1.1",
"rollup": "^3.28.1",
"rollup-plugin-copy": "^3.4.0",
"puppeteer-core": "^21.2.1",
"rollup": "^3.29.2",
"rollup-plugin-copy": "^3.5.0",
"standard": "^17.1.0"
},
"dependencies": {},
Expand Down

0 comments on commit 7f16c61

Please sign in to comment.