Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Angular / npm packages:
- style-loader@3.3.4
- theme-defaults@1.0.0
- underscore@1.13.8
- uuid@8.3.2
- uuid@14.0.0
- vscode-jsonrpc@8.2.0
- vscode-languageclient@9.0.1
- vscode-languageserver-protocol@3.17.5
Expand Down
3 changes: 1 addition & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"rxjs": "7.8.1",
"tinyqueue": "2.0.3",
"tslib": "2.3.1",
"uuid": "8.3.2",
"uuid": "14.0.0",
"vscode": "npm:@codingame/monaco-vscode-api@8.0.4",
Comment thread
aglinxinyuan marked this conversation as resolved.
"y-monaco": "0.1.5",
"y-protocols": "1.0.5",
Expand Down Expand Up @@ -112,7 +112,6 @@
"@types/papaparse": "5.3.5",
"@types/plotly.js-basic-dist-min": "2.12.4",
"@types/quill": "2.0.9",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "8.59.0",
"@typescript-eslint/parser": "8.59.0",
"@typescript-eslint/types": "8.59.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/vitest.browser.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { fileURLToPath } from "node:url";
import { defineConfig } from "vitest/config";
import { playwright } from "@vitest/browser-playwright";

const uuidBrowser = fileURLToPath(new URL("./node_modules/uuid/dist/esm-browser/index.js", import.meta.url));
const uuidBrowser = fileURLToPath(new URL("./node_modules/uuid/dist/index.js", import.meta.url));
const lib0Webcrypto = fileURLToPath(new URL("./node_modules/lib0/webcrypto.js", import.meta.url));

// Browser-mode config for specs that need real DOM/SVG geometry
Expand Down
21 changes: 11 additions & 10 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6165,13 +6165,6 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:8.3.4":
version: 8.3.4
resolution: "@types/uuid@npm:8.3.4"
checksum: 10c0/b9ac98f82fcf35962317ef7dc44d9ac9e0f6fdb68121d384c88fe12ea318487d5585d3480fa003cf28be86a3bbe213ca688ba786601dce4a97724765eb5b1cf2
languageName: node
linkType: hard

"@types/ws@npm:^8.5.10":
version: 8.18.1
resolution: "@types/ws@npm:8.18.1"
Expand Down Expand Up @@ -10678,7 +10671,6 @@ __metadata:
"@types/papaparse": "npm:5.3.5"
"@types/plotly.js-basic-dist-min": "npm:2.12.4"
"@types/quill": "npm:2.0.9"
"@types/uuid": "npm:8.3.4"
"@typescript-eslint/eslint-plugin": "npm:8.59.0"
"@typescript-eslint/parser": "npm:8.59.0"
"@typescript-eslint/types": "npm:8.59.0"
Expand Down Expand Up @@ -10734,7 +10726,7 @@ __metadata:
ts-proto: "npm:2.2.0"
tslib: "npm:2.3.1"
typescript: "npm:5.9.3"
uuid: "npm:8.3.2"
uuid: "npm:14.0.0"
vitest: "npm:4.1.9"
vscode: "npm:@codingame/monaco-vscode-api@8.0.4"
webpack-bundle-analyzer: "npm:4.5.0"
Expand Down Expand Up @@ -17430,7 +17422,16 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:8.3.2, uuid@npm:^8.3.2":
"uuid@npm:14.0.0":
version: 14.0.0
resolution: "uuid@npm:14.0.0"
bin:
uuid: dist-node/bin/uuid
checksum: 10c0/a57ae7794c45005c1a9208989196c5baf79a7679c30f43c1bee9033a2c4d113a2cea216fa6fcc9663b08b0d55635df1a7c6eb7e7f3d21c3e50688c698fa39a50
languageName: node
linkType: hard

"uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
bin:
Expand Down
Loading