chore(playwright): update

This commit is contained in:
moklick
2024-07-01 16:18:52 +02:00
parent 3553918a9f
commit 92780fe62b
4 changed files with 597 additions and 141 deletions

View File

@@ -15,6 +15,8 @@ runs:
- name: Test React Flow
run: pnpm test:react
shell: bash
env:
CI: true
# - name: Test Svelte Flow
# run: pnpm test:svelte
# shell: bash

View File

@@ -24,6 +24,7 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.0",
"@playwright/test": "^1.44.1",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"concurrently": "^7.6.0",
@@ -31,7 +32,6 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "latest",
"playwright": "^1.45.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",

730
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,11 +13,11 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.44.1",
"@playwright/test": "^1.45.0",
"@types/node": "^20.14.6"
},
"dependencies": {
"@playwright/experimental-ct-react": "^1.44.1",
"@playwright/experimental-ct-react": "^1.45.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",