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

    rd565449 r0c6b92a  
    11{
    22  "name": "vite",
    3   "version": "5.3.5",
     3  "version": "5.4.11",
    44  "type": "module",
    55  "license": "MIT",
     
    6969    "url": "https://github.com/vitejs/vite/issues"
    7070  },
    71   "homepage": "https://vitejs.dev",
     71  "homepage": "https://vite.dev",
    7272  "funding": "https://github.com/vitejs/vite?sponsor=1",
    7373  "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
    7474  "dependencies": {
    7575    "esbuild": "^0.21.3",
    76     "postcss": "^8.4.39",
    77     "rollup": "^4.13.0"
     76    "postcss": "^8.4.43",
     77    "rollup": "^4.20.0"
    7878  },
    7979  "optionalDependencies": {
     
    8282  "devDependencies": {
    8383    "@ampproject/remapping": "^2.3.0",
    84     "@babel/parser": "^7.24.8",
     84    "@babel/parser": "^7.25.6",
    8585    "@jridgewell/trace-mapping": "^0.3.25",
    8686    "@polka/compression": "^1.0.0-next.25",
     
    100100    "cors": "^2.8.5",
    101101    "cross-spawn": "^7.0.3",
    102     "debug": "^4.3.5",
     102    "debug": "^4.3.6",
    103103    "dep-types": "link:./src/types",
    104104    "dotenv": "^16.4.5",
     
    110110    "fast-glob": "^3.3.2",
    111111    "http-proxy": "^1.18.1",
    112     "launch-editor-middleware": "^2.8.0",
    113     "lightningcss": "^1.25.1",
    114     "magic-string": "^0.30.10",
    115     "micromatch": "^4.0.7",
     112    "launch-editor-middleware": "^2.9.1",
     113    "lightningcss": "^1.26.0",
     114    "magic-string": "^0.30.11",
     115    "micromatch": "^4.0.8",
    116116    "mlly": "^1.7.1",
    117117    "mrmime": "^2.0.0",
     
    130130    "rollup-plugin-license": "^3.5.2",
    131131    "sass": "^1.77.8",
     132    "sass-embedded": "^1.77.8",
    132133    "sirv": "^2.0.4",
    133134    "source-map-support": "^0.5.21",
    134135    "strip-ansi": "^7.1.0",
    135136    "strip-literal": "^2.1.0",
    136     "tsconfck": "^3.1.1",
    137     "tslib": "^2.6.3",
     137    "tsconfck": "^3.1.4",
     138    "tslib": "^2.7.0",
    138139    "types": "link:./types",
    139140    "ufo": "^1.5.4",
     
    145146    "lightningcss": "^1.21.0",
    146147    "sass": "*",
     148    "sass-embedded": "*",
    147149    "stylus": "*",
    148150    "sugarss": "*",
     
    154156    },
    155157    "sass": {
     158      "optional": true
     159    },
     160    "sass-embedded": {
    156161      "optional": true
    157162    },
Note: See TracChangeset for help on using the changeset viewer.