Skip to content

Commit ed26378

Browse files
committed
Updating dependencies (major versions).
1 parent e4c0f4f commit ed26378

File tree

4 files changed

+91
-144
lines changed

4 files changed

+91
-144
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"react-height": "^3.0.0",
7676
"react-helmet": "^6.1.0",
7777
"react-immutable-proptypes": "^2.1.0",
78-
"react-intl": "5.20.12",
78+
"react-intl": "5.20.13",
7979
"react-motion": "^0.5.2",
8080
"react-redux": "^7.2.0",
8181
"react-router": "^5.2.0",
@@ -136,7 +136,7 @@
136136
"git-revision-webpack-plugin": "^5.0.0",
137137
"image-webpack-loader": "^8.0.1",
138138
"isomorphic-style-loader": "^5.1.0",
139-
"jsdom": "^17.0.0",
139+
"jsdom": "^18.0.0",
140140
"json-loader": "^0.5.4",
141141
"less": "^4.1.1",
142142
"less-loader": "^10.0.0",

src/locales/cs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@
934934
"app.groupTree.treeViewLeaf.organizationalTooltip": "Skupina je organizační (nemá žádné studenty ani zadané úlohy)",
935935
"app.groupTree.treeViewLeaf.publicTooltip": "Skupina je veřejná",
936936
"app.groupUserSolutions.allAssignmentSolutions": "všechna řešení úlohy",
937+
"app.groupUserSolutions.assignmentDetail": "zadaná úloha",
937938
"app.groupUserSolutions.groupByAssignmentsCheckbox": "Seskupit podle úloh",
938939
"app.groupUserSolutions.noSolutions": "Uživatel zatím neodevzdal žádná řešení.",
939940
"app.groupUserSolutions.onlyBestSolutionsCheckbox": "Pouze nejlepší řešení",

src/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@
934934
"app.groupTree.treeViewLeaf.organizationalTooltip": "The group is organizational (it does not have any students or assignments)",
935935
"app.groupTree.treeViewLeaf.publicTooltip": "The group is public",
936936
"app.groupUserSolutions.allAssignmentSolutions": "all assignment solutions",
937+
"app.groupUserSolutions.assignmentDetail": "assignment detail",
937938
"app.groupUserSolutions.groupByAssignmentsCheckbox": "Group by assignments",
938939
"app.groupUserSolutions.noSolutions": "The user has not submitted any solutions yet.",
939940
"app.groupUserSolutions.onlyBestSolutionsCheckbox": "Best solutions only",

0 commit comments

Comments
 (0)