Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions cc3-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@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/parser": "8.58.0",
"@typescript-eslint/eslint-plugin": "8.58.1",
"@typescript-eslint/parser": "8.58.1",
"dotenv": "17.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.8",
Expand Down
288 changes: 105 additions & 183 deletions cc3-indexer/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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/parser": "8.58.0",
"axios": "1.14.0",
"@typescript-eslint/eslint-plugin": "8.58.1",
"@typescript-eslint/parser": "8.58.1",
"axios": "1.15.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.8",
"esno": "^4.8.0",
Expand Down
264 changes: 86 additions & 178 deletions cli/yarn.lock

Large diffs are not rendered by default.

542 changes: 123 additions & 419 deletions docs/smart-contract-development/with-hardhat/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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/parser": "8.58.0",
"@typescript-eslint/eslint-plugin": "8.58.1",
"@typescript-eslint/parser": "8.58.1",
"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
290 changes: 80 additions & 210 deletions scripts/changelog-warnings/npm-shrinkwrap.json

Large diffs are not rendered by default.

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