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/parser/package.json

    rd565449 r0c6b92a  
    11{
    22  "name": "@babel/parser",
    3   "version": "7.25.3",
     3  "version": "7.26.2",
    44  "description": "A JavaScript parser",
    55  "author": "The Babel Team (https://babel.dev/team)",
     
    3636  "# dependencies": "This package doesn't actually have runtime dependencies. @babel/types is only needed for type definitions.",
    3737  "dependencies": {
    38     "@babel/types": "^7.25.2"
     38    "@babel/types": "^7.26.0"
    3939  },
    4040  "devDependencies": {
    41     "@babel/code-frame": "^7.24.7",
    42     "@babel/helper-check-duplicate-nodes": "^7.24.7",
    43     "@babel/helper-fixtures": "^7.24.8",
    44     "@babel/helper-string-parser": "^7.24.8",
    45     "@babel/helper-validator-identifier": "^7.24.7",
     41    "@babel/code-frame": "^7.26.2",
     42    "@babel/helper-check-duplicate-nodes": "^7.25.9",
     43    "@babel/helper-fixtures": "^7.26.0",
     44    "@babel/helper-string-parser": "^7.25.9",
     45    "@babel/helper-validator-identifier": "^7.25.9",
    4646    "charcodes": "^0.2.0"
    4747  },
Note: See TracChangeset for help on using the changeset viewer.