This commit downgrades yarn from version 4.2.2 to 3.8.2, updating yarn.lock and package.json files. The various checksum changes within the yarn.lock file reflect updated package dependencies. This helps to maintain consistency in the project.
22 lines
662 B
JSON
22 lines
662 B
JSON
{
|
|
"name": "ui",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/p-sw/ui",
|
|
"author": "p-sw <shinwoo.park@psw.kr>",
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"packages/*",
|
|
"components"
|
|
],
|
|
"scripts": {
|
|
"react": "yarn workspace react",
|
|
"cli": "yarn workspace @psw-ui/cli",
|
|
"react:build": "yarn workspace react build",
|
|
"react:dev": "yarn workspace react dev",
|
|
"cli:build": "yarn workspace @psw-ui/cli build"
|
|
},
|
|
"private": true,
|
|
"packageManager": "yarn@3.8.2+sha512.8cf1a37cdbccd13909ba9299dcb8e772292e76155aeeff14fd0a2488f74852c5345e4a2ca81c86a662d727c6d576f6e5b752b4b0958e8433e2c9869a748daaec"
|
|
}
|