Skip to content

Commit

Permalink
Drop uuid dependency
Browse files Browse the repository at this point in the history
The uuid version we use to rely upon (3.4.0) is now marked as deprecated.

Newer versions of the package rely on node APIs that are not available
in k6, and as a result, we cannot use it anymore.
  • Loading branch information
oleiade committed Jul 29, 2024
1 parent f2b00ee commit ed8a3af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"eslint-plugin-import": "^2.29.1",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.5.4",
"uuid": "^10.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-glob-entries": "^1.0.1"
Expand Down

0 comments on commit ed8a3af

Please sign in to comment.