aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Upgrade lintersAlexander Moisseev2024-09-111-236/+181
| | | | | | - Upgraded `eslint` from 9.7.0 to 9.10.0 - Upgraded `@stylistic/eslint-plugin` from 2.3.0 to 2.8.0 - Upgraded `stylelint` from 16.7.0 to 16.9.0
* [Test] Migrate ESLint to 9.7.0moisseev2024-07-181-361/+145
|
* [Test] Use actions/setup-nodemoisseev2024-07-171-0/+2770
The `npm ci`sets up exact versions of Node.js packages listed in the package-lock.json file, which is ensuring consistency across different test runs and environments.