⬆️ Update yarn to 4.0.2 and start using npm workspaces

This commit is contained in:
Andrey Antukh 2023-11-28 15:17:23 +01:00
parent f7038cdda7
commit aa2f7df28f
17 changed files with 15287 additions and 12702 deletions

7
frontend/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

View file

@ -1,13 +1,7 @@
{
"name": "app",
"version": "0.1.0",
"description": "The Open-Source prototyping tool",
"author": "Kaleidos Ventures SL",
"license": "SEE LICENSE IN <LICENSE>",
"repository": {
"type": "git",
"url": "https://github.com/penpot/penpot"
},
"name": "frontend",
"version": "1.0.0",
"license": "MPL-2.0",
"browserslist": [
"defaults"
],
@ -89,5 +83,6 @@
"tdigest": "^0.1.2",
"ua-parser-js": "^1.0.32",
"xregexp": "^5.1.1"
}
},
"packageManager": "yarn@4.0.2"
}

File diff suppressed because it is too large Load diff