Skip to content

Commit

Permalink
Merge pull request #10 from sineverba/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
sineverba committed Jul 23, 2023
2 parents bc8ec37 + fd5e55d commit 7731bec
Show file tree
Hide file tree
Showing 7 changed files with 1,028 additions and 1,124 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:

test:
docker:
- image: cimg/node:18.14.2
- image: cimg/node:18.17.0

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.14.2
v18.17.0
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ blocks:
docker run
--rm
-e SONAR_HOST_URL="https://sonarcloud.io"
-e SONAR_LOGIN=$SONAR_TOKEN
-e SONAR_TOKEN=$SONAR_TOKEN
-v "/home/semaphore/npm-pkg-concatenate:/usr/src"
sonarsource/sonar-scanner-cli:$SONARSCANNER_VERSION
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Next version
+ Fix documentation
+ Upgrade dependencies

## 1.0.0
+ First commit
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ sonar:
--name sonarscanner \
-v $(PWD):/usr/src \
-e SONAR_HOST_URL=$(SONAR_HOST_URL) \
-e SONAR_LOGIN=$(SONAR_TOKEN) \
-e SONAR_TOKEN=$(SONAR_TOKEN) \
sonarsource/sonar-scanner-cli:$(SONARSCANNER_VERSION)

upgrade:
npx ncu --doctor -u
npx ncu -u
npm install
npx browserslist@latest --update-db
npm audit fix
Loading

0 comments on commit 7731bec

Please sign in to comment.