Changeset e5b84dc for phonelux-frontend/package-lock.json
- Timestamp:
- 09/11/22 18:03:58 (2 years ago)
- Branches:
- master
- Children:
- 775e15e
- Parents:
- 527b93f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
phonelux-frontend/package-lock.json
r527b93f re5b84dc 20 20 "@testing-library/react": "^13.3.0", 21 21 "@testing-library/user-event": "^13.5.0", 22 "@tippyjs/react": "^4.2.6", 22 23 "axios": "^0.27.2", 23 24 "react": "^18.2.0", … … 4092 4093 } 4093 4094 }, 4095 "node_modules/@tippyjs/react": { 4096 "version": "4.2.6", 4097 "resolved": "https://registry.npmjs.org/@tippyjs/react/-/react-4.2.6.tgz", 4098 "integrity": "sha512-91RicDR+H7oDSyPycI13q3b7o4O60wa2oRbjlz2fyRLmHImc4vyDwuUP8NtZaN0VARJY5hybvDYrFzhY9+Lbyw==", 4099 "dependencies": { 4100 "tippy.js": "^6.3.1" 4101 }, 4102 "peerDependencies": { 4103 "react": ">=16.8", 4104 "react-dom": ">=16.8" 4105 } 4106 }, 4094 4107 "node_modules/@tootallnate/once": { 4095 4108 "version": "1.1.2", … … 16095 16108 "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", 16096 16109 "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" 16110 }, 16111 "node_modules/tippy.js": { 16112 "version": "6.3.7", 16113 "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz", 16114 "integrity": "sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==", 16115 "dependencies": { 16116 "@popperjs/core": "^2.9.0" 16117 } 16097 16118 }, 16098 16119 "node_modules/tmpl": { … … 20076 20097 } 20077 20098 }, 20099 "@tippyjs/react": { 20100 "version": "4.2.6", 20101 "resolved": "https://registry.npmjs.org/@tippyjs/react/-/react-4.2.6.tgz", 20102 "integrity": "sha512-91RicDR+H7oDSyPycI13q3b7o4O60wa2oRbjlz2fyRLmHImc4vyDwuUP8NtZaN0VARJY5hybvDYrFzhY9+Lbyw==", 20103 "requires": { 20104 "tippy.js": "^6.3.1" 20105 } 20106 }, 20078 20107 "@tootallnate/once": { 20079 20108 "version": "1.1.2", … … 28712 28741 "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" 28713 28742 }, 28743 "tippy.js": { 28744 "version": "6.3.7", 28745 "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz", 28746 "integrity": "sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==", 28747 "requires": { 28748 "@popperjs/core": "^2.9.0" 28749 } 28750 }, 28714 28751 "tmpl": { 28715 28752 "version": "1.0.5",
Note:
See TracChangeset
for help on using the changeset viewer.