|
36 | 36 | "redis": ">=4"
|
37 | 37 | },
|
38 | 38 | "dependencies": {
|
39 |
| - "@opentelemetry/api": "^1.7.0", |
40 |
| - "@opentelemetry/semantic-conventions": "^1.18.1", |
41 |
| - "debug": "4.3.4", |
| 39 | + "@opentelemetry/api": "1.9.0", |
| 40 | + "@opentelemetry/semantic-conventions": "1.30.0", |
| 41 | + "debug": "4.4.0", |
42 | 42 | "jose": "5.10.0",
|
43 |
| - "raw-body": "3.0.0", |
44 |
| - "uuid": "9.0.0" |
| 43 | + "raw-body": "3.0.0" |
45 | 44 | },
|
46 | 45 | "devDependencies": {
|
47 |
| - "@changesets/cli": "2.27.1", |
48 |
| - "@testing-library/dom": "^8.17.1", |
49 |
| - "@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", |
50 | 49 | "@types/aws-lambda": "^8.10.147",
|
51 | 50 | "@types/debug": "^4.1.12",
|
52 | 51 | "@types/node": "^18.7.15",
|
53 |
| - "@types/react": "18.0.21", |
54 |
| - "@types/react-dom": "^18.0.5", |
55 |
| - "@types/uuid": "^8.3.4", |
| 52 | + "@types/react": "19.0.10", |
| 53 | + "@types/react-dom": "19.0.4", |
56 | 54 | "@typescript-eslint/eslint-plugin": "^5.36.1",
|
57 | 55 | "@typescript-eslint/parser": "^5.36.1",
|
58 | 56 | "@vercel/kv": "1.0.0",
|
59 | 57 | "@vitejs/plugin-react": "4.3.4",
|
60 |
| - "@vitest/coverage-v8": "3.0.4", |
| 58 | + "@vitest/coverage-v8": "3.0.7", |
61 | 59 | "clean-publish": "^4.0.1",
|
62 | 60 | "eslint": "8.23.0",
|
63 | 61 | "eslint-config-airbnb": "^19.0.4",
|
|
69 | 67 | "eslint-plugin-react": "^7.31.6",
|
70 | 68 | "eslint-plugin-react-hooks": "^4.6.0",
|
71 | 69 | "eslint-plugin-simple-import-sort": "^8.0.0",
|
72 |
| - "graphql": "16.8.0", |
| 70 | + "graphql": "16.10.0", |
73 | 71 | "husky": "^8.0.1",
|
74 |
| - "jsdom": "^20.0.3", |
75 |
| - "lint-staged": "^13.0.3", |
76 |
| - "next": "^12.3.0", |
77 |
| - "node-mocks-http": "^1.11.0", |
78 |
| - "prettier": "3.5.1", |
79 |
| - "react": "^18.2.0", |
80 |
| - "react-dom": "18.2.0", |
81 |
| - "redis": "^4.7.0", |
82 |
| - "tsm": "^2.2.2", |
83 |
| - "tsup": "^8.3.6", |
| 72 | + "jsdom": "26.0.0", |
| 73 | + "lint-staged": "15.4.3", |
| 74 | + "next": "15.1.7", |
| 75 | + "node-mocks-http": "1.16.2", |
| 76 | + "prettier": "3.5.2", |
| 77 | + "react": "19.0.0", |
| 78 | + "react-dom": "19.0.0", |
| 79 | + "redis": "4.7.0", |
| 80 | + "tsm": "2.3.0", |
| 81 | + "tsup": "8.3.6", |
84 | 82 | "typescript": "5.7.3",
|
85 |
| - "vite": "6.0.11", |
86 |
| - "vite-tsconfig-paths": "^5.1.4", |
87 |
| - "vitest": "3.0.4" |
| 83 | + "vite": "6.2.0", |
| 84 | + "vite-tsconfig-paths": "5.1.4", |
| 85 | + "vitest": "3.0.7" |
88 | 86 | },
|
89 | 87 | "peerDependenciesMeta": {
|
90 | 88 | "@vercel/kv": {
|
|
0 commit comments