|
12 | 12 | "@n8tb1t/use-scroll-position": "2.0.3",
|
13 | 13 | "@popperjs/core": "2.11.8",
|
14 | 14 | "@sentry/integrations": "7.114.0",
|
15 |
| - "@sentry/nextjs": "8.46.0", |
16 |
| - "@snowplow/browser-plugin-button-click-tracking": "4.1.0", |
17 |
| - "@snowplow/browser-plugin-client-hints": "4.1.0", |
18 |
| - "@snowplow/browser-plugin-form-tracking": "4.1.0", |
19 |
| - "@snowplow/browser-plugin-link-click-tracking": "4.1.0", |
20 |
| - "@snowplow/browser-plugin-performance-navigation-timing": "4.1.0", |
21 |
| - "@snowplow/browser-plugin-privacy-sandbox": "4.1.0", |
22 |
| - "@snowplow/browser-plugin-timezone": "4.1.0", |
23 |
| - "@snowplow/browser-tracker": "4.1.0", |
24 |
| - "@storybook/react": "8.4.7", |
| 15 | + "@sentry/nextjs": "8.51.0", |
| 16 | + "@snowplow/browser-plugin-button-click-tracking": "4.3.1", |
| 17 | + "@snowplow/browser-plugin-client-hints": "4.3.1", |
| 18 | + "@snowplow/browser-plugin-form-tracking": "4.3.1", |
| 19 | + "@snowplow/browser-plugin-link-click-tracking": "4.3.1", |
| 20 | + "@snowplow/browser-plugin-performance-navigation-timing": "4.3.1", |
| 21 | + "@snowplow/browser-plugin-privacy-sandbox": "4.3.1", |
| 22 | + "@snowplow/browser-plugin-timezone": "4.3.1", |
| 23 | + "@snowplow/browser-tracker": "4.3.1", |
| 24 | + "@storybook/react": "8.5.1", |
25 | 25 | "@types/jest": "^29.5.14",
|
26 | 26 | "@ui/icons": "workspace:*",
|
27 | 27 | "@ui/styles": "workspace:*",
|
|
33 | 33 | "he": "1.2.0",
|
34 | 34 | "intersection-observer": "0.12.2",
|
35 | 35 | "jsonwebtoken": "9.0.2",
|
36 |
| - "marked": "15.0.4", |
| 36 | + "marked": "15.0.6", |
37 | 37 | "match-sorter": "8.0.0",
|
38 | 38 | "mousetrap": "1.6.5",
|
39 |
| - "next": "15.1.0", |
| 39 | + "next": "15.1.6", |
40 | 40 | "next-i18next": "15.4.1",
|
41 | 41 | "next-redux-saga": "4.1.2",
|
42 | 42 | "next-redux-wrapper": "8.1.0",
|
|
48 | 48 | "react-beautiful-dnd": "13.1.1",
|
49 | 49 | "react-dom": "19.0.0",
|
50 | 50 | "react-google-recaptcha": "3.1.0",
|
51 |
| - "react-intersection-observer": "9.14.0", |
| 51 | + "react-intersection-observer": "9.15.1", |
52 | 52 | "react-joyride": "2.9.3",
|
53 |
| - "react-markdown": "9.0.1", |
| 53 | + "react-markdown": "9.0.3", |
54 | 54 | "react-modal": "3.16.3",
|
55 | 55 | "react-popper": "2.3.0",
|
56 | 56 | "react-redux": "9.2.0",
|
57 | 57 | "react-swipeable": "7.0.2",
|
58 |
| - "react-textarea-autosize": "8.5.6", |
| 58 | + "react-textarea-autosize": "8.5.7", |
59 | 59 | "react-visibility-sensor": "5.1.1",
|
60 | 60 | "redux": "5.0.1",
|
61 | 61 | "redux-saga": "1.3.0",
|
62 | 62 | "sharp": "0.33.5",
|
63 | 63 | "storage-factory": "0.2.1",
|
64 |
| - "uuid": "11.0.3", |
| 64 | + "uuid": "11.0.5", |
65 | 65 | "validator": "13.12.0"
|
66 | 66 | },
|
67 | 67 | "devDependencies": {
|
|
72 | 72 | "@config/jest": "workspace:^",
|
73 | 73 | "@config/typescript-config": "workspace:*",
|
74 | 74 | "@graphql-eslint/eslint-plugin": "4.3.0",
|
75 |
| - "@next/eslint-plugin-next": "15.1.0", |
| 75 | + "@next/eslint-plugin-next": "15.1.6", |
76 | 76 | "@testing-library/jest-dom": "6.6.3",
|
77 |
| - "@testing-library/react": "16.1.0", |
78 |
| - "@testing-library/user-event": "14.5.2", |
79 |
| - "@types/node": "22.10.2", |
80 |
| - "@types/react": "19.0.1", |
| 77 | + "@testing-library/react": "16.2.0", |
| 78 | + "@testing-library/user-event": "14.6.1", |
| 79 | + "@types/node": "22.10.9", |
| 80 | + "@types/react": "19.0.8", |
81 | 81 | "@types/react-beautiful-dnd": "13.1.8",
|
82 | 82 | "graphql": "16.10.0",
|
83 | 83 | "jest": "29.7.0",
|
|
86 | 86 | "next-router-mock": "0.9.13",
|
87 | 87 | "postcss-flexbugs-fixes": "^5.0.2",
|
88 | 88 | "postcss-nested": "^7.0.2",
|
89 |
| - "postcss-preset-env": "^10.1.2", |
| 89 | + "postcss-preset-env": "^10.1.3", |
90 | 90 | "prettier": "3.4.2",
|
91 |
| - "typescript": "5.7.2" |
| 91 | + "typescript": "5.7.3" |
92 | 92 | },
|
93 | 93 | "engines": {
|
94 | 94 | "node": "=20.16.0",
|
|
0 commit comments