Skip to content

Commit 6c70f95

Browse files
committed
playground pl
1 parent 7934d51 commit 6c70f95

File tree

2 files changed

+37
-23
lines changed

2 files changed

+37
-23
lines changed

playground/package-lock.json

Lines changed: 33 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,18 @@
104104
"zod": "^3.25.0 || ^4.0.0"
105105
},
106106
"devDependencies": {
107-
"@convex-dev/agent": "../",
107+
"@convex-dev/agent": "file:..",
108108
"@eslint/js": "9.37.0",
109109
"@types/node": "20.19.21",
110110
"@types/react": "19.2.2",
111111
"@types/react-dom": "19.2.2",
112-
"convex": "../node_modules/convex",
112+
"convex": "file:../node_modules/convex",
113113
"eslint": "9.37.0",
114114
"eslint-plugin-react-hooks": "5.2.0",
115115
"eslint-plugin-react-refresh": "0.4.24",
116116
"globals": "16.4.0",
117-
"react": "../node_modules/react",
117+
"react": "file:../node_modules/react",
118+
"react-dom": "file:../node_modules/react-dom",
118119
"typescript": "5.9.3",
119120
"typescript-eslint": "8.46.1"
120121
}

0 commit comments

Comments
 (0)