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
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,60 +24,60 @@
"playwright-ui": "npx playwright test --ui"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.20.1",
"@creit.tech/stellar-wallets-kit": "^2.2.0",
"@ledgerhq/hw-app-str": "^7.2.9",
"@ledgerhq/hw-transport-webhid": "^6.30.9",
"@amplitude/analytics-browser": "^2.44.1",
"@creit.tech/stellar-wallets-kit": "^2.3.0",
"@ledgerhq/hw-app-str": "^7.7.4",
"@ledgerhq/hw-transport-webhid": "^6.35.4",
"@monaco-editor/react": "^4.7.0",
"@next/third-parties": "^15.5.7",
"@sentry/nextjs": "^10.29.0",
"@next/third-parties": "^16.2.9",
"@sentry/nextjs": "^10.59.0",
"@stellar-expert/contract-wasm-interface-parser": "^4.1.0",
"@stellar/design-system": "^3.2.7",
"@stellar/stellar-sdk": "16.0.0",
"@stellar/stellar-xdr-json": "^27.0.0",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
"@tanstack/react-query": "^5.101.0",
"@tanstack/react-query-devtools": "^5.101.0",
"@trezor/connect-plugin-stellar": "^9.2.3",
"@trezor/connect-web": "^9.6.4",
"bignumber.js": "^9.3.1",
"dompurify": "^3.2.5",
"html-react-parser": "^5.2.6",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"lossless-json": "^4.0.2",
"next": "15.5.15",
"@trezor/connect-web": "^9.7.3",
"bignumber.js": "^11.1.4",
"dompurify": "^3.4.11",
"html-react-parser": "^6.1.3",
"immer": "^11.1.8",
"lodash": "^4.18.1",
"lossless-json": "^4.3.0",
"next": "16.2.9",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Migrate lint commands before upgrading to Next 16

Upgrading next to 16 makes the existing lint commands invalid: package.json:15 still runs next lint, and .lintstagedrc.js:4 still generates next lint --fix --file .... The Next.js 16 ESLint docs state that next lint is removed (docs), so pnpm lint and pre-commit lint-staged runs will fail until these are migrated to the ESLint CLI/flat config.

Useful? React with 👍 / 👎.

"papaparse": "^5.5.2",
"react": "^19.2.2",
"react-diff-viewer": "^3.1.1",
"react-dom": "^19.2.2",
"stellar-hd-wallet": "^1.0.2",
"tslib": "^2.8.1",
"uuid": "^11.1.0",
"uuid": "^14.0.1",
"zustand": "^5.0.6",
"zustand-querystring": "^0.0.19"
"zustand-querystring": "^0.7.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore parser helpers before bumping zustand-querystring

This bump installs zustand-querystring@0.7.0, whose root export no longer includes the parse/stringify helpers (current package source); the old 0.0.19 root did export them (old source). The app still imports those names from zustand-querystring in src/helpers/shareableUrl.ts, src/helpers/buildEndpointHref.ts, src/helpers/buildContractExplorerHref.ts, and src/metrics/tracking.ts, so pnpm lint:ts/Next builds will fail with missing-export errors once this version is installed.

Useful? React with 👍 / 👎.

},
"devDependencies": {
"@next/eslint-plugin-next": "^15.4.4",
"@playwright/test": "^1.57.0",
"@next/eslint-plugin-next": "^16.2.9",
"@playwright/test": "^1.61.0",
"@types/jest": "^30.0.0",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.17.20",
"@types/node": "^24.1.0",
"@types/lodash": "^4.17.24",
"@types/node": "^26.0.0",
"@types/papaparse": "^5.3.15",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"eslint": "^9.32.0",
"eslint-config-next": "15.4.4",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"eslint": "^10.5.0",
"eslint-config-next": "16.2.9",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-hooks": "^7.1.1",
"husky": "^9.1.7",
"jest": "^30.2.0",
"lint-staged": "^16.1.2",
"prettier": "^3.5.3",
"sass": "^1.86.3",
"jest": "^30.4.2",
"lint-staged": "^17.0.8",
"prettier": "^3.8.4",
"sass": "^1.101.0",
"ts-jest": "^29.4.6",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
},
"packageManager": "pnpm@10.15.1"
}
Loading
Loading