mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 19:01:54 +02:00
Migrate yarn to berry v3 (#4417)
* Migrate to yarn berry v3 * Fix yarn dependencies for linting * Specifically invoke bash in yarn clean to make brace expansion work * Upgrade cypress to 8.x to support yarn berry * Try out yarn berry workaround for netlify From https://answers.netlify.com/t/using-the-new-yarn-release-2-0-0-berry/8270 * Update .yarnrc.yml for syntax consistency Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org> * use rimraf for clean command with escaped glob pattern * Use workspace:* resolution for workspace packages and rewrite yarn.lock * set workspace package versions explicit again * update peer dependencies * disable import/named for ts and tsx files * Replace 'key' with 'key=true' wherever babel complains * replace all instances of key to someKey in tests to satisfy eslint and babel * remove unnecessary yarn packageExtension and remove cross-env dependency * upgrade yarn to latest * Upgrade next.js to 10.x to support yarn berry * update .yarnrc to satisfy netlify Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org>
This commit is contained in:
@@ -17,11 +17,14 @@
|
||||
"is-plain-object": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "^7.7.4",
|
||||
"lodash": "^4.17.21",
|
||||
"slate": "^0.65.3",
|
||||
"slate-hyperscript": "^0.62.0"
|
||||
"slate-hyperscript": "^0.62.0",
|
||||
"source-map-loader": "^0.2.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"slate": ">=0.55.0"
|
||||
"slate": ">=0.65.3"
|
||||
},
|
||||
"umdGlobals": {
|
||||
"slate": "Slate"
|
||||
|
Reference in New Issue
Block a user