mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
chore: Fix yarn lockfile
This commit is contained in:
parent
3fd6f64e60
commit
c0625361a1
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/workspace",
|
||||
"packageManager": "yarn@3.2.3",
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"./*"
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user