Skip to content

Commit

Permalink
Upgrade to Yarn 3
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-lindgren committed May 10, 2023
1 parent 0f07527 commit 7a3cbf9
Show file tree
Hide file tree
Showing 4 changed files with 6,901 additions and 4,611 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ yarn-error.log
yarn-debug.log*
yarn-error.log*

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

# IDE
.idea

Expand Down
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
defaultSemverRangePrefix: ""
nodeLinker: node-modules
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
"lint": "eslint .",
"build": "rollup -c",
"start": "rollup -c -w",
"check:types": "tsc --noEmit",
"test": "jest"
},
"engines": {
"yarn": "^3.2.4"
},
"dependencies": {
"grant": "^5.4.21",
"jsonwebtoken": "^8.5.1"
Expand All @@ -42,8 +44,6 @@
"@types/cookies": "^0.7.7",
"@types/jest": "^27.4.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/react": "react@^17.0.2 || ^18.0.0-0",
"@types/react-dom": "react@^17.0.2 || ^18.0.0-0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"dotenv": "^16.0.0",
Expand All @@ -68,6 +68,5 @@
"ts-jest": "^27.1.4",
"tsutils": "^3.21.0",
"typescript": "^4.8.3"
},
"peerDependencies": {}
}
}
Loading

0 comments on commit 7a3cbf9

Please sign in to comment.