Skip to content

Commit

Permalink
chore: Fix yarn lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 29, 2023
1 parent 3fd6f64 commit c062536
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/counter",
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.5.0",
"main": "index.js",
"version": "0.1.2",
"description": "Downloade counter for the swc project",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/helpers",
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.5.0",
"version": "0.5.2",
"description": "External helpers for the swc project.",
"module": "esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/workspace",
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.5.0",
"private": true,
"workspaces": [
"./*"
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swc-info",
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.5.0",
"version": "0.1.15",
"description": "CLI tool to help issue reporting for swc",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/types",
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.5.0",
"version": "0.1.5",
"description": "Typings for the swc project.",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ __metadata:

"typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=a1c5e5"
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=85af82"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand Down

0 comments on commit c062536

Please sign in to comment.