Skip to content

Commit

Permalink
chore: update dependecies (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandotdev committed May 7, 2024
1 parent 5d51faf commit 40da4d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 101 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,18 @@
"author": "Open Land",
"license": "MIT",
"keywords": [],
"main": "index.js",
"scripts": {
"prepare": "husky",
"dev": "turbo dev",
"ui": "turbo dev --filter=@shopped/ui",
"build": "turbo build",
"lint": "eslint . --fix",
"clean": "rm -rf .turbo node_modules pnpm-lock.yaml"
"dev": "pnpm -r --filter ui dev",
"build": "pnpm -r --filter ui build",
"lint": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"eslint": "^8.57.0",
"eslint-plugin-format": "0.1.1",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"turbo": "^1.13.3"
"lint-staged": "15.2.2"
},
"lint-staged": {
"*": "eslint . --fix"
Expand Down
68 changes: 1 addition & 67 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 0 additions & 24 deletions turbo.json

This file was deleted.

3 changes: 1 addition & 2 deletions ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"@assets/*": ["./public/*"],
"@components/*": ["./components/*"],
"@constants/*": ["./constants/*"],
"@hooks/*": ["./hoooks/*"],
"@stores/*": ["./stores/*"]
"@hooks/*": ["./hoooks/*"]
},
"resolveJsonModule": true,
"types": ["vitest/globals"],
Expand Down

0 comments on commit 40da4d5

Please sign in to comment.