Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/helper-module-imports/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "@babel/helper-module-imports", 3 "version": "7.2 4.7",3 "version": "7.25.9", 4 4 "description": "Babel helper functions for inserting module loads", 5 5 "author": "The Babel Team (https://babel.dev/team)", … … 16 16 "main": "./lib/index.js", 17 17 "dependencies": { 18 "@babel/traverse": "^7.2 4.7",19 "@babel/types": "^7.2 4.7"18 "@babel/traverse": "^7.25.9", 19 "@babel/types": "^7.25.9" 20 20 }, 21 21 "devDependencies": { 22 "@babel/core": "^7.2 4.7"22 "@babel/core": "^7.25.9" 23 23 }, 24 24 "engines": {
Note:
See TracChangeset
for help on using the changeset viewer.