Skip to content

Commit 03a860b

Browse files
renovate[bot]renovate-botTom
authored
chore(deps): update pnpm to v7 (#749)
* chore(deps): update pnpm to v7 * chore: update to pnpm 7 * fix: node types * fix: lockfile * fix: resolve review Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Tom <[email protected]>
1 parent cdcafe2 commit 03a860b

File tree

2 files changed

+609
-598
lines changed

2 files changed

+609
-598
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"@testing-library/jest-dom": "5.16.4",
2020
"@testing-library/react": "12.1.5",
2121
"@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",
2227
"builtin-modules": "3.2.0",
2328
"cross-env": "7.0.3",
2429
"eslint": "8.14.0",
@@ -41,14 +46,14 @@
4146
},
4247
"scripts": {
4348
"lint": "eslint --ext js,ts,tsx --cache .",
44-
"lint:fix": "pnpm run lint -- --fix",
49+
"lint:fix": "pnpm run lint --fix",
4550
"build": "lerna exec --stream --ignore @scaleway/eslint-config-react --ignore @scaleway/countries -- rollup -c ../../rollup.config.mjs",
4651
"build:profile": "cross-env PROFILE=true pnpm run build",
4752
"commit": "npx git-cz -a",
4853
"format": "prettier --write '**/*.{ts,tsx,js,json,md,mdx}'",
4954
"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",
5257
"prepare": "husky install"
5358
},
5459
"commitlint": {
@@ -99,5 +104,5 @@
99104
]
100105
]
101106
},
102-
"packageManager": "pnpm@6.32.11"
107+
"packageManager": "pnpm@7.0.0"
103108
}

0 commit comments

Comments
 (0)