Skip to content

Commit

Permalink
Merge branch 'new-dawn' into sero/rename-account
Browse files Browse the repository at this point in the history
  • Loading branch information
Seroxdesign authored Feb 3, 2024
2 parents 456921f + 937a278 commit 376ba06
Show file tree
Hide file tree
Showing 10 changed files with 2,523 additions and 1,230 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ playwright/.cache
### Synpress

.cache-synpress

### Vercel

.vercel
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"devDependencies": {
"@synthetixio/synpress": "workspace:*",
"@synthetixio/synpress-tsconfig": "workspace:*",
"typedoc": "^0.25.6",
"typedoc": "0.25.7",
"typedoc-plugin-markdown": "4.0.0-next.38",
"typedoc-vitepress-theme": "^1.0.0-next.4",
"vitepress": "1.0.0-rc.39"
"typedoc-vitepress-theme": "1.0.0-next.8",
"vitepress": "1.0.0-rc.41"
}
}
10 changes: 5 additions & 5 deletions examples/new-dawn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"test:e2e:headless:ui": "HEADLESS=true playwright test --ui"
},
"dependencies": {
"@playwright/test": "1.41.1",
"@playwright/test": "1.41.2",
"@synthetixio/synpress": "4.0.0-alpha.0",
"dotenv": "16.3.1"
"dotenv": "16.4.1"
},
"devDependencies": {
"@metamask/test-dapp": "8.0.0",
"@types/node": "20.10.2",
"@metamask/test-dapp": "8.1.0",
"@types/node": "20.11.16",
"serve": "14.2.1",
"typescript": "5.3.2"
"typescript": "5.3.3"
}
}
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,25 @@
"sort-package-json:check": "sort-package-json 'package.json' '{packages,wallets,examples}/*/package.json' --check",
"test": "turbo test",
"test:e2e:headful": "turbo test:e2e:headful --filter=@synthetixio/synpress-metamask",
"test:e2e:headless": "turbo test:e2e:headless --filter=@synthetixio/synpress-metamask"
"test:e2e:headless": "turbo test:e2e:headless --filter=@synthetixio/synpress-metamask",
"update:deps": "ncu -u -ws --root"
},
"lint-staged": {
"package.json": "sort-package-json"
},
"devDependencies": {
"@biomejs/biome": "1.2.2",
"@changesets/cli": "^2.27.1",
"@metamask/test-dapp": "^8.0.0",
"commitlint-config-gitmoji": "^2.3.1",
"husky": "^8.0.0",
"lint-staged": "^14.0.1",
"serve": "^14.2.1",
"sort-package-json": "^2.5.1",
"turbo": "^1.10.14"
"@changesets/cli": "2.27.1",
"@metamask/test-dapp": "8.1.0",
"commitlint-config-gitmoji": "2.3.1",
"husky": "9.0.10",
"lint-staged": "15.2.1",
"npm-check-updates": "16.14.14",
"serve": "14.2.1",
"sort-package-json": "2.7.0",
"turbo": "1.12.2"
},
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.15.1",
"engines": {
"node": ">=18",
"pnpm": ">=8"
Expand Down
50 changes: 25 additions & 25 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,35 +29,35 @@
"types:check": "tsc --noEmit"
},
"dependencies": {
"axios": "^1.4.0",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"esbuild": "^0.19.5",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"gradient-string": "^2.0.2",
"progress": "^2.0.3",
"tsup": "^7.2.0",
"unzipper": "^0.10.14",
"zod": "^3.22.4"
"axios": "1.6.7",
"chalk": "5.3.0",
"commander": "11.1.0",
"esbuild": "0.20.0",
"fs-extra": "11.2.0",
"glob": "10.3.10",
"gradient-string": "2.0.2",
"progress": "2.0.3",
"tsup": "8.0.1",
"unzipper": "0.10.14",
"zod": "3.22.4"
},
"devDependencies": {
"@synthetixio/synpress-tsconfig": "0.0.1-alpha.0",
"@types/archiver": "^5.3.3",
"@types/fs-extra": "^11.0.2",
"@types/gradient-string": "^1.1.4",
"@types/node": "^20.8.0",
"@types/progress": "^2.0.7",
"@types/unzipper": "^0.10.7",
"@vitest/coverage-v8": "1.0.0-beta.0",
"archiver": "^6.0.1",
"memfs": "^4.5.0",
"msw": "^2.0.11",
"rimraf": "^5.0.1",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
"@types/archiver": "6.0.2",
"@types/fs-extra": "11.0.4",
"@types/gradient-string": "1.1.5",
"@types/node": "20.11.16",
"@types/progress": "2.0.7",
"@types/unzipper": "0.10.9",
"@vitest/coverage-v8": "1.2.2",
"archiver": "6.0.1",
"memfs": "4.6.0",
"msw": "2.1.5",
"rimraf": "5.0.5",
"typescript": "5.3.3",
"vitest": "1.2.2"
},
"peerDependencies": {
"playwright-core": "^1.41.1"
"playwright-core": "1.41.1"
}
}
18 changes: 9 additions & 9 deletions packages/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
},
"dependencies": {
"@synthetixio/synpress-core": "0.0.1-alpha.0",
"@viem/anvil": "^0.0.6",
"fs-extra": "^11.1.1",
"zod": "^3.22.4"
"@viem/anvil": "0.0.7",
"fs-extra": "11.2.0",
"zod": "3.22.4"
},
"devDependencies": {
"@synthetixio/synpress-tsconfig": "0.0.1-alpha.0",
"@types/fs-extra": "^11.0.2",
"@types/node": "^20.8.0",
"rimraf": "^5.0.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"@types/fs-extra": "11.0.4",
"@types/node": "20.11.16",
"rimraf": "5.0.5",
"tsup": "8.0.1",
"typescript": "5.3.3"
},
"peerDependencies": {
"@playwright/test": "^1.41.1"
"@playwright/test": "1.41.1"
}
}
Loading

0 comments on commit 376ba06

Please sign in to comment.