|
6 | 6 | "author": "Vojtech Miksu <[email protected]>",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "private": true,
|
9 |
| - "packageManager": "pnpm@9.1.4", |
| 9 | + "packageManager": "pnpm@9.15.1", |
10 | 10 | "scripts": {
|
11 | 11 | "lint": "eslint \"./{packages,e2e}/*/{lib,src,tests}/**/*.{ts,tsx}\" --max-warnings=0",
|
12 | 12 | "test": "turbo run test --concurrency=1",
|
13 | 13 | "build": "turbo run build",
|
14 | 14 | "typecheck": "tsc",
|
15 |
| - "prepare": "husky install", |
| 15 | + "prepare": "husky", |
16 | 16 | "release": "./release.sh"
|
17 | 17 | },
|
18 | 18 | "workspaces": [
|
|
35 | 35 | ],
|
36 | 36 | "devDependencies": {
|
37 | 37 | "@changesets/changelog-github": "^0.5.0",
|
38 |
| - "@changesets/cli": "^2.27.5", |
39 |
| - "@commitlint/cli": "^19.3.0", |
40 |
| - "@commitlint/config-conventional": "^19.2.2", |
41 |
| - "@eslint/js": "^9.3.0", |
42 |
| - "@playwright/test": "^1.44.1", |
| 38 | + "@changesets/cli": "^2.27.11", |
| 39 | + "@commitlint/cli": "^19.6.1", |
| 40 | + "@commitlint/config-conventional": "^19.6.0", |
| 41 | + "@eslint/js": "^9.17.0", |
| 42 | + "@playwright/test": "^1.49.1", |
43 | 43 | "@types/eslint__js": "^8.42.3",
|
44 |
| - "@types/react": "^18.3.3", |
45 |
| - "@types/react-dom": "^18.3.0", |
46 |
| - "eslint": "^9.3.0", |
47 |
| - "eslint-plugin-prettier": "^5.1.3", |
48 |
| - "eslint-plugin-react": "^7.34.2", |
49 |
| - "husky": "^9.0.11", |
50 |
| - "lint-staged": "^15.2.5", |
51 |
| - "prettier": "^3.2.5", |
52 |
| - "turbo": "^1.13.3", |
53 |
| - "typescript": "^5.4.5", |
54 |
| - "typescript-eslint": "^7.11.0" |
| 44 | + "@types/react": "^19.0.2", |
| 45 | + "@types/react-dom": "^19.0.2", |
| 46 | + "eslint": "^9.17.0", |
| 47 | + "eslint-plugin-prettier": "^5.2.1", |
| 48 | + "eslint-plugin-react": "^7.37.2", |
| 49 | + "globals": "^15.14.0", |
| 50 | + "husky": "^9.1.7", |
| 51 | + "lint-staged": "^15.2.11", |
| 52 | + "prettier": "^3.4.2", |
| 53 | + "turbo": "^2.3.3", |
| 54 | + "typescript": "^5.7.2", |
| 55 | + "typescript-eslint": "^8.18.1" |
55 | 56 | },
|
56 | 57 | "engines": {
|
57 |
| - "node": ">=20.9.0" |
| 58 | + "node": ">=22.0.0" |
58 | 59 | },
|
59 | 60 | "pnpm": {
|
60 | 61 | "peerDependencyRules": {
|
61 | 62 | "allowedVersions": {
|
62 |
| - "react": "18", |
63 |
| - "react-dom": "18", |
| 63 | + "@types/react": "19", |
| 64 | + "react": "19", |
| 65 | + "react-dom": "19", |
64 | 66 | "typescript": "5"
|
65 | 67 | }
|
66 | 68 | }
|
|
0 commit comments