|
19 | 19 | "@testing-library/jest-dom": "5.16.4", |
20 | 20 | "@testing-library/react": "12.1.5", |
21 | 21 | "@testing-library/react-hooks": "8.0.0", |
| 22 | + "@types/jest": "27.4.1", |
| 23 | + "@types/node": "17.0.31", |
| 24 | + "@types/prop-types": "15.7.3", |
| 25 | + "@types/react": "17.0.39", |
| 26 | + "@types/react-dom": "17.0.11", |
22 | 27 | "builtin-modules": "3.2.0", |
23 | 28 | "cross-env": "7.0.3", |
24 | 29 | "eslint": "8.14.0", |
|
41 | 46 | }, |
42 | 47 | "scripts": { |
43 | 48 | "lint": "eslint --ext js,ts,tsx --cache .", |
44 | | - "lint:fix": "pnpm run lint -- --fix", |
| 49 | + "lint:fix": "pnpm run lint --fix", |
45 | 50 | "build": "lerna exec --stream --ignore @scaleway/eslint-config-react --ignore @scaleway/countries -- rollup -c ../../rollup.config.mjs", |
46 | 51 | "build:profile": "cross-env PROFILE=true pnpm run build", |
47 | 52 | "commit": "npx git-cz -a", |
48 | 53 | "format": "prettier --write '**/*.{ts,tsx,js,json,md,mdx}'", |
49 | 54 | "test": "TZ=UTC jest", |
50 | | - "test:watch": "pnpm run test -- --watch", |
51 | | - "test:coverage": "pnpm run test -- --coverage", |
| 55 | + "test:watch": "pnpm run test --watch", |
| 56 | + "test:coverage": "pnpm run test --coverage", |
52 | 57 | "prepare": "husky install" |
53 | 58 | }, |
54 | 59 | "commitlint": { |
|
99 | 104 | ] |
100 | 105 | ] |
101 | 106 | }, |
102 | | - "packageManager": "pnpm@6.32.11" |
| 107 | + "packageManager": "pnpm@7.0.0" |
103 | 108 | } |
0 commit comments