0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Upgrade Yarn to Yarn 4.5.0

This commit is contained in:
Ronald Langeveld 2024-10-14 04:54:53 +04:00
parent a2afc0af75
commit 9aea310323
21 changed files with 45515 additions and 32026 deletions

9
.gitignore vendored
View file

@ -174,3 +174,12 @@ tsconfig.tsbuildinfo
.tinyb
.venv
.diff_tmp
# Yarn upgrade
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

925
.yarn/releases/yarn-4.5.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

3
.yarnrc.yml Normal file
View file

@ -0,0 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.5.0.cjs

View file

@ -14,7 +14,6 @@
],
"main": "./dist/admin-x-activitypub.umd.cjs",
"module": "./dist/admin-x-activitypub.js",
"private": false,
"scripts": {
"dev": "vite build --watch",
"dev:start": "vite",
@ -65,10 +64,10 @@
},
"dependencies": {
"@radix-ui/react-form": "0.0.3",
"use-debounce": "10.0.4",
"@tryghost/admin-x-design-system": "0.0.0",
"@tryghost/admin-x-framework": "0.0.0",
"react": "18.3.1",
"react-dom": "18.3.1"
"react-dom": "18.3.1",
"use-debounce": "10.0.4"
}
}

View file

@ -215,4 +215,4 @@
}
}
}
}
}

View file

@ -21,6 +21,5 @@
"c8": "8.0.1",
"mocha": "10.2.0",
"sinon": "15.2.0"
},
"dependencies": {}
}
}

View file

@ -20,10 +20,10 @@
"build"
],
"devDependencies": {
"@tryghost/nql": "0.12.6",
"c8": "7.14.0",
"mocha": "10.2.0",
"sinon": "15.2.0",
"@tryghost/nql": "0.12.6"
"sinon": "15.2.0"
},
"dependencies": {
"@tryghost/mongo-utils": "0.6.2",

View file

@ -27,6 +27,5 @@
"sinon": "15.2.0",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"dependencies": {}
}
}

View file

@ -21,6 +21,5 @@
"c8": "8.0.1",
"mocha": "10.2.0",
"sinon": "15.2.0"
},
"dependencies": {}
}
}

View file

@ -22,6 +22,5 @@
"c8": "8.0.1",
"mocha": "10.2.0",
"sinon": "15.2.0"
},
"dependencies": {}
}
}

View file

@ -22,6 +22,5 @@
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.2.0"
},
"dependencies": {}
}
}

View file

@ -21,6 +21,5 @@
"c8": "8.0.1",
"mocha": "10.2.0",
"sinon": "15.2.0"
},
"dependencies": {}
}
}

View file

@ -25,7 +25,7 @@
"sinon": "15.2.0"
},
"dependencies": {
"bson-objectid": "2.0.4",
"@tryghost/domain-events": "0.0.0"
"@tryghost/domain-events": "0.0.0",
"bson-objectid": "2.0.4"
}
}

View file

@ -21,6 +21,5 @@
"c8": "8.0.1",
"mocha": "10.2.0",
"sinon": "15.2.0"
},
"dependencies": {}
}
}

View file

@ -23,6 +23,5 @@
"c8": "8.0.1",
"mocha": "10.2.0",
"sinon": "15.2.0"
},
"dependencies": {}
}
}

View file

@ -24,6 +24,5 @@
"c8": "8.0.1",
"mocha": "10.2.0",
"sinon": "15.2.0"
},
"dependencies": {}
}
}

View file

@ -23,6 +23,5 @@
"c8": "8.0.1",
"mocha": "10.2.0",
"sinon": "15.2.0"
},
"dependencies": {}
}
}

View file

@ -30,10 +30,10 @@
"typescript": "5.4.5"
},
"dependencies": {
"@tryghost/tpl": "0.1.32",
"@tryghost/bookshelf-repository": "0.0.0",
"@tryghost/errors": "1.3.5",
"@tryghost/in-memory-repository": "0.0.0",
"@tryghost/bookshelf-repository": "0.0.0",
"@tryghost/logging": "2.4.18"
"@tryghost/logging": "2.4.18",
"@tryghost/tpl": "0.1.32"
}
}

View file

@ -20,6 +20,5 @@
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.2.0"
},
"dependencies": {}
}
}

View file

@ -125,5 +125,6 @@
"rimraf": "5.0.10",
"ts-node": "10.9.2",
"typescript": "5.4.5"
}
},
"packageManager": "yarn@4.5.0"
}

76547
yarn.lock

File diff suppressed because it is too large Load diff