Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/code-frame/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "@babel/code-frame", 3 "version": "7.2 4.7",3 "version": "7.26.2", 4 4 "description": "Generate errors that contain a code frame that point to source locations.", 5 5 "author": "The Babel Team (https://babel.dev/team)", … … 17 17 "main": "./lib/index.js", 18 18 "dependencies": { 19 "@babel/highlight": "^7.24.7", 19 "@babel/helper-validator-identifier": "^7.25.9", 20 "js-tokens": "^4.0.0", 20 21 "picocolors": "^1.0.0" 21 22 },
Note:
See TracChangeset
for help on using the changeset viewer.