Skip to content

Commit

Permalink
fix: cleanup the repo after recent unwanted yarn upgrade
Browse files Browse the repository at this point in the history
revert to yarn v1
  • Loading branch information
krzysu committed Jan 9, 2025
1 parent 3adcd6e commit e4e78e5
Show file tree
Hide file tree
Showing 9 changed files with 7,895 additions and 12,802 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ on:

jobs:
test:
strategy:
matrix:
node: [20]
name: Install, lint and build
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version: 20
cache: yarn
- run: corepack enable
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ node_modules
.vscode
tmp
.history
.yarn/install-state.gz
.github/copilot-instructions.md
File renamed without changes.
941 changes: 0 additions & 941 deletions .yarn/releases/yarn-4.5.3.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions .yarnrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"dev": "yarn workspace circle-demo-webapp dev",
"start": "yarn workspace circle-demo-webapp start"
},
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@1.22.22"
}
4 changes: 0 additions & 4 deletions packages/circle-demo-webapp/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import globals from 'globals';
import importPlugin from 'eslint-plugin-import';
import js from '@eslint/js';
import prettier from 'eslint-plugin-prettier';
import react from 'eslint-plugin-react';
import reactHooks from 'eslint-plugin-react-hooks';
import reactRefresh from 'eslint-plugin-react-refresh';
import tseslint from 'typescript-eslint';

export default tseslint.config(
Expand All @@ -18,15 +16,13 @@ export default tseslint.config(
files: ['**/*.{ts,tsx}'],
languageOptions: {
ecmaVersion: 2020,
globals: globals.browser,
parserOptions: {
project: ['./tsconfig.json'],
tsconfigRootDir: import.meta.dirname,
},
},
plugins: {
'react-hooks': reactHooks,
'react-refresh': reactRefresh,
react,
prettier,
import: importPlugin,
Expand Down
1 change: 0 additions & 1 deletion packages/circle-demo-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@chainsafe/eslint-config": "^2.2.4",
"@circle-fin/developer-controlled-wallets": "^7.0.0",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-avatar": "^1.1.1",
Expand Down
19,738 changes: 7,892 additions & 11,846 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e4e78e5

Please sign in to comment.