Skip to content
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
63 changes: 0 additions & 63 deletions lib/getArticleRedirects.ts

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"next-auth": "4.23.2",
"nodemailer": "^6.10.0",
"prettier": "^3.6.2",
"react": "19.0.1",
"react": "19.0.3",
"react-beautiful-dnd": "13.1.1",
"react-confetti": "6.1.0",
"react-confetti-explosion": "2.1.2",
"react-dom": "19.0.1",
"react-dom": "19.0.3",
"react-ga4": "1.4.1",
"react-icalendar-link": "3.0.2",
"react-intersection-observer": "^9.16.0",
Expand Down
3 changes: 2 additions & 1 deletion src/components/NPS/NPS.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
.nps {
position: fixed;
bottom: 23px;
background-color: #ffffff;
background-color: #fafafa;
border: 1px solid #c4c4c4;
left: 50%;
border-radius: 4px;
padding: 14px 39px 12px 0;
Expand Down
2 changes: 1 addition & 1 deletion src/data/toolHeader/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const en = {
items: [
{
title: 'Cognitive biases in education',
link: '/uxeducation',
link: '/articles/uxeducation',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/toolHeader/hy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const hy = {
items: [
{
title: 'Կոգնիտիվ հակումները կրթության մեջ',
link: '/uxeducation',
link: '/articles/uxeducation',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/toolHeader/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ru = {
items: [
{
title: 'Использование проекта в образовательной системе',
link: '/ru/uxeducation',
link: '/ru/articles/uxeducation',
},
],
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5528,10 +5528,10 @@ react-display-name@^0.2.4:
resolved "https://registry.yarnpkg.com/react-display-name/-/react-display-name-0.2.5.tgz#304c7cbfb59ee40389d436e1a822c17fe27936c6"
integrity sha512-I+vcaK9t4+kypiSgaiVWAipqHRXYmZIuAiS8vzFvXHHXVigg/sMKwlRgLy6LH2i3rmP+0Vzfl5lFsFRwF1r3pg==

react-dom@19.0.1:
version "19.0.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.1.tgz#b856cbfe38e002b485803d5a0692ee600832edbd"
integrity sha512-3TJg51HSbJiLVYCS6vWwWsyqoS36aGEOCmtLLHxROlSZZ5Bk10xpxHFbrCu4DdqgR85DDc9Vucxqhai3g2xjtA==
react-dom@19.0.3:
version "19.0.3"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.3.tgz#517de15717f686dd6e39488434b6dd18f01ef1fb"
integrity sha512-a7ezLfxibhu6fZBVLwy6WEd3Jn/4H8JYVO8K8GtBfRf1Pl+ox7KFoMCzAGlxLZUXo0t44YZShzhhoDH3yMVdxQ==
dependencies:
scheduler "^0.25.0"

Expand Down Expand Up @@ -5701,10 +5701,10 @@ react-use@*:
ts-easing "^0.2.0"
tslib "^2.1.0"

react@19.0.1:
version "19.0.1"
resolved "https://registry.yarnpkg.com/react/-/react-19.0.1.tgz#0fb9523201af5f8c7aee753a825d1d9d2f9769db"
integrity sha512-nVRaZCuEyvu69sWrkdwjP6QY57C+lY+uMNNMyWUFJb9Z/JlaBOQus7mSMfGYsblv7R691u6SSJA/dX9IRnyyLQ==
react@19.0.3:
version "19.0.3"
resolved "https://registry.yarnpkg.com/react/-/react-19.0.3.tgz#dc803a2316a97d8a1619bf460353c8ccdb7d3a60"
integrity sha512-owzQanTgpB8GF7pVL6mUwZZyhKzFePi9++GkFk54i9PRU0jq+z7v9Mwg7PAZJYCiYl5YwcyQGGq5/PLkesd8nw==

readdirp@~3.6.0:
version "3.6.0"
Expand Down