Skip to content

Commit

Permalink
build: Smaller frontend bundle (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyjones authored Mar 10, 2023
1 parent b3d1172 commit f1d5c82
Show file tree
Hide file tree
Showing 2 changed files with 44,127 additions and 15,322 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"private": true,
"dependencies": {
"@liftedinit/ui": "github:liftedinit/lifted-ui",
"@tanstack/react-query": "^4.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@tanstack/react-query": "^4.3.4",
"react-router": "^6.8.1",
"react-router-dom": "^6.8.1",
"typescript": "^4.9.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
Expand Down
Loading

0 comments on commit f1d5c82

Please sign in to comment.