Skip to content

Commit

Permalink
Merge pull request #343 from dataswift/daniel/update-deps
Browse files Browse the repository at this point in the history
Updated hmi to v0.4.3
  • Loading branch information
Ddeak committed May 25, 2021
2 parents b16b85a + 7bb88bb commit 4d1c81b
Show file tree
Hide file tree
Showing 7 changed files with 218 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
registry-url: https://npm.pkg.github.com

- name: Cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
registry-url: https://npm.pkg.github.com

- name: Cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
registry-url: https://npm.pkg.github.com

- name: Cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
registry-url: https://npm.pkg.github.com

- name: Cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
Expand Down
15 changes: 15 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Path to sources
sonar.sources=src,public,package.json,tsconfig.json,tsconfig.test.json,jest.config.js
sonar.exclusions=src/assets/fonts/*,src/assets/icons/*,src/assets/images/*
#sonar.inclusions=

# Path to tests
#sonar.tests=**/*.test.ts,**/*.test.tsx
#sonar.test.exclusions=
#sonar.test.inclusions=

# Source encoding
#sonar.sourceEncoding=UTF-8

# Exclusions for copy-paste detection
#sonar.cpd.exclusions=
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
"dependencies": {
"@dataswift/hat-js": "^0.5.0",
"@dataswift/shared": "v0.0.3",
"@material-ui/core": "^4.11.3",
"@material-ui/core": "^4.11.4",
"@reduxjs/toolkit": "^1.5.1",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"date-fns": "^2.20.1",
"hmi": "git+ssh://git@github.com:dataswift/hmi-react.git#v0.4.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"date-fns": "^2.21.3",
"hmi": "git+ssh://git@github.com:dataswift/hmi-react.git#v0.4.3",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"markdown-to-jsx": "^7.1.2",
"material-icons": "^0.6.1",
"markdown-to-jsx": "^7.1.3",
"material-icons": "^0.6.4",
"query-string": "^7.0.0",
"react": "^17.0.2",
"react-date-range": "^1.1.3",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-redux": "^7.2.3",
"react-redux": "^7.2.4",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.3",
"redux": "^4.0.5",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"typescript": "^4.2.4"
},
Expand Down Expand Up @@ -58,30 +58,30 @@
]
},
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/jest": "^26.0.23",
"@types/js-cookie": "^2.2.5",
"@types/lodash": "^4.14.168",
"@types/lodash": "^4.14.170",
"@types/lodash.debounce": "^4.0.6",
"@types/markdown-to-jsx": "^6.11.3",
"@types/node": "14.14.37",
"@types/node": "15.6.0",
"@types/node-sass": "^4.11.0",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"@types/react": "17.0.5",
"@types/react-dom": "17.0.5",
"@types/react-redux": "^7.1.16",
"@types/react-router": "^5.1.13",
"@types/react-router": "^5.1.14",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"env-cmd": "^10.1.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"husky": "^6.0.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-environment-jsdom-sixteen": "^2.0.0",
"jest-transform-stub": "^2.0.0",
"lodash.debounce": "^4.0.8",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"ts-jest": "^26.5.4"
"prettier": "^2.3.0",
"ts-jest": "^26.5.6"
}
}
Loading

0 comments on commit 4d1c81b

Please sign in to comment.