Switched from npm to yarn

This commit is contained in:
Ahmad 2024-04-06 16:33:19 -04:00
parent e3d9b01872
commit 03d97203aa
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
4 changed files with 3911 additions and 7115 deletions

View file

@ -32,15 +32,15 @@ jobs:
- name: Install ESLint
run: |
npm install @next/eslint-plugin-next
npm install @typescript-eslint/eslint-plugin
npm install @typescript-eslint/parser
npm install @microsoft/eslint-formatter-sarif
npm install eslint-config-next
npm install eslint-config-prettier
npm install typescript
npm install eslint
npm install next
yarn add @next/eslint-plugin-next
yarn add @typescript-eslint/eslint-plugin
yarn add @typescript-eslint/parser
yarn add @microsoft/eslint-formatter-sarif
yarn add eslint-config-next
yarn add eslint-config-prettier
yarn add typescript
yarn add eslint
yarn add next
- name: Run ESLint
run: npx next lint

7105
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,7 @@
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@clerk/nextjs": "^5.0.0-beta.35",
"@clerk/nextjs": "^5.0.0-beta.40",
"@hello-pangea/dnd": "^16.6.0",
"@liveblocks/client": "^1.11.0",
"@liveblocks/node": "^1.11.0",

3901
yarn.lock Normal file

File diff suppressed because it is too large Load diff