Skip to content

Commit

Permalink
Merge pull request #42 from sineverba/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
sineverba committed Feb 23, 2023
2 parents cfa6fe1 + 7120979 commit fb935fc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 2.0.0
# Next version
+ Upgrade dependencies

## 2.0.0
+ Change usage. Fix instructions

## 1.3.1
Expand Down
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ include .env
SONARSCANNER_VERSION=4.8.0

sonar:
docker run --rm -it \
docker run \
--rm \
-it \
--user="$(id -u):$(id -g)" \
--name sonarscanner \
-v $(PWD):/usr/src \
-e SONAR_HOST_URL=$(SONAR_HOST_URL) \
-e SONAR_LOGIN=$(SONAR_LOGIN) \
-e SONAR_SCANNER_OPTS="-Xmx1024m" \
sonarsource/sonar-scanner-cli:$(SONARSCANNER_VERSION)

upgrade:
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/jest": "^29.4.0",
"coveralls": "^3.1.1",
"jest": "^29.4.3",
"npm-check-updates": "^16.7.5",
"npm-check-updates": "^16.7.9",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
},
Expand Down

0 comments on commit fb935fc

Please sign in to comment.