Skip to content

Commit

Permalink
chore: upgrade cli-style
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed May 27, 2024
1 parent c9cf26d commit ccf0573
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable import/no-unused-modules */
const { config } = require('@dhis2/cli-style')

module.exports = {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"cronstrue": "^1.114.0",
"history": "^4.9.0",
"moment": "^2.29.1",
"postcss": "^8.4.38",
"prop-types": "^15.8.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand All @@ -31,7 +32,7 @@
"@badeball/cypress-cucumber-preprocessor": "^20.0.3",
"@cypress/webpack-preprocessor": "^6.0.1",
"@dhis2/cli-app-scripts": "^10.3.9",
"@dhis2/cli-style": "^10.7.0",
"@dhis2/cli-style": "^10.7.2",
"@testing-library/cypress": "^10.0.1",
"@testing-library/react-hooks": "^8.0.1",
"cypress": "^13.7.2",
Expand Down
3 changes: 1 addition & 2 deletions src/components/App/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import { Store } from '../Store'
import { PageWrapper } from '../PageWrapper'
import './App.css'

// eslint-disable-next-line import/no-unassigned-import
/* eslint-disable-next-line import/no-unresolved, import/no-unassigned-import -- Necessary for translations to work */
import '../../locales'
// The above is necessary for translations to work

const App = () => (
<React.Fragment>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2410,10 +2410,10 @@
update-notifier "^3.0.0"
yargs "^13.1.0"

"@dhis2/cli-style@^10.7.0":
version "10.7.0"
resolved "https://registry.yarnpkg.com/@dhis2/cli-style/-/cli-style-10.7.0.tgz#c7be8a9a3cf376835aeb6639452ee19e808b339f"
integrity sha512-GgpJy0r1xEjlqlGkPhm7BXDn7gdBxpyNQFQF7VxwHNBXKmJNIwZQIUCj21QMwX+DOhScuI8mjtiWetdQn2ZKUw==
"@dhis2/cli-style@^10.7.2":
version "10.7.2"
resolved "https://registry.yarnpkg.com/@dhis2/cli-style/-/cli-style-10.7.2.tgz#5ec0d82ab6435f47c3ef98b38f98b6b3113c8135"
integrity sha512-J8Q3ynGK0eyIZqx1cwCfMYvW8i9Q7+dpkocteEc0dvEzeRhN+cvSGiP17BPVdeLSl4JnhkO+LCXMwNSHMGmC5g==
dependencies:
"@commitlint/cli" "^12.1.4"
"@commitlint/config-conventional" "^13.1.0"
Expand Down

0 comments on commit ccf0573

Please sign in to comment.