Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
david-04 committed Feb 2, 2024
1 parent 6311c89 commit 445c0a4
Show file tree
Hide file tree
Showing 32 changed files with 6,390 additions and 5,909 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.1.1](https://github.com/david-04/quiz-mate/releases/tag/v1.1.1) (2024-02-03)

- Upgrade dependencies

## [1.1.0](https://github.com/david-04/quiz-mate/releases/tag/v1.1.0) (2023-02-26)

- Hide the "Copy URL" button when the browser does not allow copying to the clipboard
Expand Down
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
autorun :
$(info )
$(info $() build ........ build the frontend)
$(info $() publish ...... publish the package to NPM)
$(info $() release ...... build the frontend and package a new release)
$(info $() unrelease .... git-revert all release artifacts)
$(info $() uplift ....... upgrade all dependencies to the latest version)

build:
./scripts/build.sh
Expand All @@ -16,3 +16,7 @@ unrelease:

publish:
cd dist && npm publish

uplift:
cd frontend && yarn set version latest && yarn up "*@latest"
cd backend && yarn set version latest && yarn up "*@latest"
823 changes: 0 additions & 823 deletions backend/.yarn/releases/yarn-3.3.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions backend/.yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"private": true,
"dependencies": {
"express": "4.18.2",
"socket.io": "4.5.4"
"socket.io": "4.7.4"
},
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@4.1.0"
}
Loading

0 comments on commit 445c0a4

Please sign in to comment.