|
32 | 32 | "bench": "tsx --expose_gc --tsconfig benchmarks/tsconfig.json benchmarks/${0}"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@babel/core": "7.28.3", |
| 35 | + "@babel/core": "7.28.4", |
36 | 36 | "@babel/plugin-transform-runtime": "7.28.3",
|
37 | 37 | "@babel/preset-env": "7.28.3",
|
38 | 38 | "@babel/preset-react": "7.27.1",
|
39 |
| - "@babel/runtime": "7.28.3", |
40 |
| - "@babel/runtime-corejs3": "7.28.3", |
| 39 | + "@babel/runtime": "7.28.4", |
| 40 | + "@babel/runtime-corejs3": "7.28.4", |
41 | 41 | "@eslint/compat": "1.3.2",
|
42 | 42 | "@faker-js/faker": "10.0.0",
|
43 |
| - "@percy/cli": "1.31.1", |
| 43 | + "@percy/cli": "1.31.2", |
44 | 44 | "@percy/cypress": "3.1.6",
|
45 | 45 | "@pmmmwh/react-refresh-webpack-plugin": "0.6.1",
|
46 |
| - "@tanstack/react-query-devtools": "5.85.5", |
47 |
| - "@testing-library/cypress": "10.0.3", |
| 46 | + "@tanstack/react-query-devtools": "5.87.4", |
| 47 | + "@testing-library/cypress": "10.1.0", |
48 | 48 | "@testing-library/dom": "10.4.1",
|
49 | 49 | "@testing-library/jest-dom": "6.8.0",
|
50 | 50 | "@testing-library/react": "16.3.0",
|
|
56 | 56 | "@types/leaflet": "1",
|
57 | 57 | "@types/marked": "6.0.0",
|
58 | 58 | "@types/mime": "4.0.0",
|
59 |
| - "@types/node": "22.17.2", |
60 |
| - "@types/react": "19.1.11", |
61 |
| - "@types/react-dom": "19.1.7", |
| 59 | + "@types/node": "22.18.3", |
| 60 | + "@types/react": "19.1.13", |
| 61 | + "@types/react-dom": "19.1.9", |
62 | 62 | "@types/react-router-dom": "5.3.3",
|
63 | 63 | "@types/uuid": "10.0.0",
|
64 |
| - "@typescript-eslint/eslint-plugin": "8.40.0", |
65 |
| - "@typescript-eslint/parser": "8.40.0", |
| 64 | + "@typescript-eslint/eslint-plugin": "8.43.0", |
| 65 | + "@typescript-eslint/parser": "8.43.0", |
66 | 66 | "axe-core": "4.10.3",
|
67 |
| - "babel-jest": "30.0.5", |
| 67 | + "babel-jest": "30.1.2", |
68 | 68 | "babel-loader": "10.0.0",
|
69 |
| - "caniuse-lite": "1.0.30001737", |
| 69 | + "caniuse-lite": "1.0.30001741", |
70 | 70 | "core-js": "3.45.1",
|
71 | 71 | "cross-env": "10.0.0",
|
72 | 72 | "css-loader": "7.1.2",
|
73 |
| - "cypress": "14.5.4", |
74 |
| - "cypress-axe": "1.6.0", |
| 73 | + "cypress": "15.2.0", |
| 74 | + "cypress-axe": "1.7.0", |
75 | 75 | "cypress-fail-on-console-error": "5.1.1",
|
76 | 76 | "cypress-iframe": "1.0.1",
|
77 | 77 | "cypress-multi-reporters": "2.0.5",
|
78 | 78 | "cypress-network-idle": "1.15.0",
|
79 | 79 | "cypress-plugin-tab": "1.0.5",
|
80 | 80 | "cypress-terminal-report": "^7.2.1",
|
81 | 81 | "cypress-wait-until": "3.0.2",
|
82 |
| - "dotenv": "17.2.1", |
| 82 | + "dotenv": "17.2.2", |
83 | 83 | "esbuild-loader": "4.3.0",
|
84 |
| - "eslint": "9.34.0", |
| 84 | + "eslint": "9.35.0", |
85 | 85 | "eslint-config-prettier": "10.1.8",
|
86 | 86 | "eslint-plugin-cypress": "5.1.1",
|
87 | 87 | "eslint-plugin-import": "2.32.0",
|
|
93 | 93 | "eslint-plugin-react-compiler": "19.1.0-rc.2",
|
94 | 94 | "eslint-plugin-react-hooks": "5.2.0",
|
95 | 95 | "eslint-plugin-simple-import-sort": "12.1.1",
|
96 |
| - "eslint-plugin-sonarjs": "3.0.4", |
97 |
| - "eslint-plugin-testing-library": "7.6.6", |
| 96 | + "eslint-plugin-sonarjs": "3.0.5", |
| 97 | + "eslint-plugin-testing-library": "7.7.0", |
98 | 98 | "eslint-plugin-unused-imports": "4.2.0",
|
99 | 99 | "fork-ts-checker-notifier-webpack-plugin": "9.0.0",
|
100 | 100 | "fork-ts-checker-webpack-plugin": "9.1.0",
|
101 |
| - "globals": "16.3.0", |
| 101 | + "globals": "16.4.0", |
102 | 102 | "http-server": "14.1.1",
|
103 | 103 | "husky": "9.1.7",
|
104 | 104 | "identity-obj-proxy": "3.0.0",
|
105 |
| - "jest": "30.0.5", |
106 |
| - "jest-environment-jsdom": "30.0.5", |
| 105 | + "jest": "30.1.3", |
| 106 | + "jest-environment-jsdom": "30.1.2", |
107 | 107 | "jest-junit": "16.0.0",
|
108 |
| - "jest-mock-axios": "4.8.0", |
| 108 | + "jest-mock-axios": "4.9.0", |
109 | 109 | "jest-preview": "0.3.2",
|
110 | 110 | "js-levenshtein": "1.1.6",
|
111 | 111 | "jsdom": "patch:jsdom@npm%3A26.1.0#~/.yarn/patches/jsdom-npm-26.1.0-3857255f02.patch",
|
112 |
| - "lint-staged": "16.1.5", |
113 |
| - "mime": "4.0.7", |
| 112 | + "lint-staged": "16.1.6", |
| 113 | + "mime": "4.1.0", |
114 | 114 | "mini-css-extract-plugin": "2.9.4",
|
115 | 115 | "prettier": "3.6.2",
|
116 | 116 | "react-refresh": "0.17.0",
|
117 | 117 | "resize-observer-polyfill": "1.5.1",
|
118 | 118 | "source-map-loader": "5.0.0",
|
119 | 119 | "style-loader": "4.0.0",
|
120 | 120 | "terser-webpack-plugin": "5.3.14",
|
121 |
| - "tinybench": "4.1.0", |
| 121 | + "tinybench": "5.0.1", |
122 | 122 | "ts-jest": "29.4.1",
|
123 | 123 | "ts-loader": "9.5.4",
|
124 | 124 | "ts-node": "10.9.2",
|
|
138 | 138 | "@digdir/designsystemet-css": "1.1.10",
|
139 | 139 | "@digdir/designsystemet-react": "1.1.10",
|
140 | 140 | "@digdir/designsystemet-theme": "1.1.10",
|
141 |
| - "@navikt/aksel-icons": "7.28.1", |
142 |
| - "@tanstack/react-query": "5.85.5", |
| 141 | + "@navikt/aksel-icons": "7.30.1", |
| 142 | + "@tanstack/react-query": "5.87.4", |
143 | 143 | "@types/cypress": "^1.1.6",
|
144 | 144 | "ajv": "8.17.1",
|
145 | 145 | "ajv-errors": "3.0.0",
|
146 | 146 | "ajv-formats": "3.0.1",
|
147 | 147 | "ajv-formats-draft2019": "1.6.1",
|
148 |
| - "axios": "1.12.0", |
| 148 | + "axios": "1.12.2", |
149 | 149 | "babel-plugin-react-compiler": "^19.1.0-rc.2",
|
150 | 150 | "classnames": "2.5.1",
|
151 | 151 | "cypress-parallel": "0.15.0",
|
|
155 | 155 | "fast-array-diff": "1.1.0",
|
156 | 156 | "fast-json-patch": "3.1.1",
|
157 | 157 | "html-react-parser": "5.2.6",
|
158 |
| - "immer": "10.1.1", |
| 158 | + "immer": "10.1.3", |
159 | 159 | "jsonpointer": "5.0.1",
|
160 | 160 | "leaflet": "1.9.4",
|
161 |
| - "lru-cache": "11.1.0", |
162 |
| - "marked": "16.2.0", |
| 161 | + "lru-cache": "11.2.1", |
| 162 | + "marked": "16.3.0", |
163 | 163 | "marked-mangle": "1.1.11",
|
164 | 164 | "node-polyfill-webpack-plugin": "4.1.0",
|
165 | 165 | "react": "19.1.1",
|
166 | 166 | "react-compiler-webpack": "0.2.0",
|
167 | 167 | "react-content-loader": "7.1.1",
|
168 |
| - "react-day-picker": "9.9.0", |
| 168 | + "react-day-picker": "9.10.0", |
169 | 169 | "react-device-detect": "2.2.3",
|
170 | 170 | "react-dom": "19.1.1",
|
171 | 171 | "react-dropzone": "14.3.8",
|
|
175 | 175 | "react-toastify": "11.0.5",
|
176 | 176 | "terraformer-wkt-parser": "1.2.1",
|
177 | 177 | "typescript": "5.9.2",
|
178 |
| - "typescript-eslint": "8.40.0", |
| 178 | + "typescript-eslint": "8.43.0", |
179 | 179 | "uuid": "11.1.0",
|
180 |
| - "zod": "4.1.1", |
| 180 | + "zod": "4.1.8", |
181 | 181 | "zustand": "5.0.8"
|
182 | 182 | },
|
183 |
| - "packageManager": "yarn@4.9.3", |
| 183 | + "packageManager": "yarn@4.9.4", |
184 | 184 | "lint-staged": {
|
185 | 185 | "*.{js,jsx,ts,tsx}": [
|
186 | 186 | ".husky/pre-commit-check-for-skipped-tests",
|
|
0 commit comments