Skip to content

Commit

Permalink
build: upgrade Yarn to berry (4.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Sep 6, 2024
1 parent 6b95305 commit 3f40d51
Show file tree
Hide file tree
Showing 5 changed files with 17,610 additions and 12,835 deletions.
12 changes: 9 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ dist-ssr
screenshots
videos

# Yarn related
.yarn/install-state.gz
# Yarn (https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored)
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# contract tx
contract/,tx.json
contract/,tx.json
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"license": "Apache-2.0",
"private": true,
"packageManager": "yarn@4.4.1",
"useWorkspaces": true,
"workspaces": [
"contract",
Expand Down Expand Up @@ -43,10 +44,10 @@
"make:help": "make -C contract list",
"start:contract": "cd contract && yarn start",
"start:ui": "cd ui && yarn dev",
"lint": "yarn workspaces run lint",
"test": "yarn workspaces run test",
"lint": "yarn workspaces foreach --all run lint",
"test": "yarn workspaces foreach --all run test",
"test:e2e": "yarn workspace offer-up-ui test:e2e",
"build": "yarn workspaces run build",
"build": "yarn workspaces foreach --all run build",
"runWaitForBlocks": "cd contract && yarn make:waitForBlocks"
},
"devDependencies": {
Expand All @@ -57,6 +58,5 @@
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-ui-testing": "^2.0.1",
"serve": "^14.2.1"
},
"dependencies": {}
}
}
4 changes: 0 additions & 4 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
"vitest": "^1.2.1",
"zustand": "^4.4.1"
},
"resolutions": {
"**/ses": "^1.3.0",
"**/@agoric/xsnap": "0.14.3-dev-9f085d3.0"
},
"prettier": {
"trailingComma": "all",
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit 3f40d51

Please sign in to comment.