Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
gitteri committed Nov 27, 2024
2 parents 0ef4859 + dcfc02b commit 83cf986
Show file tree
Hide file tree
Showing 11 changed files with 129 additions and 109 deletions.
4 changes: 2 additions & 2 deletions account-compression/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "^8.57.0",
"eslint-config-turbo": "^2.3.2",
"eslint-config-turbo": "^2.3.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-mocha": "^10.5.0",
Expand All @@ -85,7 +85,7 @@
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typedoc": "^0.26.10",
"typedoc": "^0.27.0",
"typescript": "5.7.2"
}
}
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 @@ -59,7 +59,7 @@
"mocha": "^10.8.2",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typedoc": "^0.27.0",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion memo/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"start-server-and-test": "^2.0.8",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typedoc": "^0.27.0",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion name-service/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"start-server-and-test": "^2.0.8",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typedoc": "^0.27.0",
"typescript": "^5.7.2"
},
"dependencies": {
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.2",
"eslint-config-turbo": "^2.3.3",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.4.0",
"turbo": "^2.3.2"
"prettier": "^3.4.1",
"turbo": "^2.3.3"
},
"engines": {
"node": ">=14.0.0"
Expand Down
Loading

0 comments on commit 83cf986

Please sign in to comment.