Skip to content
Merged
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
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
version:
name: Pre-release version info
runs-on: ubuntu-latest
permissions:
contents: read
outputs:
is_initial: ${{ steps.is_initial.outputs.result }}
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@types/node": "22.12.0",
"dotenv-cli": "10.0.0",
"typescript": "5.4.2",
"vite": "6.4.1",
"vite-plugin-dts": "4.5.4"
"vite": "6.4.1"
}
}
614 changes: 1 addition & 613 deletions deploy/tools/essential-dapps-chains-config-generator/yarn.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions deploy/tools/llms-txt-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@types/node": "22.12.0",
"dotenv-cli": "10.0.0",
"typescript": "5.4.2",
"vite": "6.4.1",
"vite-plugin-dts": "4.5.4"
"vite": "6.4.1"
}
}
608 changes: 1 addition & 607 deletions deploy/tools/llms-txt-generator/yarn.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion deploy/tools/multichain-config-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"devDependencies": {
"typescript": "5.4.2",
"vite": "6.4.1",
"vite-plugin-dts": "4.5.4",
"@types/node": "22.12.0"
}
}
609 changes: 1 addition & 608 deletions deploy/tools/multichain-config-generator/yarn.lock

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"@playwright/test": "1.57.0",
"@stylistic/eslint-plugin": "5.2.3",
"@svgr/webpack": "^6.5.1",
"@tanstack/eslint-plugin-query": "5.60.1",
"@tanstack/eslint-plugin-query": "5.91.2",
"@testing-library/react": "^14.0.0",
"@total-typescript/ts-reset": "^0.4.0",
"@types/crypto-js": "^4.1.1",
Expand All @@ -165,15 +165,15 @@
"@vitejs/plugin-react": "^4.0.0",
"css-loader": "^6.7.3",
"dotenv-cli": "^6.0.0",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"eslint": "9.39.2",
"eslint-config-next": "15.4.10",
"eslint-plugin-consistent-default-export-name": "^0.0.15",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-import-helpers": "2.0.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-no-cyrillic-string": "^1.0.5",
"eslint-plugin-playwright": "2.0.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-regexp": "2.6.0",
"eslint-plugin-vitest": "0.5.4",
Expand Down Expand Up @@ -211,7 +211,8 @@
"@multisender.app/multisender-react-widget/**/axios": "1.12.0",
"@reown/appkit/**/node-forge": "1.3.2",
"@reown/appkit-adapter-wagmi/**/node-forge": "1.3.2",
"svg-icons-cli/**/glob": "10.5.0",
"eslint/**/brace-expansion": "1.1.12",
"swagger-ui-react/**/js-yaml": "4.1.1",
"dappscout-iframe/**/ws": "8.17.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
Expand Down
9 changes: 6 additions & 3 deletions toolkit/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,24 @@
},
"devDependencies": {
"@svgr/plugin-jsx": "8.1.0",
"@svgr/plugin-svgo": "8.1.0",
"@types/node": "20.16.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.4",
"typescript": "5.9.2",
"vite": "6.4.1",
"vite-plugin-dts": "4.5.3",
"vite-plugin-svgr": "4.3.0",
"vite-plugin-dts": "4.5.4",
"vite-plugin-svgr": "4.5.0",
"vite-tsconfig-paths": "5.1.4"
},
"engines": {
"node": ">=22.14.0"
},
"publishConfig": {
"access": "public"
},
"resolutions": {
"vite-plugin-dts/**/brace-expansion": "2.0.2",
"vite-plugin-svgr/**/js-yaml": "4.1.1"
}
}
Loading
Loading