Skip to content

Commit

Permalink
Fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaavid committed Jul 5, 2024
1 parent aed21a5 commit 05a16bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ jobs:
node-version: 20
cache: 'npm'
cache-dependency-path: './'
- name: Install yarn
run: npm install yarn
- name: Install dependencies
run: yarn install
run: npm install
- name: Build
run: npm run build
- name: Setup Pages
Expand Down
14 changes: 1 addition & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,13 @@
"react-router-dom": "^6.24.1"
},
"devDependencies": {
"@testing-library/dom": "^10.3.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.14.9",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-mantine": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^24.1.0",
"postcss": "^8.4.39",
Expand Down

0 comments on commit 05a16bd

Please sign in to comment.