Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/@babel/helper-module-transforms/package.json

    rd565449 r0c6b92a  
    11{
    22  "name": "@babel/helper-module-transforms",
    3   "version": "7.25.2",
     3  "version": "7.26.0",
    44  "description": "Babel helper functions for implementing ES6 module transformations",
    55  "author": "The Babel Team (https://babel.dev/team)",
     
    1616  "main": "./lib/index.js",
    1717  "dependencies": {
    18     "@babel/helper-module-imports": "^7.24.7",
    19     "@babel/helper-simple-access": "^7.24.7",
    20     "@babel/helper-validator-identifier": "^7.24.7",
    21     "@babel/traverse": "^7.25.2"
     18    "@babel/helper-module-imports": "^7.25.9",
     19    "@babel/helper-validator-identifier": "^7.25.9",
     20    "@babel/traverse": "^7.25.9"
    2221  },
    2322  "devDependencies": {
    24     "@babel/core": "^7.25.2"
     23    "@babel/core": "^7.26.0"
    2524  },
    2625  "peerDependencies": {
Note: See TracChangeset for help on using the changeset viewer.