Skip to content

Commit 48b0a1e

Browse files
committed
update dev deps
1 parent 77baeb3 commit 48b0a1e

File tree

3 files changed

+288
-993
lines changed

3 files changed

+288
-993
lines changed

package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,24 @@
3838
"dependencies": {
3939
"@opentelemetry/api": "1.9.0",
4040
"@opentelemetry/semantic-conventions": "1.30.0",
41-
"debug": "4.3.4",
41+
"debug": "4.4.0",
4242
"jose": "5.10.0",
4343
"raw-body": "3.0.0"
4444
},
4545
"devDependencies": {
46-
"@changesets/cli": "2.27.1",
47-
"@testing-library/dom": "^8.17.1",
48-
"@testing-library/react": "^13.4.0",
46+
"@changesets/cli": "2.28.1",
47+
"@testing-library/dom": "10.4.0",
48+
"@testing-library/react": "16.2.0",
4949
"@types/aws-lambda": "^8.10.147",
5050
"@types/debug": "^4.1.12",
5151
"@types/node": "^18.7.15",
52-
"@types/react": "18.0.21",
53-
"@types/react-dom": "^18.0.5",
54-
"@types/uuid": "^8.3.4",
52+
"@types/react": "19.0.10",
53+
"@types/react-dom": "19.0.4",
5554
"@typescript-eslint/eslint-plugin": "^5.36.1",
5655
"@typescript-eslint/parser": "^5.36.1",
5756
"@vercel/kv": "1.0.0",
5857
"@vitejs/plugin-react": "4.3.4",
59-
"@vitest/coverage-v8": "3.0.4",
58+
"@vitest/coverage-v8": "3.0.7",
6059
"clean-publish": "^4.0.1",
6160
"eslint": "8.23.0",
6261
"eslint-config-airbnb": "^19.0.4",
@@ -68,9 +67,9 @@
6867
"eslint-plugin-react": "^7.31.6",
6968
"eslint-plugin-react-hooks": "^4.6.0",
7069
"eslint-plugin-simple-import-sort": "^8.0.0",
71-
"graphql": "16.8.0",
70+
"graphql": "16.10.0",
7271
"husky": "^8.0.1",
73-
"jsdom": "^20.0.3",
72+
"jsdom": "26.0.0",
7473
"lint-staged": "15.4.3",
7574
"next": "15.1.7",
7675
"node-mocks-http": "1.16.2",

0 commit comments

Comments
 (0)