Skip to content

Commit

Permalink
testdeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Foxman committed Nov 16, 2024
1 parent 28a948d commit dd6524d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
3 changes: 1 addition & 2 deletions frontend-interface/components/DragAndDropGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -615,5 +615,4 @@ export default function DragAndDropGrid() {
</DragDropContext>
</div>
);
}

}
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,16 @@
"dependencies": {
"@hello-pangea/dnd": "^17.0.0",
"@supabase/supabase-js": "^2.45.6",
<<<<<<< Updated upstream
"lucide-react": "^0.456.0",
"@testing-library/react": "^13.4.0",
"jest-fetch-mock": "^3.0.3",
"mathjs": "^11.12.0",
=======
"mathjs": "^11.8.1",
>>>>>>> Stashed changes
"next": "14.2.16",
"react": "^18",
"react-dom": "^18",
"uuid": "^10.0.0"
},
"devDependencies": {
<<<<<<< Updated upstream
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@testing-library/jest-dom": "^6.4.2",
Expand All @@ -43,8 +38,5 @@
"setupFilesAfterEnv": [
"<rootDir>/jest.setup.js"
]
=======
"jest": "^29.7.0"
>>>>>>> Stashed changes
}
}
}

0 comments on commit dd6524d

Please sign in to comment.