We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1a7cc commit 0c641cfCopy full SHA for 0c641cf
package.json
@@ -28,7 +28,7 @@
28
"test-ci-node": "ts-node ./scripts/node-unit-tests.ts"
29
},
30
"volta": {
31
- "node": "16.18.1",
+ "node": "16.19.0",
32
"yarn": "1.22.19"
33
34
"workspaces": [
packages/replay/demo/package.json
@@ -33,7 +33,6 @@
]
35
36
- "node": "16.15.1",
37
- "yarn": "1.22.19"
+ "extends": "../../../package.json"
38
}
39
0 commit comments