Skip to content

Commit

Permalink
Remove currently unused deps to save build container space
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Oct 11, 2023
1 parent 670432e commit d94288b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 361 deletions.
3 changes: 0 additions & 3 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@
"@atj/docassemble": "workspace:*",
"@atj/documents": "workspace:*",
"@atj/interviews": "workspace:*",
"@axe-core/playwright": "^4.7.3",
"@uswds/uswds": "^3.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.15",
"playwright": "^1.37.1",
"sass": "^1.66.1",
"vite": "^4.4.9"
}
Expand Down
90 changes: 0 additions & 90 deletions apps/frontend/playwright.config.ts

This file was deleted.

3 changes: 1 addition & 2 deletions infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
"ts-jest": "^29.1.1"
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "CC0",
"scripts": {
"build": "pnpm --recursive --parallel build",
"pages": "rm -rf node_modules && npm i -g pnpm && pnpm i && pnpm build && ln -sf ./apps/frontend/dist _site",
"pages": "rm -rf node_modules && npm i -g pnpm && pnpm ci && pnpm build && ln -sf ./apps/frontend/dist _site",
"test": "pnpm --recursive --no-bail --parallel --if-present test",
"format": "prettier --write \"packages/**/*.{js,jsx,ts,tsx}\""
},
Expand All @@ -17,7 +17,6 @@
"devDependencies": {
"@types/node": "^18.16.6",
"@vitest/coverage-c8": "^0.31.0",
"dependency-cruiser": "^12.12.1",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"tsup": "^6.4.0",
Expand Down
Loading

0 comments on commit d94288b

Please sign in to comment.