Skip to content

Commit 4a2e92e

Browse files
0xverinKailai-Wang
andauthored
Clear up ts package warnings (#3623)
* fmt parachan ts-tests * rm stress ts tests * Updated the dependencies and package manager version to pnpm@9.15.2. * Update dependencies * Remove the 'stress' package from the pnpm-workspace.yaml file. * Revise the ESLint configuration * Update ESLint configuration to add support for global variables * Update the ESLint configuration one more * Update dependencies, add support for `globals` version 16.3.0, and adjust the ESLint configuration for TypeScript projects. * update lock file --------- Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>
1 parent 49298a4 commit 4a2e92e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+6736
-9740
lines changed

parachain/docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"dependencies": {
1010
"@open-web3/parachain-launch": "^2.0.0"
1111
},
12-
"packageManager": "pnpm@8.7.6"
12+
"packageManager": "pnpm@9.15.2"
1313
}

parachain/ts-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"allowSyntheticDefaultImports": true,
5555
"esModuleInterop": true
5656
},
57-
"packageManager": "pnpm@8.7.6",
57+
"packageManager": "pnpm@9.15.2",
5858
"pnpm": {
5959
"overrides": {
6060
"elliptic": "6.6.1",

0 commit comments

Comments
 (0)