|
1 | 1 | { |
2 | | - "devDependencies": { |
3 | | - "@changesets/cli": "^2.30.0", |
4 | | - "@talend/eslint-config": "^14.1.2", |
5 | | - "@talend/scripts-config-babel": "^13.10.1", |
6 | | - "@talend/scripts-config-prettier": "^12.7.1", |
7 | | - "@talend/scripts-yarn-workspace": "^2.4.1", |
8 | | - "baseline-browser-mapping": "^2.10.13", |
9 | | - "cross-env": "^10.1.0", |
10 | | - "cross-spawn": "^7.0.6", |
11 | | - "eslint": "^10.1.0", |
12 | | - "husky": "^8.0.3", |
13 | | - "i18next-scanner": "^4.6.0", |
14 | | - "lint-staged": "^15.5.2", |
15 | | - "prettier": "^3.8.1", |
16 | | - "rimraf": "^6.1.3", |
17 | | - "turbo": "^2.9.5", |
18 | | - "typescript": "^5.9.3", |
19 | | - "@vitest/coverage-v8": "^4.1.2", |
20 | | - "vitest": "^4.1.2" |
21 | | - }, |
22 | 2 | "scripts": { |
23 | 3 | "build": "yarn build:lib && yarn build:lib:esm", |
24 | 4 | "build:lib": "turbo run build:lib", |
|
47 | 27 | "prepare": "husky install" |
48 | 28 | }, |
49 | 29 | "packageManager": "yarn@1.22.22", |
| 30 | + "devDependencies": { |
| 31 | + "@changesets/cli": "^2.30.0", |
| 32 | + "@talend/eslint-plugin": "^1.8.1", |
| 33 | + "@talend/eslint-config": "^14.1.2", |
| 34 | + "@talend/scripts-core": "^20.0.0", |
| 35 | + "@talend/scripts-config-babel": "^13.10.1", |
| 36 | + "@talend/scripts-config-prettier": "^12.7.1", |
| 37 | + "@talend/scripts-yarn-workspace": "^2.4.1", |
| 38 | + "@talend/scripts-config-typescript": "^12.1.1", |
| 39 | + "@testing-library/react": "^14.3.1", |
| 40 | + "@testing-library/user-event": "^14.6.1", |
| 41 | + "@vitest/coverage-v8": "^4.1.2", |
| 42 | + "baseline-browser-mapping": "^2.10.13", |
| 43 | + "cross-env": "^10.1.0", |
| 44 | + "cross-spawn": "^7.0.6", |
| 45 | + "eslint": "^10.1.0", |
| 46 | + "@eslint/js": "^9.39.4", |
| 47 | + "eslint-config-prettier": "^10.1.8", |
| 48 | + "eslint-plugin-prettier": "^5.5.5", |
| 49 | + "husky": "^8.0.3", |
| 50 | + "i18next-scanner": "^4.6.0", |
| 51 | + "lint-staged": "^15.5.2", |
| 52 | + "prettier": "^3.8.1", |
| 53 | + "rimraf": "^6.1.3", |
| 54 | + "turbo": "^2.9.5", |
| 55 | + "typescript": "^5.9.3", |
| 56 | + "vitest": "^4.1.2" |
| 57 | + }, |
50 | 58 | "resolutions": { |
51 | 59 | "**/ace-builds": "1.10.1", |
52 | 60 | "**/@types/react": "^18.2.7", |
|
0 commit comments