mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Major update: (#8158)
- bump pQueue: https://github.com/sindresorhus/p-queue/releases/tag/v9.0.0 - throwOnTimeout is removed (and is always `true`) - 0 is not a valid timeout, so, updated tests to pass a big number (no normal code path assumes 0) - happy dom: breaking changes: removed commonjs, new jest; nothing affects us
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
"monaco-vim": "^0.4.2",
|
||||
"morgan": "^1.10.1",
|
||||
"node-targz": "^0.2.0",
|
||||
"p-queue": "^8.1.1",
|
||||
"p-queue": "^9.0.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"profanities": "^3.0.1",
|
||||
"prom-client": "^15.1.3",
|
||||
@@ -111,7 +111,7 @@
|
||||
"css-minimizer-webpack-plugin": "^7.0.2",
|
||||
"cypress": "^15.3.0",
|
||||
"file-loader": "^6.2.0",
|
||||
"happy-dom": "^18.0.1",
|
||||
"happy-dom": "^19.0.2",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^16.2.3",
|
||||
"mini-css-extract-plugin": "^2.9.4",
|
||||
|
||||
Reference in New Issue
Block a user