mirror of
https://github.com/super-linter/super-linter.git
synced 2025-02-22 13:01:03 -05:00
chore: uninstall next-pwa and fix jest (#6573)
- Uninstall unmaintained next-pwa dependency - Fix eslint-plugin-jest dependencies to allow updates
This commit is contained in:
parent
ff7ebeef9d
commit
5031c6a8ce
3 changed files with 1766 additions and 4360 deletions
6122
dependencies/package-lock.json
generated
vendored
6122
dependencies/package-lock.json
generated
vendored
File diff suppressed because it is too large
Load diff
3
dependencies/package.json
vendored
3
dependencies/package.json
vendored
|
@ -15,7 +15,7 @@
|
||||||
"eslint": "^8.57.1",
|
"eslint": "^8.57.1",
|
||||||
"eslint-config-airbnb": "^19.0.4",
|
"eslint-config-airbnb": "^19.0.4",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-plugin-jest": "^28.8.3",
|
"eslint-plugin-jest": "^28.11.0",
|
||||||
"eslint-plugin-json": "^4.0.1",
|
"eslint-plugin-json": "^4.0.1",
|
||||||
"eslint-plugin-jsonc": "^2.16.0",
|
"eslint-plugin-jsonc": "^2.16.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.10.0",
|
"eslint-plugin-jsx-a11y": "^6.10.0",
|
||||||
|
@ -28,7 +28,6 @@
|
||||||
"jscpd": "^4.0.5",
|
"jscpd": "^4.0.5",
|
||||||
"markdownlint-cli": "^0.42.0",
|
"markdownlint-cli": "^0.42.0",
|
||||||
"next": "^15.1.3",
|
"next": "^15.1.3",
|
||||||
"next-pwa": "^5.6.0",
|
|
||||||
"npm-groovy-lint": "^15.0.0",
|
"npm-groovy-lint": "^15.0.0",
|
||||||
"postcss-less": "^6.0.0",
|
"postcss-less": "^6.0.0",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
|
|
|
@ -364,7 +364,6 @@ control "super-linter-installed-npm-packages" do
|
||||||
"jscpd",
|
"jscpd",
|
||||||
"markdownlint-cli",
|
"markdownlint-cli",
|
||||||
"next",
|
"next",
|
||||||
"next-pwa",
|
|
||||||
"npm-groovy-lint",
|
"npm-groovy-lint",
|
||||||
"postcss-less",
|
"postcss-less",
|
||||||
"prettier",
|
"prettier",
|
||||||
|
|
Loading…
Add table
Reference in a new issue