Skip to content

Commit

Permalink
chore: cleanup root and scripts dependencies (withastro#6871)
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 authored and RaphaelBossek committed Apr 29, 2023
1 parent f4d9f22 commit 8038d61
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 29 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,18 @@
"devDependencies": {
"@changesets/changelog-github": "0.4.4",
"@changesets/cli": "2.23.0",
"@octokit/action": "^3.18.1",
"@types/node": "^18.7.21",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"del": "^7.0.0",
"esbuild": "^0.17.12",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-prettier": "^4.2.1",
"execa": "^6.1.0",
"only-allow": "^1.1.1",
"organize-imports-cli": "^0.10.0",
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0",
"pretty-bytes": "^6.0.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.9.3",
"typescript": "~5.0.2"
Expand Down
38 changes: 14 additions & 24 deletions pnpm-lock.yaml

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

4 changes: 3 additions & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"dependencies": {
"@astrojs/webapi": "workspace:*",
"adm-zip": "^0.5.9",
"arg": "^5.0.2",
"esbuild": "^0.17.12",
"globby": "^12.2.0",
Expand All @@ -18,6 +17,9 @@
"tar": "^6.1.11"
},
"devDependencies": {
"@octokit/action": "^3.18.1",
"del": "^7.0.0",
"execa": "^6.1.0",
"esbuild-plugin-copy": "^2.0.2",
"tsconfig-resolver": "^3.0.1"
}
Expand Down

0 comments on commit 8038d61

Please sign in to comment.