|
13 | 13 | "test:ci": "jest -u --passWithNoTests --coverageDirectory .github/coverage",
|
14 | 14 | "format": "prettier --config .prettierrc.js --write \"**/*.{ts,tsx,md}\"",
|
15 | 15 | "deduplicate": "npx yarn-deduplicate -s fewer yarn.lock",
|
16 |
| - "deduplicate:check": "npx yarn-deduplicate -s fewer yarn.lock --list --fail" |
| 16 | + "deduplicate:check": "npx yarn-deduplicate -s fewer yarn.lock --list --fail", |
| 17 | + "gen:comp": "node packages/generateComponent.js" |
17 | 18 | },
|
18 | 19 | "dependencies": {
|
19 | 20 | "@strictsoftware/typedoc-plugin-monorepo": "^0.4.2",
|
20 | 21 | "typedoc": "0.19.2"
|
21 | 22 | },
|
22 | 23 | "devDependencies": {
|
23 |
| - "@babel/core": "^7.10.4", |
| 24 | + "@babel/core": "^7.17.5", |
24 | 25 | "@babel/eslint-parser": "^7.16.3",
|
25 |
| - "@babel/plugin-proposal-export-namespace-from": "^7.10.4", |
26 |
| - "@babel/plugin-proposal-optional-chaining": "^7.12.7", |
27 |
| - "@babel/preset-env": "^7.10.4", |
28 |
| - "@babel/preset-react": "^7.16.0", |
29 |
| - "@babel/preset-typescript": "^7.12.7", |
30 |
| - "@testing-library/react-hooks": "^7.0.2", |
| 26 | + "@babel/plugin-proposal-export-namespace-from": "^7.16.7", |
| 27 | + "@babel/plugin-proposal-optional-chaining": "^ 7.16.7", |
| 28 | + "@babel/preset-env": "^7.16.11", |
| 29 | + "@babel/preset-react": "^7.16.7", |
| 30 | + "@babel/preset-typescript": "^ 7.16.7", |
31 | 31 | "@tsconfig/recommended": "^1.0.1",
|
32 | 32 | "@types/jest": "27.0.2",
|
33 | 33 | "@types/node": "^16.9.0",
|
34 |
| - "@types/react": "^17.0.21", |
35 |
| - "@typescript-eslint/eslint-plugin": "^5.9.1", |
36 |
| - "@typescript-eslint/parser": "^5.9.1", |
| 34 | + "@types/react": "^17.0.39", |
| 35 | + "@typescript-eslint/eslint-plugin": "^5.12.1", |
| 36 | + "@typescript-eslint/parser": "^5.12.1", |
| 37 | + "@testing-library/dom": "^8.10.1", |
| 38 | + "@testing-library/jest-dom": "^5.14.1", |
| 39 | + "@testing-library/react": "^12.1.2", |
| 40 | + "@testing-library/react-hooks": "^7.0.2", |
| 41 | + "@testing-library/user-event": "^13.5.0", |
| 42 | + "@types/testing-library__jest-dom": "^5.14.1", |
37 | 43 | "@walletconnect/ethereum-provider": "^1.7.1",
|
38 |
| - "eslint": "^8.6.0", |
39 |
| - "eslint-plugin-react-hooks": "^4.3.0", |
40 |
| - "eth-provider": "^0.9.4", |
| 44 | + "eth-provider": "^0.10.0", |
41 | 45 | "jest": "27.2.4",
|
42 | 46 | "lerna": "^4.0.0",
|
43 | 47 | "magic-sdk": "^6.1.0",
|
44 | 48 | "prettier": "^2.5.1",
|
45 | 49 | "react": "^17.0.2",
|
46 | 50 | "react-test-renderer": "^17.0.2",
|
| 51 | + "walletlink": "^2.5.0", |
| 52 | + "@prettier/plugin-xml": "^1.2.0", |
| 53 | + "@size-limit/preset-big-lib": "^6.0.3", |
| 54 | + "@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0", |
| 55 | + "@svgr/cli": "^5.5.0", |
| 56 | + "@svgr/core": "^5.5.0", |
| 57 | + "@types/dedent": "^0.7.0", |
| 58 | + "@types/fs-extra": "^9.0.13", |
| 59 | + "@types/glob": "^7.2.0", |
| 60 | + "change-case": "^4.1.2", |
| 61 | + "dedent": "^0.7.0", |
| 62 | + "eslint": "^8.6.0", |
| 63 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 64 | + "eslint-config-next": "12.0.1", |
| 65 | + "eslint-config-prettier": "^8.3.0", |
| 66 | + "eslint-import-resolver-typescript": "^2.5.0", |
| 67 | + "eslint-plugin-eslint-comments": "^3.2.0", |
| 68 | + "eslint-plugin-import": "^2.24.2", |
| 69 | + "eslint-plugin-jest": "^24.5.2", |
| 70 | + "eslint-plugin-mdx": "^1.15.1", |
| 71 | + "eslint-plugin-prettier": "^4.0.0", |
| 72 | + "eslint-plugin-react": "^7.26.0", |
| 73 | + "fs-extra": "^10.0.1", |
| 74 | + "glob": "^7.2.0", |
| 75 | + "prompt": "^1.2.0", |
| 76 | + "size-limit": "^6.0.3", |
47 | 77 | "ts-jest": "^27.1.3",
|
48 | 78 | "ts-node": "^10.4.0",
|
49 | 79 | "tslib": "^2.3.1",
|
50 | 80 | "turbo": "^1.1.2",
|
51 |
| - "typescript": "^4.5.4", |
52 |
| - "walletlink": "^2.4.5" |
| 81 | + "typescript": "^4.5.4" |
53 | 82 | },
|
54 | 83 | "engines": {
|
55 | 84 | "npm": ">=7.0.0",
|
|
0 commit comments