Skip to content

Commit

Permalink
deps: update package manager and SDK versions for TypeScript and Pret…
Browse files Browse the repository at this point in the history
…tier
  • Loading branch information
alimd committed Feb 3, 2025
1 parent 5bf39b5 commit f48a989
Show file tree
Hide file tree
Showing 4 changed files with 678 additions and 714 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "3.3.3-sdk",
"version": "3.4.2-sdk",
"main": "./index.cjs",
"type": "commonjs",
"bin": "./bin/prettier.cjs"
Expand Down
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "5.6.3-sdk",
"version": "5.7.3-sdk",
"main": "./lib/typescript.js",
"type": "commonjs",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
"prettier": "^3.4.2",
"typescript": "^5.7.3"
},
"packageManager": "yarn@4.5.1"
"packageManager": "yarn@4.6.0"
}
Loading

0 comments on commit f48a989

Please sign in to comment.