|
18 | 18 | "build": "build", |
19 | 19 | "build-ios": "build --preset iOS", |
20 | 20 | "lint": "eslint -c packages/.eslintrc.json packages --ext .ts,.tsx,.js --cache --fix", |
21 | | - "lint:ci": "eslint -c packages/.eslintrc.json packages --ext .ts,.tsx,.js --cache --format=junit --output-file=reports/junit/eslint-results.xml", |
| 21 | + "lint:ci": "eslint -c packages/.eslintrc.json packages --ext .ts,.tsx,.js --cache", |
| 22 | + "lint:ci-report": "pnpm lint:ci -- --format=junit --output-file=reports/junit/eslint-results.xml", |
22 | 23 | "postinstall": "patch-package", |
23 | 24 | "prepare": "husky install", |
24 | 25 | "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js", |
|
31 | 32 | "@emotion/serialize": "^1.0.2", |
32 | 33 | "@emotion/styled": "^11.8.1", |
33 | 34 | "@emotion/utils": "^1.1.0", |
34 | | - "@mui/icons-material": "5.4.4", |
35 | | - "@mui/lab": "5.0.0-alpha.71", |
36 | | - "@mui/material": "5.4.4", |
37 | | - "@mui/system": "5.4.4", |
| 35 | + "@mui/icons-material": "5.5.0", |
| 36 | + "@mui/lab": "5.0.0-alpha.72", |
| 37 | + "@mui/material": "5.5.0", |
| 38 | + "@mui/system": "5.5.0", |
38 | 39 | "@types/masknet__global-types": "workspace:*", |
39 | 40 | "@types/react": "^17.0.39", |
40 | | - "@types/react-dom": "17.0.11", |
41 | | - "@types/web": "^0.0.54", |
42 | | - "i18next": "^21.6.13", |
| 41 | + "@types/react-dom": "17.0.13", |
| 42 | + "@types/web": "^0.0.55", |
| 43 | + "i18next": "^21.6.14", |
43 | 44 | "lodash": "^4.17.21", |
44 | 45 | "lodash-es": "^4.17.21", |
45 | 46 | "lodash-unified": "1.0.2", |
46 | | - "react": "18.0.0-rc.0", |
47 | | - "react-dom": "18.0.0-rc.0", |
48 | | - "react-i18next": "^11.15.5", |
| 47 | + "react": "18.0.0-rc.2", |
| 48 | + "react-dom": "18.0.0-rc.2", |
| 49 | + "react-i18next": "^11.15.6", |
49 | 50 | "ts-results": "3.3.0", |
50 | 51 | "web3-core": "1.5.2", |
51 | 52 | "web3-core-method": "1.5.2" |
|
62 | 63 | "@nice-labs/git-rev": "^3.5.0", |
63 | 64 | "@swc/core": "^1.2.148", |
64 | 65 | "@types/lodash-es": "^4.17.6", |
65 | | - "@typescript-eslint/experimental-utils": "^5.13.0", |
| 66 | + "@typescript-eslint/experimental-utils": "^5.14.0", |
66 | 67 | "cspell": "^5.18.5", |
67 | 68 | "eslint": "8.10.0", |
68 | | - "eslint-config-prettier": "^8.5.0", |
69 | 69 | "eslint-plugin-import": "2.25.4", |
70 | | - "eslint-plugin-prettier": "^4.0.0", |
71 | 70 | "eslint-plugin-react": "^7.29.3", |
72 | 71 | "eslint-plugin-react-hooks": "^4.3.0", |
73 | 72 | "eslint-plugin-unicorn": "^41.0.0", |
74 | 73 | "eslint-plugin-unused-imports": "^2.0.0", |
75 | 74 | "gulp": "^4.0.2", |
76 | 75 | "husky": "^7.0.4", |
77 | 76 | "jest": "^28.0.0-alpha.3", |
78 | | - "lint-staged": "^12.3.4", |
| 77 | + "lint-staged": "^12.3.5", |
79 | 78 | "prettier": "^2.5.1", |
80 | 79 | "ts-jest": "^27.1.3", |
81 | | - "ts-node": "^10.6.0", |
| 80 | + "ts-node": "^10.7.0", |
82 | 81 | "typescript": "4.6.2" |
83 | 82 | }, |
84 | 83 | "pnpm": { |
85 | 84 | "overrides": { |
86 | | - "@types/node": "^17.0.17" |
| 85 | + "@types/node": "^17.0.21" |
87 | 86 | }, |
88 | 87 | "onlyBuiltDependencies": [] |
89 | 88 | } |
|
0 commit comments