diff --git a/devtools-frontend/package.json b/devtools-frontend/package.json index a84db69b..5ff2853d 100644 --- a/devtools-frontend/package.json +++ b/devtools-frontend/package.json @@ -32,6 +32,7 @@ "@protobuf-ts/grpcweb-transport": "^2.8.2", "@protobuf-ts/runtime": "^2.9.3", "@protobuf-ts/runtime-rpc": "^2.9.3", + "c2a-devtools": "link:", "monaco-editor": "^0.44.0", "react": "18.2.0", "react-dom": "18.2.0", @@ -44,9 +45,9 @@ "@protobuf-ts/plugin": "^2.8.2", "@types/react": "18.2.65", "@types/react-dom": "18.2.21", + "@types/wicg-file-system-access": "^2023.10.4", "@typescript-eslint/eslint-plugin": "7.2.0", "@typescript-eslint/parser": "7.2.0", - "@types/wicg-file-system-access": "^2023.10.4", "@vitejs/plugin-react": "4.2.1", "autoprefixer": "10.4.18", "eslint": "8.57.0", diff --git a/devtools-frontend/pnpm-lock.yaml b/devtools-frontend/pnpm-lock.yaml index e9004f99..f625aa08 100644 --- a/devtools-frontend/pnpm-lock.yaml +++ b/devtools-frontend/pnpm-lock.yaml @@ -23,6 +23,9 @@ dependencies: '@protobuf-ts/runtime-rpc': specifier: ^2.9.3 version: 2.9.3 + c2a-devtools: + specifier: 'link:' + version: 'link:' monaco-editor: specifier: ^0.44.0 version: 0.44.0 @@ -55,6 +58,9 @@ devDependencies: '@types/react-dom': specifier: 18.2.21 version: 18.2.21 + '@types/wicg-file-system-access': + specifier: ^2023.10.4 + version: 2023.10.5 '@typescript-eslint/eslint-plugin': specifier: 7.2.0 version: 7.2.0(@typescript-eslint/parser@7.2.0)(eslint@8.57.0)(typescript@5.4.2) @@ -948,6 +954,10 @@ packages: resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==} dev: true + /@types/wicg-file-system-access@2023.10.5: + resolution: {integrity: sha512-e9kZO9kCdLqT2h9Tw38oGv9UNzBBWaR1MzuAavxPcsV/7FJ3tWbU6RI3uB+yKIDPGLkGVbplS52ub0AcRLvrhA==} + dev: true + /@typescript-eslint/eslint-plugin@7.2.0(@typescript-eslint/parser@7.2.0)(eslint@8.57.0)(typescript@5.4.2): resolution: {integrity: sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==} engines: {node: ^16.0.0 || >=18.0.0}