Skip to content

Commit 19d7812

Browse files
Merge branch 'main' into feat/spør-kun-om-måned-hvor-dato-ikke-er-nødvendig
2 parents 8ee33d2 + 41f57de commit 19d7812

File tree

2 files changed

+208
-205
lines changed

2 files changed

+208
-205
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
"@portabletext/toolkit": "^2.0.8",
9797
"@sanity/client": "^6.28.0",
9898
"@sentry/react": "^8.38.0",
99-
"axios": "^1.7.4",
100-
"compression": "^1.7.4",
99+
"axios": "^1.8.3",
100+
"compression": "^1.8.0",
101101
"concurrently": "^9.1.2",
102102
"constate": "^3.3.2",
103103
"cookie-parser": "^1.4.7",
@@ -120,7 +120,7 @@
120120
"react-dom": "^18.3.1",
121121
"react-dropzone": "^14.3.5",
122122
"react-router": "^7.1.1",
123-
"unleash-client": "^5.5.1",
123+
"unleash-client": "^6.6.0",
124124
"uuid": "^9.0.1",
125125
"xss": "^1.0.14"
126126
},
@@ -134,7 +134,7 @@
134134
"@eslint/js": "^9.20.0",
135135
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
136136
"@portabletext/types": "^2.0.6",
137-
"@sentry/webpack-plugin": "^2.22.6",
137+
"@sentry/webpack-plugin": "^3.2.2",
138138
"@testing-library/dom": "^10.4.0",
139139
"@testing-library/jest-dom": "^6.6.3",
140140
"@testing-library/react": "^16.2.0",
@@ -161,7 +161,7 @@
161161
"css-loader": "^7.1.1",
162162
"css-minimizer-webpack-plugin": "^7.0.0",
163163
"eslint": "^9.15.0",
164-
"eslint-config-prettier": "^9.1.0",
164+
"eslint-config-prettier": "^10.1.1",
165165
"eslint-plugin-import": "^2.31.0",
166166
"eslint-plugin-jsx-a11y": "^6.10.2",
167167
"eslint-plugin-prettier": "^5.2.1",
@@ -183,7 +183,7 @@
183183
"react-element-to-jsx-string": "^15.0.0",
184184
"react-intl": "^6.6.2",
185185
"react-masonry-css": "^1.0.16",
186-
"react-refresh": "^0.14.0",
186+
"react-refresh": "^0.16.0",
187187
"stream-browserify": "^3.0.0",
188188
"style-loader": "^4.0.0",
189189
"styled-components": "^6.1.1",
@@ -196,7 +196,7 @@
196196
"typescript-eslint": "^8.23.0",
197197
"webpack": "^5.97.1",
198198
"webpack-bundle-analyzer": "^4.10.1",
199-
"webpack-cli": "^5.1.4",
199+
"webpack-cli": "^6.0.1",
200200
"webpack-dev-server": "^5.2.0",
201201
"webpack-merge": "^6.0.1"
202202
}

0 commit comments

Comments
 (0)