Ignore:
Timestamp:
01/27/26 14:03:17 (6 months ago)
Author:
Filip Gavrilovski <filipgavrilovski28@…>
Branches:
main
Children:
3238007
Parents:
4e5cf92
Message:

add toasts on frontend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/package-lock.json

    r4e5cf92 rb70fbeb  
    1515                                "react-dom": "^19.2.0",
    1616                                "react-router-dom": "^7.13.0",
     17                                "react-toastify": "^11.0.5",
    1718                                "tailwindcss": "^4.1.18"
    1819                        },
     
    21522153                        "funding": {
    21532154                                "url": "https://github.com/chalk/chalk?sponsor=1"
     2155                        }
     2156                },
     2157                "node_modules/clsx": {
     2158                        "version": "2.1.1",
     2159                        "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
     2160                        "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
     2161                        "license": "MIT",
     2162                        "engines": {
     2163                                "node": ">=6"
    21542164                        }
    21552165                },
     
    36833693                        }
    36843694                },
     3695                "node_modules/react-toastify": {
     3696                        "version": "11.0.5",
     3697                        "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.5.tgz",
     3698                        "integrity": "sha512-EpqHBGvnSTtHYhCPLxML05NLY2ZX0JURbAdNYa6BUkk+amz4wbKBQvoKQAB0ardvSarUBuY4Q4s1sluAzZwkmA==",
     3699                        "license": "MIT",
     3700                        "dependencies": {
     3701                                "clsx": "^2.1.1"
     3702                        },
     3703                        "peerDependencies": {
     3704                                "react": "^18 || ^19",
     3705                                "react-dom": "^18 || ^19"
     3706                        }
     3707                },
    36853708                "node_modules/resolve-from": {
    36863709                        "version": "4.0.0",
Note: See TracChangeset for help on using the changeset viewer.