Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit c63f629

Browse files
committed
update deps
1 parent 52296c3 commit c63f629

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

frontend/next-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/// <reference types="next" />
2-
/// <reference types="next/types/global" />
32
/// <reference types="next/image-types/global" />
43

54
// NOTE: This file should not be edited

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react": "^17.0.2",
2222
"react-confetti": "^6.0.1",
2323
"react-dom": "^17.0.2",
24-
"react-fast-marquee": "^1.3.1",
24+
"react-fast-marquee": "^1.3.2",
2525
"react-icons": "^4.3.1",
2626
"web-vitals": "2.1.4"
2727
},

frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5360,10 +5360,10 @@ [email protected]:
53605360
resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz"
53615361
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==
53625362

5363-
react-fast-marquee@^1.3.1:
5364-
version "1.3.1"
5365-
resolved "https://registry.yarnpkg.com/react-fast-marquee/-/react-fast-marquee-1.3.1.tgz#e026ecbf95e73f287c94af9233bed5886913883c"
5366-
integrity sha512-JUlQMU+IVVNKV+D4BRfRaNEaBj+VyHcI0uupBKyeFhkSY2GBkKw7oGvpNdCkPtKd8Q3H0M5eY7PyUj7AdmKCRA==
5363+
react-fast-marquee@^1.3.2:
5364+
version "1.3.2"
5365+
resolved "https://registry.yarnpkg.com/react-fast-marquee/-/react-fast-marquee-1.3.2.tgz#b95150c99509cd5c0213b35c8fe776cc1d72580f"
5366+
integrity sha512-iTRVzu5c5Hig9FsgDgOveJC08PY7nQgbvnr8bBCnVibziA2onWdLJMmjxhgmxEWed7tSRffeXgkx/Gq0M/Q5OQ==
53675367

53685368
53695369
version "2.5.0"

0 commit comments

Comments
 (0)