Skip to content

Commit

Permalink
move playwright dep to root
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbCaudill committed Jun 3, 2024
1 parent d5a30ec commit 75c5a87
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 154 deletions.
1 change: 0 additions & 1 deletion demos/automerge-repo-todos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"ua-parser-js": "^1.0.37"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@types/node": "^18.18.13",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@localfirst/auth-monorepo",
"version": "6.0.0-alpha.6",
"private": true,
"description": "Monorepo for @localfirst/auth",
"repository": "http://github.com/local-first-web/auth",
"license": "MIT",
"author": {
"name": "Herb Caudill",
"email": "[email protected]"
},
"description": "Monorepo for @localfirst/auth",
"repository": "http://github.com/local-first-web/auth",
"license": "MIT",
"type": "module",
"scripts": {
"build": "pnpm -r build",
Expand All @@ -35,6 +35,7 @@
},
"devDependencies": {
"@herbcaudill/random": "^0.3.0",
"@playwright/test": "^1.40.1",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/debug": "^4.1.12",
Expand Down
Loading

0 comments on commit 75c5a87

Please sign in to comment.