Skip to content

Commit

Permalink
Minor upgrades.
Browse files Browse the repository at this point in the history
  • Loading branch information
krulis-martin committed Jan 22, 2025
1 parent 261f6b6 commit add8b7a
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 106 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"css-modules-require-hook": "^4.2.3",
"dotenv": "^16.4.7",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.1",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-react": "13.0.0",
"eslint-import-resolver-node": "^0.3.9",
Expand All @@ -147,7 +147,7 @@
"globals": "^15.14.0",
"image-webpack-loader": "^8.1.0",
"isomorphic-style-loader": "^5.4.0",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"json-loader": "^0.5.7",
"less": "^4.2.2",
"less-loader": "^12.2.0",
Expand All @@ -164,7 +164,7 @@
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.11",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-cli": "^6.0.1",
"webpack-dev-middleware": "^7.4.2",
"webpack-dev-server": "^5.2.0",
"webpack-isomorphic-tools": "^4.0.0"
Expand Down
1 change: 1 addition & 0 deletions src/locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"app.ExercisePrefixIcons.archivedAt": "Archivováno v {archivedAt}.",
"app.ExercisePrefixIcons.isLocked": "Úloha je zamčena autorem a nemůže být zadávána",
"app.ExercisePrefixIcons.isPrivate": "Úloha je soukromá (viditelná pouze autorovi).",
"app.QRCodeDropdown.title": "QR kód s odkazem na aktuální stránku",
"app.acceptGroupInvitation.acceptAndJoin": "Přijmout pozvání do skupiny",
"app.acceptGroupInvitation.alreadyMember": "Již jste členem odpovídající skupiny.",
"app.acceptGroupInvitation.expireAt": "Pozvánka pozbyde platnosti v",
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"app.ExercisePrefixIcons.archivedAt": "Archived at {archivedAt}.",
"app.ExercisePrefixIcons.isLocked": "Exercise is locked by the author and cannot be assigned.",
"app.ExercisePrefixIcons.isPrivate": "Exercise is private (visible only to author).",
"app.QRCodeDropdown.title": "QR code link to current page",
"app.acceptGroupInvitation.acceptAndJoin": "Accept invitation and join the group",
"app.acceptGroupInvitation.alreadyMember": "You are already a member of the corresponding group.",
"app.acceptGroupInvitation.expireAt": "Invitation expires at",
Expand Down
Loading

0 comments on commit add8b7a

Please sign in to comment.