Changeset f5b256e for my-react-app/package-lock.json
- Timestamp:
- 04/28/25 14:20:18 (4 weeks ago)
- Branches:
- main
- Children:
- deea3c4
- Parents:
- 8ca35dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
my-react-app/package-lock.json
r8ca35dc rf5b256e 16 16 "jwt-decode": "^4.0.0", 17 17 "react": "^18.2.0", 18 "react-bootstrap-datetimepicker": "^0.0.22", 18 19 "react-dom": "^18.2.0", 19 20 "react-router-dom": "^6.22.0", … … 5769 5770 } 5770 5771 }, 5772 "node_modules/babel-runtime": { 5773 "version": "5.8.38", 5774 "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-5.8.38.tgz", 5775 "integrity": "sha512-KpgoA8VE/pMmNCrnEeeXqFG24TIH11Z3ZaimIhJWsin8EbfZy3WzFKUTIan10ZIDgRVvi9EkLbruJElJC9dRlg==", 5776 "dependencies": { 5777 "core-js": "^1.0.0" 5778 } 5779 }, 5780 "node_modules/babel-runtime/node_modules/core-js": { 5781 "version": "1.2.7", 5782 "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz", 5783 "integrity": "sha512-ZiPp9pZlgxpWRu0M+YWbm6+aQ84XEfH1JRXvfOc/fILWI0VKhLC2LX13X1NYq4fULzLMq7Hfh43CSo2/aIaUPA==", 5784 "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js." 5785 }, 5771 5786 "node_modules/balanced-match": { 5772 5787 "version": "1.0.2", … … 6167 6182 "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz", 6168 6183 "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==" 6184 }, 6185 "node_modules/classnames": { 6186 "version": "2.5.1", 6187 "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", 6188 "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" 6169 6189 }, 6170 6190 "node_modules/clean-css": { … … 12722 12742 "bin": { 12723 12743 "mkdirp": "bin/cmd.js" 12744 } 12745 }, 12746 "node_modules/moment": { 12747 "version": "2.30.1", 12748 "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", 12749 "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", 12750 "engines": { 12751 "node": "*" 12724 12752 } 12725 12753 }, … … 14895 14923 "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" 14896 14924 }, 14925 "node_modules/react-bootstrap-datetimepicker": { 14926 "version": "0.0.22", 14927 "resolved": "https://registry.npmjs.org/react-bootstrap-datetimepicker/-/react-bootstrap-datetimepicker-0.0.22.tgz", 14928 "integrity": "sha512-1va2drwnGtjBtK38TKHS7cJ2lYjjPDYOJwbUaam1ctpdxhPbYLyjg8ahrflLjqIQQCsUTmPJg0W4NopbUoGKlw==", 14929 "dependencies": { 14930 "babel-runtime": "^5.6.18", 14931 "classnames": "^2.1.2", 14932 "moment": "^2.8.2" 14933 }, 14934 "peerDependencies": { 14935 "react": ">=0.14" 14936 } 14937 }, 14897 14938 "node_modules/react-dev-utils": { 14898 14939 "version": "12.0.1",
Note:
See TracChangeset
for help on using the changeset viewer.