Skip to content

Commit

Permalink
Cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Jul 6, 2022
1 parent ccad202 commit 49a1e7d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 33 deletions.
9 changes: 1 addition & 8 deletions apps/princesseuh.dev/package.json
Expand Up @@ -12,11 +12,6 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.2",
"@types/eslint": "^8.4.5",
"@types/node": "^18.0.2",
"@types/prettier": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"astro": "1.0.0-beta.63",
"astro-auto-import": "^0.1.2",
"astro-eleventy-img": "^0.4.0",
Expand All @@ -28,9 +23,7 @@
"netlify-plugin-cache": "^1.0.3",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.1.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"quick-score": "^0.2.0",
"quicklink": "^2.2.0",
"typescript": "^4.7.4"
"quicklink": "^2.2.0"
}
}
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -5,15 +5,20 @@
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"format": "turbo run format"
"format": "turbo run format",
"update-dependencies": "ncu -u --deep"
},
"version": "1.0.0",
"devDependencies": {
"@types/eslint": "^8.4.5",
"@types/node": "^18.0.2",
"@types/prettier": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-astro": "^0.14.0",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.1.1",
"turbo": "^1.3.1",
Expand Down
31 changes: 8 additions & 23 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion turbo.json
Expand Up @@ -3,7 +3,7 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
"outputs": ["./apps/princesseuh.dev/dist/**", "./apps/cms/dist/**"]
},
"dev": {
"cache": false,
Expand Down

0 comments on commit 49a1e7d

Please sign in to comment.