Skip to content

Commit

Permalink
adding ArchivalAnnouncementModal & updating react
Browse files Browse the repository at this point in the history
  • Loading branch information
itsoliviasparks committed Dec 14, 2023
1 parent 67e8f9a commit 6e0688c
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 39 deletions.
80 changes: 43 additions & 37 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@the-collab-lab/shopping-list-utils": "^2.2.0",
"bootstrap": "^4.5.0",
"firebase": "^10.6.0",
"husky": "^3.1.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"react": "^16.14.0",
"react": "^18.2.0",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.14.0",
"react-dom": "^18.2.0",
"react-firestore": "^1.0.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^5.0.1"
Expand Down
2 changes: 2 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import GetList from './Components/getList.js';
import AddItem from './Components/addItem.js';
import ShareList from './Components/shareList.js';
import ItemDetailPage from './Components/itemDetail';
import { ArchivalNoticeModal } from '@the-collab-lab/shopping-list-utils';

import {
BrowserRouter as Router,
Expand Down Expand Up @@ -33,6 +34,7 @@ function App() {
<ShareList />
</Route>
<Route path="/">
<ArchivalNoticeModal />
<Landing />
</Route>
</Switch>
Expand Down

0 comments on commit 6e0688c

Please sign in to comment.