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
8 changes: 4 additions & 4 deletions @shared/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@blockaid/client": "0.31.0",
"@blockaid/client": "0.65.0",
"@stellar/js-xdr": "3.1.2",
"bignumber.js": "9.3.0",
"prettier": "3.5.3",
"prettier": "3.8.1",
"stellar-sdk": "npm:@stellar/stellar-sdk@14.4.3",
"stellar-sdk-next": "npm:@stellar/stellar-sdk@14.4.3",
"typescript": "5.8.3",
"typescript": "5.9.3",
"webextension-polyfill": "0.12.0"
},
"devDependencies": {
"@lavamoat/allow-scripts": "3.3.2"
"@lavamoat/allow-scripts": "3.4.3"
},
"lavamoat": {
"allowScripts": {
Expand Down
4 changes: 2 additions & 2 deletions @shared/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"dependencies": {
"stellar-sdk": "npm:@stellar/stellar-sdk@14.4.3",
"stellar-sdk-next": "npm:@stellar/stellar-sdk@14.4.3",
"typescript": "5.8.3"
"typescript": "5.9.3"
},
"devDependencies": {
"@lavamoat/allow-scripts": "3.3.2"
"@lavamoat/allow-scripts": "3.4.3"
},
"lavamoat": {
"allowScripts": {
Expand Down
2 changes: 1 addition & 1 deletion @shared/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"bignumber.js": "9.3.0",
"stellar-sdk": "npm:@stellar/stellar-sdk@14.4.3",
"stellar-sdk-next": "npm:@stellar/stellar-sdk@14.4.3",
"typescript": "5.8.3"
"typescript": "5.9.3"
}
}
4 changes: 2 additions & 2 deletions @stellar/freighter-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"types": "build/@stellar/freighter-api/src/index.d.ts",
"dependencies": {
"buffer": "6.0.3",
"semver": "7.7.1"
"semver": "7.7.4"
},
"devDependencies": {
"@lavamoat/allow-scripts": "3.3.2"
"@lavamoat/allow-scripts": "3.4.3"
}
}
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
]
},
"dependencies": {
"@docusaurus/core": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@docusaurus/core": "3.9.2",
"@docusaurus/preset-classic": "3.9.2",
"@stellar/freighter-api": "latest",
"clsx": "2.1.1",
"react": "19.0.3",
"react-dom": "19.0.3",
"react-is": "19.0.3",
"styled-components": "6.1.14"
"react": "19.2.4",
"react-dom": "19.2.4",
"react-is": "19.2.4",
"styled-components": "6.3.11"
},
"devDependencies": {
"@lavamoat/allow-scripts": "3.3.2"
"@lavamoat/allow-scripts": "3.4.3"
},
"lavamoat": {
"allowScripts": {
Expand Down
76 changes: 38 additions & 38 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,105 +15,105 @@
"test:e2e": "playwright test"
},
"dependencies": {
"@ledgerhq/hw-app-str": "7.2.0",
"@ledgerhq/hw-transport-webhid": "6.30.6",
"@ledgerhq/hw-app-str": "7.5.0",
"@ledgerhq/hw-transport-webhid": "6.32.0",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-popover": "1.1.15",
"@reduxjs/toolkit": "2.5.0",
"@reduxjs/toolkit": "2.11.2",
"@sentry/browser": "9.13.0",
"@shared/api": "1.0.0",
"@shared/constants": "1.0.0",
"@shared/helpers": "1.0.0",
"@stellar/design-system": "3.2.7",
"@stellar/design-system": "3.2.8",
"@stellar/typescript-wallet-sdk-km": "1.9.0",
"@tailwindcss/postcss": "4.1.18",
"@testing-library/react": "16.3.0",
"@tailwindcss/postcss": "4.2.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/chrome": "0.0.287",
"@types/chrome": "0.1.37",
"@types/jsdom": "21.1.7",
"@types/lodash": "4.17.16",
"@types/lodash": "4.17.24",
"@types/node": "22.14.1",
"@types/qrcode.react": "3.0.0",
"@types/react": "19.0.12",
"@types/react": "19.2.14",
"@types/react-copy-to-clipboard": "5.0.7",
"@types/react-dom": "19.1.2",
"@types/react-dom": "19.2.3",
"@types/react-redux": "7.1.34",
"@types/react-router-dom": "5.3.3",
"@types/redux": "3.6.31",
"@types/webextension-polyfill": "0.12.0",
"@types/webextension-polyfill": "0.12.5",
"@types/yup": "0.32.0",
"bignumber.js": "9.3.0",
"buffer": "6.0.3",
"classnames": "2.5.1",
"concurrently": "9.1.2",
"concurrently": "9.2.1",
"copy-webpack-plugin": "13.0.0",
"css-loader": "7.1.2",
"css-loader": "7.1.4",
"dotenv-webpack": "8.1.0",
"fetch": "1.1.0",
"formik": "2.4.6",
"formik": "2.4.9",
"html-loader": "5.1.0",
"html-webpack-plugin": "5.6.3",
"i18next": "25.0.1",
"i18next-browser-languagedetector": "8.0.5",
"html-webpack-plugin": "5.6.6",
"i18next": "25.8.18",
"i18next-browser-languagedetector": "8.2.1",
"i18next-resources-to-backend": "1.2.1",
"i18next-scanner-webpack": "0.9.1",
"jest-canvas-mock": "2.5.2",
"jest-environment-jsdom": "29.7.0",
"js-yaml": "4.1.1",
"jsonschema": "1.5.0",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.9.2",
"prettier": "3.5.3",
"pretty-quick": "4.1.1",
"lodash": "4.17.23",
"mini-css-extract-plugin": "2.10.1",
"prettier": "3.8.1",
"pretty-quick": "4.2.2",
"prop-types": "15.8.1",
"punycode": "2.3.1",
"qrcode.react": "4.2.0",
"react": "19.0.3",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "19.0.3",
"react": "19.2.4",
"react-copy-to-clipboard": "5.1.1",
"react-dom": "19.2.4",
"react-json-pretty": "2.2.0",
"react-redux": "9.2.0",
"react-router-dom": "7.5.1",
"react-router-dom": "7.13.1",
"redux": "5.0.1",
"sass": "1.86.3",
"sass-loader": "16.0.5",
"semver": "7.7.1",
"ses": "1.12.0",
"sass": "1.98.0",
"sass-loader": "16.0.7",
"semver": "7.7.4",
"ses": "1.15.0",
"sonner": "2.0.7",
"soroswap-router-sdk": "1.4.6",
"stellar-hd-wallet": "1.0.2",
"stellar-sdk": "npm:@stellar/stellar-sdk@14.4.3",
"stellar-sdk-next": "npm:@stellar/stellar-sdk@14.4.3",
"svg-url-loader": "8.0.0",
"tailwindcss": "4.1.18",
"tailwindcss": "4.2.1",
"tsconfig-paths-webpack-plugin": "4.2.0",
"tslib": "2.8.1",
"tw-animate-css": "1.4.0",
"webextension-polyfill": "0.12.0",
"yup": "1.6.1"
"yup": "1.7.1"
},
"devDependencies": {
"@lavamoat/allow-scripts": "3.3.2",
"@playwright/test": "1.57.0",
"@lavamoat/allow-scripts": "3.4.3",
"@playwright/test": "1.58.2",
"@sentry/webpack-plugin": "3.3.1",
"@svgr/webpack": "8.1.0",
"@types/js-yaml": "4.0.9",
"@types/semver": "7.5.8",
"@types/semver": "7.7.1",
"fork-ts-checker-webpack-plugin": "9.1.0",
"https-browserify": "1.0.0",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
"postcss": "8.5.6",
"postcss-loader": "8.2.0",
"postcss": "8.5.8",
"postcss-loader": "8.2.1",
"process": "0.11.10",
"shadcn": "3.8.4",
"speed-measure-webpack-plugin": "1.5.0",
"stream-browserify": "3.0.0",
"stream-http": "3.2.0",
"style-loader": "4.0.0",
"terser-webpack-plugin": "5.3.14",
"terser-webpack-plugin": "5.4.0",
"thread-loader": "4.0.4",
"url": "0.11.1",
"url": "0.11.4",
"util": "0.12.5"
},
"lavamoat": {
Expand Down
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,63 +62,63 @@
},
"dependencies": {
"@actions/core": "1.11.1",
"@babel/core": "7.25.8",
"@babel/eslint-parser": "7.25.8",
"@babel/plugin-proposal-optional-chaining": "7.18.9",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.25.7",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@babel/core": "7.29.0",
"@babel/eslint-parser": "7.28.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/preset-env": "7.29.0",
"@babel/preset-react": "7.28.5",
"@babel/preset-typescript": "7.28.5",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@types/jest": "29.5.14",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.3",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/styled-components": "5.1.4",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"@vercel/ncc": "0.38.3",
"@typescript-eslint/eslint-plugin": "8.57.0",
"@typescript-eslint/parser": "8.57.0",
"@vercel/ncc": "0.38.4",
"babel-eslint": "10.x",
"babel-jest": "29.7.0",
"babel-loader": "10.0.0",
"babel-loader": "10.1.1",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-polyfill": "6.26.0",
"eslint": "9.18.0",
"eslint-config-prettier": "10.0.1",
"eslint-config-prettier": "10.1.8",
"eslint-config-react": "1.1.7",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-webpack-plugin": "5.0.0",
"eslint-webpack-plugin": "5.0.3",
"glob": "11.1.0",
"globals": "16.0.0",
"got": "14.4.5",
"got": "14.6.6",
"husky": "9.1.7",
"isomorphic-unfetch": "4.0.2",
"jest": "29.7.0",
"jest-localstorage-mock": "2.4.3",
"jest-localstorage-mock": "2.4.26",
"jsdom": "26.0.0",
"jsdom-global": "3.0.2",
"lint-staged": "15.4.1",
"npm-run-all": "4.1.5",
"prettier": "3.5.1",
"pretty-quick": "4.0.0",
"prettier": "3.8.1",
"pretty-quick": "4.2.2",
"react-i18next": "15.4.1",
"ts-loader": "9.5.1",
"typescript": "5.7.3",
"webpack": "5.97.1",
"ts-loader": "9.5.4",
"typescript": "5.9.3",
"webpack": "5.105.4",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.1",
"webpack-dev-server": "5.2.3",
"webpack-merge": "6.0.1"
},
"devDependencies": {
"@lavamoat/allow-scripts": "3.3.1",
"@lavamoat/preinstall-always-fail": "2.1.0",
"@lavamoat/allow-scripts": "3.4.3",
"@lavamoat/preinstall-always-fail": "2.1.1",
"eslint-plugin-jsdoc": "50.6.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"jest-fixed-jsdom": "0.0.9"
"jest-fixed-jsdom": "0.0.11"
},
"lavamoat": {
"allowScripts": {
Expand Down
Loading
Loading