Skip to content

Commit

Permalink
Merge pull request #820 from Synthetixio/update-deps
Browse files Browse the repository at this point in the history
⬆️ update depz
  • Loading branch information
r3kt-eth authored Aug 2, 2023
2 parents 3dca48a + e904eb5 commit 14630d6
Show file tree
Hide file tree
Showing 3 changed files with 730 additions and 617 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"release:major": "release-it major --disable-metrics",
"release:minor": "release-it minor --disable-metrics",
"release:patch": "release-it patch --disable-metrics",
"update:deps": "ncu -u -x 'node-fetch eslint' && pnpm install",
"update:deps": "ncu -u -x 'node-fetch' && pnpm install",
"start:server": "serve node_modules/@metamask/test-dapp/dist -p 3000",
"synpress:run": "SKIP_METAMASK_SETUP=true SYNPRESS_LOCAL_TEST=true node synpress.js run --configFile=synpress.config.js",
"test:e2e": "start-server-and-test 'turbo start:server' http-get://localhost:3000 'pnpm synpress:run'",
Expand All @@ -51,15 +51,15 @@
"test:e2e:ci:cypress-action": "CYPRESS_USE_ANVIL=true pnpm synpress:run"
},
"dependencies": {
"@cypress/code-coverage": "^3.10.4",
"@cypress/webpack-dev-server": "^3.4.1",
"@cypress/code-coverage": "^3.11.0",
"@cypress/webpack-dev-server": "^3.5.1",
"@drptbl/gremlins.js": "^2.2.1",
"@foundry-rs/easy-foundryup": "^0.1.3",
"@playwright/test": "^1.33.0",
"@playwright/test": "^1.36.2",
"@testing-library/cypress": "^9.0.0",
"@testing-library/react": "^14.0.0",
"@types/testing-library__cypress": "^5.0.9",
"@viem/anvil": "^0.0.5",
"@viem/anvil": "^0.0.6",
"app-root-path": "^3.1.0",
"axios": "^1.4.0",
"babel-plugin-istanbul": "^6.1.1",
Expand All @@ -68,45 +68,45 @@
"babel-plugin-transform-react-qa-classes": "^1.6.0",
"babel-plugin-transform-react-styled-components-qa": "^2.1.0",
"bytes32": "^0.0.3",
"commander": "^10.0.1",
"cypress": "^12.11.0",
"cypress-wait-until": "^1.7.2",
"commander": "^11.0.0",
"cypress": "^12.17.3",
"cypress-wait-until": "^2.0.0",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"dotenv-parse-variables": "^2.0.0",
"download": "^8.0.0",
"ethers": "^6.3.0",
"ethers": "^6.6.7",
"etherscan-api": "^10.3.0",
"find-config": "^1.0.0",
"get-port": "^6.1.2",
"get-port": "^7.0.0",
"node-fetch": "^2.6.1",
"underscore": "^1.13.6",
"viem": "^0.3.17",
"viem": "^1.5.0",
"wait-on": "^7.0.1"
},
"devDependencies": {
"@metamask/test-dapp": "^6.1.0",
"@metamask/test-dapp": "^7.0.1",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-turbo": "^1.9.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-turbo": "^1.10.12",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-testing-library": "^5.10.3",
"eslint-plugin-testing-library": "^5.11.0",
"eslint-plugin-ui-testing": "^2.0.1",
"eslint-plugin-unicorn": "^46.0.0",
"npm-check-updates": "^16.10.9",
"prettier": "^2.8.8",
"release-it": "^15.10.2",
"eslint-plugin-unicorn": "^48.0.1",
"npm-check-updates": "^16.10.17",
"prettier": "^3.0.0",
"release-it": "^16.1.3",
"serve": "^14.2.0",
"start-server-and-test": "^2.0.0",
"turbo": "^1.9.4-canary.7"
"turbo": "^1.10.12"
},
"resolutions": {
"gh-pages": "5.0.0",
Expand Down
Loading

0 comments on commit 14630d6

Please sign in to comment.