Skip to content

Commit

Permalink
fix: bump cli-style for CRA fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed May 6, 2024
1 parent 5380a6e commit 6f2b0bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
]
},
"devDependencies": {
"@dhis2/cli-style": "^10.4.3",
"@dhis2/cli-style": "^10.5.2",
"@dhis2/cli-utils-docsite": "^3.0.0",
"concurrently": "^6.0.0",
"serve": "^12.0.0"
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Expand Up @@ -2033,10 +2033,10 @@
handlebars "^4.7.3"
isbinaryfile "^4.0.4"

"@dhis2/cli-style@^10.4.3":
version "10.4.3"
resolved "https://registry.yarnpkg.com/@dhis2/cli-style/-/cli-style-10.4.3.tgz#a5048c21be3d660975f8cbaf91b0c67ffa62a7f2"
integrity sha512-SffsjUXNT1LVJxcpDA3XkwnfVw14oUIn1WQqQACLmVqsYZrVUR7L163+A194RnF0Ga7BZu3q59DZn/nGGBYbdw==
"@dhis2/cli-style@^10.5.2":
version "10.5.2"
resolved "https://registry.yarnpkg.com/@dhis2/cli-style/-/cli-style-10.5.2.tgz#318682446805c1b582eedcba84b6ffda7fec909f"
integrity sha512-pzkfTI+QU/57yKUFMTGGOWLMKJyxw5fJj8MN738PyY/+TsuSASAMrORhriNafVpwZDsR2swO7J0IZN/u2oTf8Q==
dependencies:
"@commitlint/cli" "^12.1.4"
"@commitlint/config-conventional" "^13.1.0"
Expand All @@ -2047,6 +2047,7 @@
eslint-config-prettier "^8.3.0"
eslint-plugin-import "^2.22.1"
eslint-plugin-react "^7.31.10"
eslint-plugin-react-hooks "^4.6.2"
fast-glob "^3.2.5"
find-up "^5.0.0"
fs-extra "^10.0.0"
Expand Down Expand Up @@ -6100,6 +6101,11 @@ eslint-plugin-import@^2.22.1:
resolve "^1.22.0"
tsconfig-paths "^3.14.1"

eslint-plugin-react-hooks@^4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==

eslint-plugin-react@^7.31.10:
version "7.31.11"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
Expand Down

0 comments on commit 6f2b0bd

Please sign in to comment.