Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
claui committed Feb 3, 2023
1 parent 1b6a255 commit 509d98e
Show file tree
Hide file tree
Showing 8 changed files with 1,035 additions and 996 deletions.
823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.32.0-sdk",
"version": "8.33.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}
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": "4.9.4-sdk",
"version": "4.9.5-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.4.1.cjs
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"devDependencies": {
"@types/node": "^18.11.18",
"@types/vscode": "=1.74",
"@vscode/vsce": "^2.16.0",
"@yarnpkg/sdks": "^2.6.3",
"@vscode/vsce": "^2.17.0",
"@yarnpkg/sdks": "^2.7.0",
"del-cli": "^5.0.0",
"esbuild": "^0.17.3",
"eslint": "^8.32.0",
"esbuild": "^0.17.5",
"eslint": "^8.33.0",
"ohm-js": "^16.6.0",
"ovsx": "^0.8.0",
"semver": "^7.3.8",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"scripts": {
"clean": "yarn run -B del extension/dist extension/work \"extension/*.vsix\"",
Expand All @@ -34,8 +34,8 @@
"upgrade-yarn-itself": "printf >&2 '%s\\n\\t%s\\n' 'Run the following command line manually:' 'yarn set version stable && yarn install && yarn clean-install' && false",
"vscode:prepublish": "yarn clean && yarn compile"
},
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@3.4.1",
"resolutions": {
"@vscode/vsce@^2.16.0": "patch:@vscode/vsce@npm:2.16.0#./.yarn/patches/@vscode-vsce-npm-2.16.0-c171711221.patch"
"@vscode/vsce@^2.17.0": "patch:@vscode/vsce@npm:2.17.0#./.yarn/patches/@vscode-vsce-npm-2.17.0-c171711221.patch"
}
}
Loading

0 comments on commit 509d98e

Please sign in to comment.