Skip to content

Commit

Permalink
UPDATE deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Nov 27, 2023
1 parent 743f8ea commit bdb0503
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,23 @@
"lint"
],
"dependencies": {
"@babel/runtime": "7.23.2",
"@babel/runtime": "7.23.4",
"oblivious-set": "1.4.0",
"p-queue": "6.6.2",
"unload": "2.4.1"
},
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "7.23.2",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.3",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-member-expression-literals": "7.22.5",
"@babel/plugin-transform-property-literals": "7.22.5",
"@babel/plugin-transform-runtime": "7.23.2",
"@babel/plugin-transform-member-expression-literals": "7.23.3",
"@babel/plugin-transform-property-literals": "7.23.3",
"@babel/plugin-transform-runtime": "7.23.4",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.23.2",
"@babel/types": "7.23.0",
"@types/core-js": "2.5.7",
"@babel/preset-env": "7.23.3",
"@babel/types": "7.23.4",
"@rollup/plugin-terser": "0.4.4",
"@types/core-js": "2.5.8",
"assert": "2.1.0",
"async-test-util": "2.2.1",
"browserify": "17.0.0",
Expand All @@ -125,7 +126,7 @@
"copyfiles": "2.4.1",
"cross-env": "7.0.3",
"detect-node": "2.1.0",
"eslint": "8.52.0",
"eslint": "8.54.0",
"gzip-size-cli": "5.1.0",
"http-server": "14.1.1",
"jest": "29.7.0",
Expand All @@ -147,11 +148,10 @@
"random-int": "3.0.0",
"random-token": "0.0.8",
"rimraf": "5.0.5",
"rollup": "4.1.5",
"@rollup/plugin-terser": "0.4.4",
"testcafe": "3.3.0",
"rollup": "4.6.0",
"testcafe": "3.4.0",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"typescript": "5.3.2",
"uglify-js": "3.17.4",
"watchify": "4.0.0",
"webpack": "5.89.0",
Expand Down

0 comments on commit bdb0503

Please sign in to comment.