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

    rd565449 r0c6b92a  
    11{
    22  "name": "konva",
    3   "version": "9.3.14",
     3  "version": "9.3.16",
    44  "author": "Anton Lavrenov",
    55  "files": [
     
    2121    "test:build": "parcel build ./test/unit-tests.html --dist-dir ./test-build --target none --public-url ./ --no-source-maps",
    2222    "test:browser": "npm run test:build && mocha-headless-chrome -f ./test-build/unit-tests.html -a disable-web-security",
    23     "test:watch": "rm -rf ./.parcel-cache && parcel serve ./test/unit-tests.html ./test/manual-tests.html ./test/sandbox.html ./test/text-paths.html ./test/bunnies.html",
     23    "test:watch": "rm -rf ./.parcel-cache && PARCEL_WORKERS=0  parcel serve ./test/unit-tests.html ./test/manual-tests.html ./test/sandbox.html ./test/text-paths.html ./test/bunnies.html",
    2424    "test:node": "ts-mocha -r ./test/node-global-setup.mjs -p ./test/tsconfig.json test/unit/**/*.ts --exit && npm run test:import",
    2525    "tsc": "tsc --removeComments",
     
    8282    "process": "^0.11.10",
    8383    "rollup": "^4.9.1",
    84     "rollup-plugin-commonjs": "^10.1.0",
    85     "rollup-plugin-node-resolve": "^5.2.0",
    86     "rollup-plugin-sourcemaps": "^0.6.3",
    8784    "rollup-plugin-typescript2": "^0.36.0",
    8885    "size-limit": "^11.0.1",
Note: See TracChangeset for help on using the changeset viewer.