Skip to content

Commit 5dce0d6

Browse files
committed
update dependencies
1 parent 52b907b commit 5dce0d6

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"@amplitude/analytics-browser": "^1.5.5",
77
"@craco/craco": "^6.4.5",
88
"@tanstack/react-query": "^4.13.0",
9-
"@testing-library/jest-dom": "^5.11.4",
10-
"@testing-library/react": "^11.1.0",
11-
"@testing-library/user-event": "^12.1.10",
129
"@types/dompurify": "^2.3.4",
1310
"@types/jspath": "^0.4.0",
1411
"axios": "^0.21.2",
@@ -41,7 +38,7 @@
4138
"timeago.js": "^4.0.2",
4239
"type-fest": "^1.2.0",
4340
"web-vitals": "^0.2.4",
44-
"zustand": "^4.1.3"
41+
"zustand": "^4.3.3"
4542
},
4643
"proxy": "https://api.hackertab.dev/",
4744
"scripts": {
@@ -74,6 +71,9 @@
7471
"react-error-overlay": "6.0.9"
7572
},
7673
"devDependencies": {
74+
"@testing-library/jest-dom": "^5.11.4",
75+
"@testing-library/react": "^11.1.0",
76+
"@testing-library/user-event": "^12.1.10",
7777
"@types/chrome": "^0.0.198",
7878
"@types/jest": "^29.1.2",
7979
"@types/jsonpath": "^0.2.0",

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"moduleResolution": "node",
1919
"resolveJsonModule": true,
2020
"isolatedModules": true,
21+
"noImplicitAny": false,
2122
"noEmit": true,
2223
"jsx": "react-jsx"
2324
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -13500,9 +13500,9 @@ yocto-queue@^0.1.0:
1350013500
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1350113501
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1350213502

13503-
zustand@^4.1.3:
13504-
version "4.1.3"
13505-
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.1.3.tgz#72bc4c0ed8ed906fbd92c7c20cde8dd6114c018f"
13506-
integrity sha512-AdFyr6+4sVD6xlyc/ArQaOrleqzxJEBbAXglufZ5lgvisoz8GUN3icOrKOnX1uRSxmpmdVUQPen9hhymWIzhBg==
13503+
zustand@^4.3.3:
13504+
version "4.3.3"
13505+
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.3.3.tgz#c9113499074dde2d6d99c1b5f591e9329572c224"
13506+
integrity sha512-x2jXq8S0kfLGNwGh87nhRfEc2eZy37tSatpSoSIN+O6HIaBhgQHSONV/F9VNrNcBcKQu/E80K1DeHDYQC/zCrQ==
1350713507
dependencies:
1350813508
use-sync-external-store "1.2.0"

0 commit comments

Comments
 (0)