|
24 | 24 | "lint:ci-report": "pnpm run lint:ci --format=junit --output-file=reports/junit/eslint-results.xml --max-warnings=0", |
25 | 25 | "prepare": "husky", |
26 | 26 | "svgo": "svgo packages/icons/*/*.svg", |
27 | | - "test": "vitest --pool=forks", |
| 27 | + "test": "vitest", |
28 | 28 | "spellcheck": "cspell lint --no-must-find-files", |
29 | 29 | "clean": "npx gulp clean", |
30 | 30 | "lingui:compile": "npx gulp lingui-compile", |
|
36 | 36 | "@emotion/react": "11.11.4", |
37 | 37 | "@emotion/serialize": "1.1.4", |
38 | 38 | "@emotion/styled": "11.11.5", |
39 | | - "@lingui/core": "^4.12.0", |
40 | | - "@lingui/react": "^4.12.0", |
| 39 | + "@lingui/core": "^4.14.0", |
| 40 | + "@lingui/react": "^4.14.0", |
41 | 41 | "@masknet/kit": "0.4.1", |
42 | 42 | "@mui/base": "5.0.0-beta.40", |
43 | 43 | "@mui/icons-material": "5.15.21", |
|
48 | 48 | "@types/masknet__global-types": "workspace:^", |
49 | 49 | "@types/react": "npm:types-react@beta", |
50 | 50 | "@types/react-dom": "npm:types-react-dom@beta", |
51 | | - "@typescript/lib-dom": "npm:@types/web@^0.0.171", |
52 | | - "knip": "^5.23.2", |
| 51 | + "@typescript/lib-dom": "npm:@types/web@^0.0.183", |
| 52 | + "knip": "^5.38.1", |
53 | 53 | "lodash-es": "^4.17.21", |
54 | 54 | "react": "0.0.0-experimental-58af67a8f8-20240628", |
55 | 55 | "react-dom": "0.0.0-experimental-58af67a8f8-20240628", |
56 | 56 | "ses": "1.9.0", |
57 | 57 | "ts-results-es": "^4.2.0" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | | - "@changesets/cli": "^2.27.6", |
61 | | - "@commitlint/cli": "^19.3.0", |
62 | | - "@commitlint/config-conventional": "^19.2.2", |
63 | | - "@eslint-react/eslint-plugin": "^1.15.0", |
64 | | - "@eslint/compat": "^1.1.1", |
65 | | - "@lingui/cli": "^4.12.0", |
66 | | - "@lingui/macro": "^4.12.0", |
67 | | - "@lingui/swc-plugin": "^4.0.10", |
| 60 | + "@changesets/cli": "^2.27.10", |
| 61 | + "@commitlint/cli": "^19.6.0", |
| 62 | + "@commitlint/config-conventional": "^19.6.0", |
| 63 | + "@eslint-react/eslint-plugin": "^1.17.1", |
| 64 | + "@eslint/compat": "^1.2.3", |
| 65 | + "@lingui/cli": "^4.14.0", |
| 66 | + "@lingui/macro": "^4.14.0", |
| 67 | + "@lingui/swc-plugin": "^4.1.0", |
68 | 68 | "@masknet/cli": "workspace:^", |
69 | 69 | "@masknet/config": "workspace:^", |
70 | 70 | "@masknet/eslint-plugin": "^0.3.0", |
71 | 71 | "@nice-labs/git-rev": "^3.5.1", |
72 | 72 | "@swc-node/register": "^1.10.9", |
73 | | - "@swc/core": "1.7.35", |
74 | | - "@tanstack/eslint-plugin-query": "^5.59.7", |
| 73 | + "@swc/core": "1.9.3", |
| 74 | + "@tanstack/eslint-plugin-query": "^5.61.4", |
75 | 75 | "@types/lodash-es": "^4.17.12", |
76 | | - "@vitest/ui": "^1.6.0", |
77 | | - "cspell": "^8.9.1", |
78 | | - "eslint": "9.12.0", |
| 76 | + "@vitest/ui": "^2.1.6", |
| 77 | + "cspell": "^8.16.1", |
| 78 | + "eslint": "9.15.0", |
79 | 79 | "eslint-formatter-junit": "^8.40.0", |
80 | 80 | "eslint-import-resolver-typescript": "^3.6.3", |
81 | 81 | "eslint-plugin-i": "^2.29.1", |
82 | | - "eslint-plugin-lingui": "^0.4.0", |
83 | | - "eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020", |
| 82 | + "eslint-plugin-lingui": "^0.8.1", |
| 83 | + "eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", |
84 | 84 | "eslint-plugin-react-hooks": "^5.0.0", |
85 | 85 | "eslint-plugin-tss-unused-classes": "^1.0.3", |
86 | 86 | "eslint-plugin-unicorn": "^56.0.0", |
87 | 87 | "eslint-plugin-unused-imports": "^4.1.4", |
88 | 88 | "gulp": "^5.0.0", |
89 | 89 | "husky": "^9.0.11", |
90 | | - "lint-staged": "^15.2.7", |
91 | | - "prettier": "^3.3.2", |
| 90 | + "lint-staged": "^15.2.10", |
| 91 | + "prettier": "^3.4.1", |
92 | 92 | "svgo": "^3.3.2", |
93 | | - "typescript": "5.7.0-beta", |
94 | | - "typescript-eslint": "^8.8.1", |
95 | | - "vite": "^5.3.2", |
96 | | - "vitest": "^1.6.0" |
| 93 | + "typescript": "5.7.2", |
| 94 | + "typescript-eslint": "^8.16.0", |
| 95 | + "vite": "^5.1.8", |
| 96 | + "vitest": "^2.1.6" |
97 | 97 | }, |
98 | 98 | "pnpm": { |
99 | 99 | "overrides": { |
|
0 commit comments