Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #103

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ USER node
###################
# PRODUCTION
###################
FROM nginx:1.25.3-alpine As production
FROM nginx:1.25.4-alpine As production

# Copy the bundled code from the build stage to the production server image
# COPY --chown=node:node --from=build /usr/src/app/node_modules ./node_modules
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.3.0",
"description": "Educational superescalar and VLIW simulator",
"type": "module",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down Expand Up @@ -33,7 +33,7 @@
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"i18next": "^23.0.0",
"i18next-browser-languagedetector": "7.1.0",
"i18next-browser-languagedetector": "7.2.0",
"i18next-http-backend": "^2.2.0",
"i18next-localstorage-cache": "1.1.1",
"react": "^18.2.0",
Expand Down
Loading