|
6 | 6 | "url": "https://github.com/utilitywarehouse/design-systems"
|
7 | 7 | },
|
8 | 8 | "devDependencies": {
|
9 |
| - "@changesets/changelog-github": "^0.4.2", |
10 |
| - "@changesets/cli": "^2.23.1", |
11 |
| - "@typescript-eslint/eslint-plugin": "^6.21.0", |
12 |
| - "@typescript-eslint/parser": "^6.21.0", |
13 |
| - "@utilitywarehouse/prettier-config": "^0.1.0", |
14 |
| - "eslint": "^8.25.0", |
15 |
| - "eslint-plugin-jsx-a11y": "^6.6.1", |
16 |
| - "eslint-plugin-react": "^7.30.1", |
17 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
| 9 | + "@changesets/changelog-github": "^0.5.0", |
| 10 | + "@changesets/cli": "^2.27.9", |
| 11 | + "@typescript-eslint/eslint-plugin": "^8.14.0", |
| 12 | + "@typescript-eslint/parser": "^8.14.0", |
| 13 | + "@utilitywarehouse/prettier-config": "^0.1.1", |
| 14 | + "eslint": "8", |
| 15 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 16 | + "eslint-plugin-react": "^7.37.2", |
| 17 | + "eslint-plugin-react-hooks": "^5.0.0", |
18 | 18 | "patch-package": "^8.0.0",
|
19 |
| - "prettier": "^3.2.5", |
20 |
| - "turbo": "^2.0.12", |
| 19 | + "prettier": "^3.3.3", |
| 20 | + "turbo": "^2.2.3", |
21 | 21 | "typescript": "^5"
|
22 | 22 | },
|
23 | 23 | "scripts": {
|
24 |
| - "setup": "corepack enable && corepack prepare pnpm@8.6.3 --activate", |
| 24 | + "setup": "corepack enable && corepack prepare pnpm@9 --activate", |
25 | 25 | "build": "turbo run build",
|
26 | 26 | "dev": "turbo run dev",
|
27 | 27 | "build:storybook": "turbo run --no-cache build:storybook",
|
|
46 | 46 | "apps/*"
|
47 | 47 | ],
|
48 | 48 | "dependencies": {
|
49 |
| - "pnpm": "^8.6.3" |
| 49 | + "pnpm": "^9" |
50 | 50 | },
|
51 | 51 | "resolutions": {
|
52 | 52 | "react-docgen-typescript": "2.2.2"
|
53 | 53 | },
|
54 |
| - "packageManager": "pnpm@8.6.3", |
| 54 | + "packageManager": "pnpm@9.14.2", |
55 | 55 | "pnpm": {
|
56 | 56 | "overrides": {
|
57 | 57 | "react-docgen-typescript": "2.2.2",
|
|
0 commit comments