Skip to content

Commit

Permalink
Update dependency standard to v17.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 69fc41e commit b6a7ef6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"alpinejs": "3.14.1",
"npm-run-all2": "6.2.2",
"postcss": "8.4.45",
"standard": "17.1.1",
"standard": "17.1.2",
"stylelint": "16.9.0",
"stylelint-config-standard": "36.0.1",
"topbar": "3.0.0"
Expand Down
18 changes: 9 additions & 9 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -999,10 +999,10 @@ eslint-plugin-promise@^6.1.1:
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#269a3e2772f62875661220631bd4dafcb4083816"
integrity sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==

eslint-plugin-react@7.35.2:
version "7.35.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz#d32500d3ec268656d5071918bfec78cfd8b070ed"
integrity sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==
eslint-plugin-react@^7.36.1:
version "7.36.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz#f1dabbb11f3d4ebe8b0cf4e54aff4aee81144ee5"
integrity sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==
dependencies:
array-includes "^3.1.8"
array.prototype.findlast "^1.2.5"
Expand Down Expand Up @@ -2609,18 +2609,18 @@ standard-engine@^15.1.0:
pkg-conf "^3.1.0"
xdg-basedir "^4.0.0"

[email protected].1:
version "17.1.1"
resolved "https://registry.yarnpkg.com/standard/-/standard-17.1.1.tgz#799035b4d2e4c5a7baaa537635a818f510410eaa"
integrity sha512-GuqFtDMmpcIMX3R/kLaq+Cm18Pjx6IOpR9KhOYKetmkR5ryCxFtus4rC3JNvSE3l9GarlOZLZpBRHqDA9wY8zw==
[email protected].2:
version "17.1.2"
resolved "https://registry.yarnpkg.com/standard/-/standard-17.1.2.tgz#fc7e365e401569fee2a840d2a3862d218ef78092"
integrity sha512-WLm12WoXveKkvnPnPnaFUUHuOB2cUdAsJ4AiGHL2G0UNMrcRAWY2WriQaV8IQ3oRmYr0AWUbLNr94ekYFAHOrA==
dependencies:
eslint "^8.41.0"
eslint-config-standard "17.1.0"
eslint-config-standard-jsx "^11.0.0"
eslint-plugin-import "^2.27.5"
eslint-plugin-n "^15.7.0"
eslint-plugin-promise "^6.1.1"
eslint-plugin-react "7.35.2"
eslint-plugin-react "^7.36.1"
standard-engine "^15.1.0"
version-guard "^1.1.1"

Expand Down

0 comments on commit b6a7ef6

Please sign in to comment.