mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Bump the eslint-plugins group with 3 updates
Bumps the eslint-plugins group with 3 updates: [@shlinkio/eslint-config-js-coding-standard](https://github.com/shlinkio/js-coding-standard), [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@shlinkio/eslint-config-js-coding-standard` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/shlinkio/js-coding-standard/releases) - [Changelog](https://github.com/shlinkio/js-coding-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/shlinkio/js-coding-standard/compare/v3.0.0...v3.0.1) Updates `@stylistic/eslint-plugin` from 2.3.0 to 2.6.1 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.6.1/packages/eslint-plugin) Updates `typescript-eslint` from 7.17.0 to 8.0.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@shlinkio/eslint-config-js-coding-standard" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint-plugins - dependency-name: "@stylistic/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-plugins - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2cf227210a
commit
81ea262999
2 changed files with 374 additions and 318 deletions
686
package-lock.json
generated
686
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -57,9 +57,9 @@
|
|||
"workbox-strategies": "^7.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@shlinkio/eslint-config-js-coding-standard": "~3.0.0",
|
||||
"@shlinkio/eslint-config-js-coding-standard": "~3.0.1",
|
||||
"@shlinkio/stylelint-config-css-coding-standard": "~1.1.1",
|
||||
"@stylistic/eslint-plugin": "^2.3.0",
|
||||
"@stylistic/eslint-plugin": "^2.6.1",
|
||||
"@testing-library/jest-dom": "^6.4.8",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
|
@ -82,7 +82,7 @@
|
|||
"sass": "^1.77.8",
|
||||
"stylelint": "^15.11.0",
|
||||
"typescript": "^5.5.4",
|
||||
"typescript-eslint": "^7.17.0",
|
||||
"typescript-eslint": "^8.0.0",
|
||||
"vite": "^5.3.5",
|
||||
"vite-plugin-pwa": "^0.20.1",
|
||||
"vitest": "^2.0.2"
|
||||
|
|
Loading…
Reference in a new issue