Skip to content

Commit

Permalink
Merge branch 'master' into token-cli/sign-only
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto authored Nov 27, 2024
2 parents 08bac17 + d2f5144 commit fa15189
Show file tree
Hide file tree
Showing 13 changed files with 158 additions and 158 deletions.
4 changes: 2 additions & 2 deletions account-compression/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
"@solana/eslint-config-solana": "^3.0.3",
"@types/bn.js": "^5.1.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"@types/node-fetch": "^2.6.12",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "^8.57.0",
"eslint-config-turbo": "^2.3.1",
"eslint-config-turbo": "^2.3.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-mocha": "^10.5.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/type-length-value/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"chai": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion memo/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@solana/web3.js": "^1.95.5",
"@types/chai": "^5.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"@types/node-fetch": "^2.6.12",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion name-service/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@jest/globals": "^29.7.0",
"@types/bn.js": "^5.1.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "^8.57.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@solana/eslint-config-solana": "^4.0.0",
"@solana/prettier-config-solana": "^0.0.5",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.3.1",
"eslint-config-turbo": "^2.3.2",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"turbo": "^2.3.1"
"prettier": "^3.4.0",
"turbo": "^2.3.2"
},
"engines": {
"node": ">=14.0.0"
Expand Down
Loading

0 comments on commit fa15189

Please sign in to comment.