Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/helper-compilation-targets/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "@babel/helper-compilation-targets", 3 "version": "7.25. 2",3 "version": "7.25.9", 4 4 "author": "The Babel Team (https://babel.dev/team)", 5 5 "license": "MIT", … … 26 26 ], 27 27 "dependencies": { 28 "@babel/compat-data": "^7.25. 2",29 "@babel/helper-validator-option": "^7.2 4.8",30 "browserslist": "^4.2 3.1",28 "@babel/compat-data": "^7.25.9", 29 "@babel/helper-validator-option": "^7.25.9", 30 "browserslist": "^4.24.0", 31 31 "lru-cache": "^5.1.1", 32 32 "semver": "^6.3.1" 33 33 }, 34 34 "devDependencies": { 35 "@babel/helper-plugin-test-runner": "^7.2 4.7",35 "@babel/helper-plugin-test-runner": "^7.25.9", 36 36 "@types/lru-cache": "^5.1.1", 37 37 "@types/semver": "^5.5.0"
Note:
See TracChangeset
for help on using the changeset viewer.