diff --git a/examples/worker-repl/package.json b/examples/worker-repl/package.json index 9f430b26..579dcde7 100644 --- a/examples/worker-repl/package.json +++ b/examples/worker-repl/package.json @@ -12,6 +12,7 @@ "vite": "^5.2.0" }, "dependencies": { + "@strudel/core": "workspace:*", "superdough": "workspace:*", "worker-timers": "^7.1.4" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5bcd702a..8da30aad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -139,6 +139,9 @@ importers: examples/worker-repl: dependencies: + '@strudel/core': + specifier: workspace:* + version: link:../../packages/core superdough: specifier: workspace:* version: link:../../packages/superdough @@ -2190,19 +2193,11 @@ packages: regenerator-runtime: 0.13.11 dev: false - /@babel/runtime@7.23.7: - resolution: {integrity: sha512-w06OXVOFso7LcbzMiDGt+3X7Rh7Ho8MmgPoWU3rarH+8upf+wSU/grlGbWzQyr3DkdN6ZeuMFjpdwW0Q+HxobA==} - engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.14.1 - dev: true - /@babel/runtime@7.24.1: resolution: {integrity: sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.1 - dev: false /@babel/template@7.22.15: resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} @@ -12030,7 +12025,7 @@ packages: /regenerator-transform@0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.24.1 dev: true /regexp.prototype.flags@1.5.1: @@ -14323,7 +14318,7 @@ packages: '@apideck/better-ajv-errors': 0.3.6(ajv@8.12.0) '@babel/core': 7.23.7 '@babel/preset-env': 7.23.7(@babel/core@7.23.7) - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.24.1 '@rollup/plugin-babel': 5.3.1(@babel/core@7.23.7)(rollup@2.79.1) '@rollup/plugin-node-resolve': 11.2.1(rollup@2.79.1) '@rollup/plugin-replace': 2.4.2(rollup@2.79.1)