add missing dep
This commit is contained in:
parent
41a40c74ef
commit
96a977990a
2 changed files with 6 additions and 10 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
"vite": "^5.2.0"
|
"vite": "^5.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@strudel/core": "workspace:*",
|
||||||
"superdough": "workspace:*",
|
"superdough": "workspace:*",
|
||||||
"worker-timers": "^7.1.4"
|
"worker-timers": "^7.1.4"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
15
pnpm-lock.yaml
generated
15
pnpm-lock.yaml
generated
|
|
@ -139,6 +139,9 @@ importers:
|
||||||
|
|
||||||
examples/worker-repl:
|
examples/worker-repl:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@strudel/core':
|
||||||
|
specifier: workspace:*
|
||||||
|
version: link:../../packages/core
|
||||||
superdough:
|
superdough:
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../../packages/superdough
|
version: link:../../packages/superdough
|
||||||
|
|
@ -2190,19 +2193,11 @@ packages:
|
||||||
regenerator-runtime: 0.13.11
|
regenerator-runtime: 0.13.11
|
||||||
dev: false
|
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:
|
/@babel/runtime@7.24.1:
|
||||||
resolution: {integrity: sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==}
|
resolution: {integrity: sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
regenerator-runtime: 0.14.1
|
regenerator-runtime: 0.14.1
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@babel/template@7.22.15:
|
/@babel/template@7.22.15:
|
||||||
resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==}
|
resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==}
|
||||||
|
|
@ -12030,7 +12025,7 @@ packages:
|
||||||
/regenerator-transform@0.15.2:
|
/regenerator-transform@0.15.2:
|
||||||
resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==}
|
resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.23.7
|
'@babel/runtime': 7.24.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/regexp.prototype.flags@1.5.1:
|
/regexp.prototype.flags@1.5.1:
|
||||||
|
|
@ -14323,7 +14318,7 @@ packages:
|
||||||
'@apideck/better-ajv-errors': 0.3.6(ajv@8.12.0)
|
'@apideck/better-ajv-errors': 0.3.6(ajv@8.12.0)
|
||||||
'@babel/core': 7.23.7
|
'@babel/core': 7.23.7
|
||||||
'@babel/preset-env': 7.23.7(@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-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-node-resolve': 11.2.1(rollup@2.79.1)
|
||||||
'@rollup/plugin-replace': 2.4.2(rollup@2.79.1)
|
'@rollup/plugin-replace': 2.4.2(rollup@2.79.1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue