Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cc3-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@subql/testing": "2.3.0",
"@subql/types": "3.15.0",
"@typechain/ethers-v5": "^11.1.2",
"@typescript-eslint/eslint-plugin": "8.40.0",
"@typescript-eslint/eslint-plugin": "8.58.1",
"@typescript-eslint/parser": "8.58.0",
"dotenv": "17.4.0",
"eslint": "^8.57.0",
Expand Down
236 changes: 104 additions & 132 deletions cc3-indexer/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"@types/jest": "29.5.14",
"@types/prompts": "^2.4.8",
"@types/validator": "13.15.2",
"@typescript-eslint/eslint-plugin": "8.40.0",
"@typescript-eslint/eslint-plugin": "8.58.1",
"@typescript-eslint/parser": "8.58.0",
"axios": "1.14.0",
"axios": "1.15.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.8",
"esno": "^4.8.0",
Expand Down
220 changes: 89 additions & 131 deletions cli/yarn.lock

Large diffs are not rendered by default.

404 changes: 241 additions & 163 deletions docs/smart-contract-development/with-hardhat/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/smart-contract-development/with-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "6.1.0",
"@types/mocha": "^10.0.10",
"@typescript-eslint/eslint-plugin": "8.40.0",
"@typescript-eslint/eslint-plugin": "8.58.1",
"@typescript-eslint/parser": "8.58.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.8",
"hardhat": "^2.22.18",
"hardhat": "^2.28.6",
"prettier": "3.8.1",
"solidity-coverage": "^0.8.14",
"ts-node": "^10.9.1",
Expand Down
288 changes: 79 additions & 209 deletions scripts/changelog-warnings/npm-shrinkwrap.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions scripts/changelog-warnings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/minimatch": "^5.1.2",
"@types/node": "^25.5.0",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@types/node": "^25.6.0",
"@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.58.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.8",
Expand Down
Loading