Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Sep 16, 2023
1 parent 154ac3e commit 7f98345
Show file tree
Hide file tree
Showing 7 changed files with 564 additions and 436 deletions.
2 changes: 2 additions & 0 deletions .yarn/sdks/typescript/lib/tsserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ const moduleWrapper = tsserver => {
str = `zip:${str}`;
} break;
}
} else {
str = str.replace(/^\/?/, process.platform === `win32` ? `` : `/`);
}
}

Expand Down
2 changes: 2 additions & 0 deletions .yarn/sdks/typescript/lib/tsserverlibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ const moduleWrapper = tsserver => {
str = `zip:${str}`;
} break;
}
} else {
str = str.replace(/^\/?/, process.platform === `win32` ? `` : `/`);
}
}

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.0.2-sdk",
"version": "5.2.2-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpEnableEsmLoader: true
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,29 +41,29 @@
"publish": "yarn check && yarn npm publish"
},
"dependencies": {
"@commander-js/extra-typings": "^10.0.3",
"@commander-js/extra-typings": "^11.0.0",
"@ltd/j-toml": "^1.38.0",
"@octokit/auth-oauth-device": "^4.0.4",
"@octokit/rest": "^19.0.7",
"commander": "^10.0.0",
"@octokit/auth-oauth-device": "^6.0.0",
"@octokit/rest": "^20.0.1",
"commander": "^11.0.0",
"detect-indent": "^7.0.1",
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"env-paths": "^3.0.0",
"make-fetch-happen": "^11.1.0",
"make-fetch-happen": "^13.0.0",
"open": "^9.1.0",
"parse-json": "^7.0.0",
"parse-json": "^7.1.0",
"unarchive": "^1.1.1",
"yaml": "^2.2.1"
"yaml": "^2.3.2"
},
"devDependencies": {
"@types/make-fetch-happen": "^10.0.1",
"@types/node": "^18.15.11",
"@types/node": "^20.6.2",
"@types/parse-json": "^4.0.0",
"cpy-cli": "^4.2.0",
"del-cli": "^5.0.0",
"rome": "^12.0.0",
"type-fest": "^3.8.0",
"typescript": "^5.0.4"
"cpy-cli": "^5.0.0",
"del-cli": "^5.1.0",
"rome": "^12.1.3",
"type-fest": "^4.3.1",
"typescript": "^5.2.2"
},
"vendorDependencies": {
"fzf": {
Expand Down
2 changes: 0 additions & 2 deletions test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ function maybe(name: string, value?: string | null) {
}

async function search(query: string) {
query ||= 'react';

const res = await octokit.search.repos({
q: query,
per_page: 1,
Expand Down
Loading

0 comments on commit 7f98345

Please sign in to comment.