Skip to content

Commit 691b470

Browse files
committed
⬆️ dependencies: upgrade all
1 parent fb2beda commit 691b470

File tree

6 files changed

+2032
-2013
lines changed

6 files changed

+2032
-2013
lines changed

common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
2323
"@eslint/js": "^9.39.2",
24-
"@eslint-react/eslint-plugin": "^2.5.5",
24+
"@eslint-react/eslint-plugin": "^2.5.7",
2525
"@exactly/plugin": "workspace:^1.1.0",
2626
"@exactly/protocol": "^0.2.22",
2727
"@nx/eslint-plugin": "^22.3.3",
@@ -37,7 +37,7 @@
3737
"eslint-plugin-import": "^2.32.0",
3838
"eslint-plugin-jsdoc": "^62.0.0",
3939
"eslint-plugin-jsx-a11y": "^6.10.2",
40-
"eslint-plugin-n": "^17.23.1",
40+
"eslint-plugin-n": "^17.23.2",
4141
"eslint-plugin-prettier": "^5.5.4",
4242
"eslint-plugin-react-hooks": "^7.0.1",
4343
"eslint-plugin-react": "^7.37.5",
@@ -48,7 +48,7 @@
4848
"globals": "^17.0.0",
4949
"prettier": "^3.7.4",
5050
"prettier-plugin-organize-imports": "^4.3.0",
51-
"typescript-eslint": "^8.52.0"
51+
"typescript-eslint": "^8.53.0"
5252
},
5353
"peerDependencies": {
5454
"wagmi": "catalog:"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,18 @@
8383
"expo-updates": "~29.0.16",
8484
"expo-web-browser": "~15.0.10",
8585
"fast-text-encoding": "^1.0.6",
86-
"hono": "^4.11.3",
86+
"hono": "^4.11.4",
8787
"i18n-iso-countries": "^7.14.0",
8888
"i18next": "^25.7.4",
8989
"moti": "^0.30.0",
9090
"react": "19.1.0",
9191
"react-dom": "19.1.0",
92-
"react-i18next": "^16.5.2",
92+
"react-i18next": "^16.5.3",
9393
"react-native": "0.81.5",
94-
"react-native-nitro-modules": "^0.32.2",
94+
"react-native-nitro-modules": "^0.33.1",
9595
"react-native-onesignal": "^5.2.16",
9696
"react-native-passkeys": "^0.4.0",
97-
"react-native-persona": "^2.28.0",
97+
"react-native-persona": "^2.29.0",
9898
"react-native-quick-crypto": "^0.7.17",
9999
"react-native-reanimated": "~4.1.6",
100100
"react-native-safe-area-context": "5.6.2",
@@ -110,8 +110,8 @@
110110
"wagmi": "catalog:"
111111
},
112112
"devDependencies": {
113-
"@babel/core": "^7.28.5",
114-
"@babel/preset-env": "^7.28.5",
113+
"@babel/core": "^7.28.6",
114+
"@babel/preset-env": "^7.28.6",
115115
"@changesets/changelog-github": "^0.5.2",
116116
"@changesets/cli": "^2.29.8",
117117
"@changesets/types": "^6.1.0",
@@ -120,12 +120,12 @@
120120
"@nx/eslint": "22.3.3",
121121
"@nx/eslint-plugin": "22.3.3",
122122
"@nx/js": "22.3.3",
123-
"@spotlightjs/spotlight": "^4.9.0",
123+
"@spotlightjs/spotlight": "^4.10.0",
124124
"@svgr/core": "^8.1.0",
125125
"@tamagui/babel-plugin": "catalog:",
126126
"@types/babel__core": "^7.20.5",
127127
"@types/fast-text-encoding": "^1.0.3",
128-
"@types/node": "^25.0.6",
128+
"@types/node": "^25.0.8",
129129
"@types/react": "~19.1.10",
130130
"babel-plugin-istanbul": "^7.0.1",
131131
"babel-plugin-module-resolver": "^5.0.2",

0 commit comments

Comments
 (0)