|
16 | 16 | "start": "next start"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "@apollo/client": "^3.12.6", |
| 19 | + "@apollo/client": "^3.13.4", |
20 | 20 | "@graphql-typed-document-node/core": "^3.2.0",
|
21 |
| - "@headlessui/react": "1.7.10", |
22 |
| - "@headlessui/tailwindcss": "^0.2.1", |
23 |
| - "@hookform/resolvers": "^3.10.0", |
| 21 | + "@headlessui/react": "2.2.0", |
| 22 | + "@headlessui/tailwindcss": "^0.2.2", |
| 23 | + "@hookform/resolvers": "^4.1.3", |
24 | 24 | "@mapbox/mapbox-gl-draw": "^1.5.0",
|
25 | 25 | "@nebula.gl/edit-modes": "^1.0.4",
|
26 |
| - "@reduxjs/toolkit": "^2.5.0", |
| 26 | + "@reduxjs/toolkit": "^2.6.1", |
27 | 27 | "@seznam/compose-react-refs": "^1.0.6",
|
28 | 28 | "@turf/along": "^7.2.0",
|
29 | 29 | "@turf/distance": "^7.2.0",
|
|
32 | 32 | "@turf/length": "^7.2.0",
|
33 | 33 | "@turf/nearest-point-on-line": "^7.2.0",
|
34 | 34 | "@turf/point-to-line-distance": "^7.2.0",
|
35 |
| - "@types/geojson": "^7946.0.15", |
| 35 | + "@types/geojson": "^7946.0.16", |
36 | 36 | "apollo-link-scalars": "^4.0.3",
|
37 |
| - "axios": "^1.7.9", |
38 |
| - "eslint-config-next": "^14.2.23", |
| 37 | + "axios": "^1.8.3", |
| 38 | + "eslint-config-next": "^15.2.2", |
39 | 39 | "graphql": "^16.10.0",
|
40 |
| - "graphql-ws": "^5.16.2", |
41 |
| - "hsl-map-style": "HSLdevcom/hsl-map-style#114c58e", |
42 |
| - "i18next": "^24.2.1", |
| 40 | + "graphql-ws": "^6.0.4", |
| 41 | + "hsl-map-style": "HSLdevcom/hsl-map-style#ecdc54b", |
| 42 | + "i18next": "^24.2.2", |
43 | 43 | "immer": "^10.1.1",
|
44 | 44 | "lodash": "^4.17.21",
|
45 | 45 | "luxon": "^3.5.0",
|
46 | 46 | "maplibre-gl": "^4.7.1",
|
47 |
| - "next": "^14.2.23", |
| 47 | + "next": "^15.2.2", |
48 | 48 | "qs": "^6.14.0",
|
49 | 49 | "react": "^18.3.1",
|
50 | 50 | "react-dom": "^18.3.1",
|
51 | 51 | "react-helmet-async": "^2.0.5",
|
52 | 52 | "react-hook-form": "^7.54.2",
|
53 |
| - "react-hot-toast": "^2.5.1", |
54 |
| - "react-i18next": "^15.4.0", |
55 |
| - "react-icons": "^5.4.0", |
| 53 | + "react-hot-toast": "^2.5.2", |
| 54 | + "react-i18next": "^15.4.1", |
| 55 | + "react-icons": "^5.5.0", |
56 | 56 | "react-map-gl": "^7.1.8",
|
57 | 57 | "react-redux": "^9.2.0",
|
58 |
| - "react-router-dom": "^6.28.2", |
| 58 | + "react-router-dom": "^7.3.0", |
59 | 59 | "react-spinners": "^0.15.0",
|
60 | 60 | "redux-logger": "^3.0.6",
|
61 |
| - "remeda": "^2.19.1", |
62 |
| - "tailwind-merge": "^2.6.0", |
63 |
| - "zod": "^3.24.1" |
| 61 | + "remeda": "^2.21.1", |
| 62 | + "tailwind-merge": "^3.0.2", |
| 63 | + "zod": "^3.24.2" |
64 | 64 | },
|
65 | 65 | "devDependencies": {
|
66 | 66 | "@hsl/jore4-test-db-manager": "1.0.0",
|
67 | 67 | "@testing-library/dom": "^10.4.0",
|
68 | 68 | "@testing-library/jest-dom": "^6.6.3",
|
69 | 69 | "@testing-library/react": "^16.2.0",
|
70 |
| - "@types/lodash": "^4.17.14", |
| 70 | + "@types/lodash": "^4.17.16", |
71 | 71 | "@types/luxon": "^3.4.2",
|
72 |
| - "@types/mapbox__mapbox-gl-draw": "1.4.6", |
| 72 | + "@types/mapbox__mapbox-gl-draw": "1.4.8", |
73 | 73 | "@types/qs": "^6.9.18",
|
74 | 74 | "@types/react": "^18.3.18",
|
75 | 75 | "@types/react-dom": "^18.3.5",
|
76 | 76 | "@types/react-router": "^5.1.20",
|
77 | 77 | "@types/redux-logger": "^3.0.13k",
|
78 |
| - "autoprefixer": "^10.4.20", |
| 78 | + "autoprefixer": "^10.4.21", |
79 | 79 | "bufferutil": "^4.0.9",
|
80 | 80 | "cross-fetch": "^4.1.0",
|
81 | 81 | "csstype": "^3.1.3",
|
82 | 82 | "encoding": "^0.1.13",
|
83 | 83 | "eslint-plugin-jest-formatting": "^3.1.0",
|
84 | 84 | "express": "^4.21.2",
|
85 | 85 | "http-proxy-middleware": "^3.0.3",
|
86 |
| - "postcss": "^8.5.1", |
87 |
| - "tailwindcss": "^3.4.17", |
88 |
| - "utf-8-validate": "6.0.3" |
| 86 | + "postcss": "^8.5.3", |
| 87 | + "tailwindcss": "^4.0.13", |
| 88 | + "utf-8-validate": "6.0.5" |
89 | 89 | }
|
90 | 90 | }
|
0 commit comments