Changeset c1d2f07 for frontend/package-lock.json
- Timestamp:
- 01/27/26 15:56:00 (6 months ago)
- 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. - File:
-
- 1 edited
-
frontend/package-lock.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontend/package-lock.json
r77e572b rc1d2f07 15 15 "react-dom": "^19.2.0", 16 16 "react-router-dom": "^7.13.0", 17 "react-toastify": "^11.0.5", 17 18 "tailwindcss": "^4.1.18" 18 19 }, … … 2152 2153 "funding": { 2153 2154 "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" 2154 2164 } 2155 2165 }, … … 3683 3693 } 3684 3694 }, 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 }, 3685 3708 "node_modules/resolve-from": { 3686 3709 "version": "4.0.0",
Note:
See TracChangeset
for help on using the changeset viewer.
