Skip to content

Commit ac8dca9

Browse files
Update all
1 parent 18dbb7a commit ac8dca9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@testing-library/user-event": "14.5.2",
1414
"@types/aos": "3.0.7",
1515
"@types/jest": "28.1.8",
16-
"@types/node": "20.14.2",
16+
"@types/node": "22.13.5",
1717
"@types/react": "18.2.3",
1818
"@types/react-dom": "18.3.0",
1919
"@types/react-scroll": "1.8.10",
@@ -53,7 +53,7 @@
5353
"eslint": "9.4.0",
5454
"eslint-config-airbnb": "19.0.4",
5555
"eslint-config-airbnb-typescript": "18.0.0",
56-
"eslint-config-prettier": "9.1.0",
56+
"eslint-config-prettier": "10.0.1",
5757
"eslint-plugin-import": "2.29.1",
5858
"eslint-plugin-jsx-a11y": "6.8.0",
5959
"eslint-plugin-prettier": "5.1.3",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2048,12 +2048,12 @@
20482048
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.6.tgz#31743bc5772b6ac223845e18c3fc26f042713c83"
20492049
integrity sha512-EdxgKRXgYsNITy5mjjXjVE/CS8YENSdhiagGrLqjG0pvA2owgJ6i4l7wy/PFZGC0B1/H20lWKN7ONVDNYDZm7A==
20502050

2051-
"@types/node@20.14.2":
2052-
version "20.14.2"
2053-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
2054-
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
2051+
"@types/node@22.13.5":
2052+
version "22.13.5"
2053+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.5.tgz#23add1d71acddab2c6a4d31db89c0f98d330b511"
2054+
integrity sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==
20552055
dependencies:
2056-
undici-types "~5.26.4"
2056+
undici-types "~6.20.0"
20572057

20582058
"@types/parse-json@^4.0.0":
20592059
version "4.0.0"
@@ -4469,10 +4469,10 @@ [email protected]:
44694469
object.assign "^4.1.2"
44704470
object.entries "^1.1.5"
44714471

4472-
eslint-config-prettier@9.1.0:
4473-
version "9.1.0"
4474-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
4475-
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
4472+
eslint-config-prettier@10.0.1:
4473+
version "10.0.1"
4474+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz#fbb03bfc8db0651df9ce4e8b7150d11c5fe3addf"
4475+
integrity sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==
44764476

44774477
eslint-config-react-app@^7.0.1:
44784478
version "7.0.1"
@@ -9989,10 +9989,10 @@ unbox-primitive@^1.0.2:
99899989
has-symbols "^1.0.3"
99909990
which-boxed-primitive "^1.0.2"
99919991

9992-
undici-types@~5.26.4:
9993-
version "5.26.5"
9994-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
9995-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
9992+
undici-types@~6.20.0:
9993+
version "6.20.0"
9994+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
9995+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
99969996

99979997
unicode-canonical-property-names-ecmascript@^2.0.0:
99989998
version "2.0.0"

0 commit comments

Comments
 (0)