Skip to content

Commit

Permalink
test: add babel-plugin-relay as top level dev dependency (#4968)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parker-Stafford authored and mikeldking committed Oct 11, 2024
1 parent 94d92fb commit 0d1c141
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"babel-plugin-relay": "^18.1.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.4",
Expand All @@ -94,6 +95,7 @@
"build:static": "cpy ./static ../src/phoenix/server",
"build:relay": "relay-compiler",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"dev": "pnpm run dev:server & pnpm run build:static && pnpm run build:relay && vite",
Expand Down
15 changes: 9 additions & 6 deletions app/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d1c141

Please sign in to comment.