fix: sync package-lock.json with package.json #4

Merged
min merged 2 commits from fix/npm-lockfile-sync into main 2026-05-29 00:34:50 +00:00

2 Commits

Author SHA1 Message Date
3c4ce8af77 fix: убрать устаревший --ext из npm run lint (ESLint 9 flat config)
Some checks failed
CI / Lint (pull_request) Failing after 42s
CI / Build (pull_request) Successful in 1m43s
CI / Secret scan (pull_request) Successful in 2m28s
CI / PR size check (pull_request) Successful in 6s
В репо есть eslint.config.js (flat config), при котором ESLint 8.57+
переключается в flat-mode и не принимает --ext. Глобы файлов берутся
из files: ['**/*.{js,jsx}'] в самом конфиге.

Без этого фикса CI Lint падает: "Invalid option '--ext'".
2026-05-29 03:24:19 +03:00
4163f065dc fix: sync package-lock.json with package.json
Some checks failed
CI / Lint (pull_request) Failing after 41s
CI / Build (pull_request) Successful in 1m31s
CI / Secret scan (pull_request) Successful in 2m27s
CI / PR size check (pull_request) Successful in 6s
CI failed with: "Missing: babylonjs-gltf2interface@7.54.3 from lock file"
Lock file was out of sync — npm install regenerates it.
2026-05-29 03:02:50 +03:00