Skip to content

Commit

Permalink
Slightly more consistent dev vs prod dependency grouping
Browse files Browse the repository at this point in the history
doesn't really matter for us too much as we don't ship node_modules
  • Loading branch information
J12934 committed Nov 17, 2024
1 parent 0e9acd1 commit 734e255
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 16 deletions.
42 changes: 31 additions & 11 deletions balancer/ui/package-lock.json

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

10 changes: 5 additions & 5 deletions balancer/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
"license": "Apache-2.0",
"type": "module",
"dependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"promise-retry": "^2.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-intl": "^6.8.8",
"react-router-dom": "^6.28.0",
"react": "^18.3.1",
"reactjs-popup": "^2.0.6",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/promise-retry": "^1.1.6",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vitest": "^2.1.5"
},
Expand Down

0 comments on commit 734e255

Please sign in to comment.