Ignore:
Timestamp:
01/27/26 15:56:00 (6 months ago)
Author:
Dimitar Arsov <dimitararsov04@…>
Branches:
main
Children:
6de2873
Parents:
77e572b (diff), 16aed54 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'main' into follow-user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/package-lock.json

    r77e572b rc1d2f07  
    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.