Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit fa15189

Browse files
Merge branch 'master' into token-cli/sign-only
2 parents 08bac17 + d2f5144 commit fa15189

File tree

13 files changed

+158
-158
lines changed

13 files changed

+158
-158
lines changed

account-compression/sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
"@solana/eslint-config-solana": "^3.0.3",
6868
"@types/bn.js": "^5.1.6",
6969
"@types/jest": "^29.5.14",
70-
"@types/node": "^22.9.3",
70+
"@types/node": "^22.10.0",
7171
"@types/node-fetch": "^2.6.12",
7272
"@typescript-eslint/eslint-plugin": "^8.4.0",
7373
"@typescript-eslint/parser": "^8.4.0",
7474
"eslint": "^8.57.0",
75-
"eslint-config-turbo": "^2.3.1",
75+
"eslint-config-turbo": "^2.3.2",
7676
"eslint-plugin-import": "^2.31.0",
7777
"eslint-plugin-jest": "^28.9.0",
7878
"eslint-plugin-mocha": "^10.5.0",

libraries/type-length-value/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@types/chai": "^5.0.1",
5151
"@types/mocha": "^10.0.10",
52-
"@types/node": "^22.9.3",
52+
"@types/node": "^22.10.0",
5353
"@typescript-eslint/eslint-plugin": "^8.4.0",
5454
"@typescript-eslint/parser": "^8.4.0",
5555
"chai": "^5.1.2",

memo/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@solana/web3.js": "^1.95.5",
5555
"@types/chai": "^5.0.1",
5656
"@types/jest": "^29.5.14",
57-
"@types/node": "^22.9.3",
57+
"@types/node": "^22.10.0",
5858
"@types/node-fetch": "^2.6.12",
5959
"@typescript-eslint/eslint-plugin": "^8.4.0",
6060
"@typescript-eslint/parser": "^8.4.0",

name-service/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@jest/globals": "^29.7.0",
4646
"@types/bn.js": "^5.1.6",
4747
"@types/jest": "^29.5.14",
48-
"@types/node": "^22.9.3",
48+
"@types/node": "^22.10.0",
4949
"@typescript-eslint/eslint-plugin": "^8.4.0",
5050
"@typescript-eslint/parser": "^8.4.0",
5151
"eslint": "^8.57.0",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"@solana/eslint-config-solana": "^4.0.0",
2626
"@solana/prettier-config-solana": "^0.0.5",
2727
"eslint-config-prettier": "^9.1.0",
28-
"eslint-config-turbo": "^2.3.1",
28+
"eslint-config-turbo": "^2.3.2",
2929
"eslint-plugin-prettier": "^5.2.1",
30-
"prettier": "^3.3.3",
31-
"turbo": "^2.3.1"
30+
"prettier": "^3.4.0",
31+
"turbo": "^2.3.2"
3232
},
3333
"engines": {
3434
"node": ">=14.0.0"

0 commit comments

Comments
 (0)