|
10 | 10 | "repository": "https://github.com/navikt/k9-los-web",
|
11 | 11 | "license": "MIT",
|
12 | 12 | "dependencies": {
|
13 |
| - "@formatjs/intl-datetimeformat": "6.17.2", |
14 |
| - "@formatjs/intl-numberformat": "8.15.2", |
15 |
| - "@grafana/faro-web-sdk": "1.12.3", |
16 |
| - "@grafana/faro-web-tracing": "1.12.3", |
| 13 | + "@formatjs/intl-datetimeformat": "6.17.3", |
| 14 | + "@formatjs/intl-numberformat": "8.15.3", |
| 15 | + "@grafana/faro-web-sdk": "1.14.1", |
| 16 | + "@grafana/faro-web-tracing": "1.14.1", |
17 | 17 | "@navikt/aksel-icons": "7.10.0",
|
18 | 18 | "@navikt/ds-css": "7.10.0",
|
19 | 19 | "@navikt/ds-react": "7.10.0",
|
|
27 | 27 | "@popperjs/core": "2.11.8",
|
28 | 28 | "@reach/combobox": "0.18.0",
|
29 | 29 | "@sentry/browser": "8.53.0",
|
30 |
| - "@sentry/cli": "2.41.1", |
| 30 | + "@sentry/cli": "2.42.2", |
31 | 31 | "@sentry/react": "8.53.0",
|
32 |
| - "@tanstack/react-query": "^5.66.0", |
33 |
| - "axios": "1.7.9", |
| 32 | + "@tanstack/react-query": "^5.67.2", |
| 33 | + "axios": "1.8.2", |
34 | 34 | "classnames": "2.5.1",
|
35 | 35 | "dayjs": "1.11.13",
|
36 | 36 | "echarts": "5.6.0",
|
|
86 | 86 | "react-popper": "2.3.0",
|
87 | 87 | "react-router": "7.1.5",
|
88 | 88 | "tailwindcss": "3.4.17",
|
89 |
| - "uuid": "11.0.5" |
| 89 | + "uuid": "11.1.0" |
90 | 90 | },
|
91 | 91 | "devDependencies": {
|
92 |
| - "@babel/core": "7.26.7", |
| 92 | + "@babel/core": "7.26.9", |
93 | 93 | "@babel/plugin-proposal-class-properties": "7.18.6",
|
94 | 94 | "@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
95 |
| - "@babel/plugin-transform-runtime": "7.25.9", |
96 |
| - "@babel/preset-env": "7.26.7", |
| 95 | + "@babel/plugin-transform-runtime": "7.26.9", |
| 96 | + "@babel/preset-env": "7.26.9", |
97 | 97 | "@babel/preset-react": "7.26.3",
|
98 | 98 | "@babel/preset-typescript": "7.26.0",
|
99 | 99 | "@babel/register": "7.25.9",
|
100 |
| - "@chromatic-com/storybook": "3.2.4", |
101 |
| - "@eslint/compat": "^1.2.6", |
102 |
| - "@eslint/eslintrc": "^3.2.0", |
103 |
| - "@eslint/js": "^9.19.0", |
104 |
| - "@playwright/test": "1.50.1", |
105 |
| - "@storybook/addon-essentials": "8.5.3", |
106 |
| - "@storybook/addon-interactions": "8.5.3", |
107 |
| - "@storybook/addon-links": "8.5.3", |
108 |
| - "@storybook/addon-onboarding": "8.5.3", |
| 100 | + "@chromatic-com/storybook": "3.2.5", |
| 101 | + "@eslint/compat": "^1.2.7", |
| 102 | + "@eslint/eslintrc": "^3.3.0", |
| 103 | + "@eslint/js": "^9.22.0", |
| 104 | + "@playwright/test": "1.51.0", |
| 105 | + "@storybook/addon-essentials": "8.6.4", |
| 106 | + "@storybook/addon-interactions": "8.6.4", |
| 107 | + "@storybook/addon-links": "8.6.4", |
| 108 | + "@storybook/addon-onboarding": "8.6.4", |
109 | 109 | "@storybook/addon-styling-webpack": "1.0.1",
|
110 |
| - "@storybook/addon-webpack5-compiler-swc": "2.0.0", |
111 |
| - "@storybook/blocks": "8.5.3", |
112 |
| - "@storybook/react": "8.5.3", |
113 |
| - "@storybook/react-webpack5": "8.5.3", |
114 |
| - "@storybook/test": "8.5.3", |
115 |
| - "@tanstack/react-query-devtools": "^5.66.0", |
| 110 | + "@storybook/addon-webpack5-compiler-swc": "2.1.0", |
| 111 | + "@storybook/blocks": "8.6.4", |
| 112 | + "@storybook/react": "8.6.4", |
| 113 | + "@storybook/react-webpack5": "8.6.4", |
| 114 | + "@storybook/test": "8.6.4", |
| 115 | + "@tanstack/react-query-devtools": "^5.67.2", |
116 | 116 | "@testing-library/dom": "10.4.0",
|
117 | 117 | "@testing-library/jest-dom": "6.6.3",
|
118 | 118 | "@testing-library/react": "16.2.0",
|
|
127 | 127 | "@types/react-dom": "19.0.3",
|
128 | 128 | "@types/react-intl": "3.0.0",
|
129 | 129 | "@types/react-redux": "7.1.34",
|
130 |
| - "@typescript-eslint/eslint-plugin": "8.22.0", |
131 |
| - "@typescript-eslint/parser": "8.22.0", |
132 |
| - "autoprefixer": "10.4.20", |
| 130 | + "@typescript-eslint/eslint-plugin": "8.26.1", |
| 131 | + "@typescript-eslint/parser": "8.26.1", |
| 132 | + "autoprefixer": "10.4.21", |
133 | 133 | "babel-eslint": "10.1.0",
|
134 | 134 | "babel-jest": "29.7.0",
|
135 | 135 | "babel-loader": "9.2.1",
|
136 | 136 | "babel-runtime": "6.26.0",
|
137 |
| - "chai": "5.1.2", |
| 137 | + "chai": "5.2.0", |
138 | 138 | "circular-dependency-plugin": "5.2.2",
|
139 | 139 | "copy-webpack-plugin": "12.0.2",
|
140 | 140 | "cross-env": "7.0.3",
|
141 | 141 | "css-loader": "7.1.2",
|
142 |
| - "css-minimizer-webpack-plugin": "7.0.0", |
| 142 | + "css-minimizer-webpack-plugin": "7.0.2", |
143 | 143 | "dotenv": "16.4.7",
|
144 |
| - "eslint": "9.19.0", |
| 144 | + "eslint": "9.22.0", |
145 | 145 | "eslint-config-airbnb": "19.0.4",
|
146 | 146 | "eslint-config-import": "0.13.0",
|
147 | 147 | "eslint-config-prettier": "9.1.0",
|
148 |
| - "eslint-import-resolver-typescript": "3.7.0", |
| 148 | + "eslint-import-resolver-typescript": "3.8.4", |
149 | 149 | "eslint-import-resolver-webpack": "0.13.10",
|
150 | 150 | "eslint-plugin-import": "2.31.0",
|
151 | 151 | "eslint-plugin-jest": "28.11.0",
|
152 | 152 | "eslint-plugin-jest-dom": "5.5.0",
|
153 | 153 | "eslint-plugin-jsx-a11y": "6.10.2",
|
154 | 154 | "eslint-plugin-react": "7.37.4",
|
155 |
| - "eslint-plugin-react-hooks": "5.1.0", |
156 |
| - "eslint-plugin-storybook": "0.11.2", |
| 155 | + "eslint-plugin-react-hooks": "5.2.0", |
| 156 | + "eslint-plugin-storybook": "0.11.4", |
157 | 157 | "globals": "^15.14.0",
|
158 | 158 | "html-webpack-plugin": "5.6.3",
|
159 | 159 | "husky": "9.1.7",
|
|
167 | 167 | "less-loader": "12.2.0",
|
168 | 168 | "lint-staged": "15.4.3",
|
169 | 169 | "mini-css-extract-plugin": "2.9.2",
|
170 |
| - "msw": "2.7.0", |
| 170 | + "msw": "2.7.3", |
171 | 171 | "postcss-less": "6.0.0",
|
172 | 172 | "postcss-loader": "8.1.1",
|
173 |
| - "prettier": "3.4.2", |
| 173 | + "prettier": "3.5.3", |
174 | 174 | "prop-types": "15.8.1",
|
175 |
| - "storybook": "8.5.3", |
176 |
| - "terser-webpack-plugin": "5.3.11", |
| 175 | + "storybook": "8.6.4", |
| 176 | + "terser-webpack-plugin": "5.3.14", |
177 | 177 | "thread-loader": "4.0.4",
|
178 |
| - "typescript": "5.7.3", |
179 |
| - "webpack": "5.97.1", |
| 178 | + "typescript": "5.8.2", |
| 179 | + "webpack": "5.98.0", |
180 | 180 | "webpack-cli": "6.0.1",
|
181 | 181 | "webpack-dev-server": "5.2.0",
|
182 | 182 | "webpack-merge": "6.0.1"
|
|
0 commit comments