@mx-cartographer/experiences 8.1.2 → 9.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mx-cartographer/experiences",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0-alpha.0",
|
|
4
4
|
"description": "Library containing experience widgets",
|
|
5
5
|
"author": "MX",
|
|
6
6
|
"license": "MIT",
|
|
@@ -210,9 +210,9 @@
|
|
|
210
210
|
"mobx-react-lite": "^4.1.1",
|
|
211
211
|
"numeral": "^2.0.6",
|
|
212
212
|
"posthog-js": "^1.370.1",
|
|
213
|
-
"react": "^
|
|
213
|
+
"react": "^19.2.5",
|
|
214
214
|
"react-confetti": "^6.4.0",
|
|
215
|
-
"react-dom": "^
|
|
215
|
+
"react-dom": "^19.2.5",
|
|
216
216
|
"react-intersection-observer": "^10.0.3",
|
|
217
217
|
"uuid": "^14.0.0"
|
|
218
218
|
},
|
|
@@ -243,11 +243,11 @@
|
|
|
243
243
|
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
244
244
|
"@typescript-eslint/parser": "^7.16.0",
|
|
245
245
|
"@vitejs/plugin-react": "^4.3.4",
|
|
246
|
-
"@vitest/coverage-v8": "^3.
|
|
247
|
-
"@vitest/ui": "^3.
|
|
246
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
247
|
+
"@vitest/ui": "^3.2.4",
|
|
248
248
|
"@yarnpkg/sdks": "^3.2.1",
|
|
249
249
|
"css-mediaquery": "^0.1.2",
|
|
250
|
-
"eslint": "^8.
|
|
250
|
+
"eslint": "^8.57.1",
|
|
251
251
|
"eslint-config-mx": "^4.0.0",
|
|
252
252
|
"eslint-config-prettier": "^9.1.0",
|
|
253
253
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
@@ -280,8 +280,8 @@
|
|
|
280
280
|
"date-fns": "^3",
|
|
281
281
|
"mobx": "^6",
|
|
282
282
|
"mobx-react-lite": "^4",
|
|
283
|
-
"react": "^18",
|
|
284
|
-
"react-dom": "^18"
|
|
283
|
+
"react": "^18 || ^19",
|
|
284
|
+
"react-dom": "^18 || ^19"
|
|
285
285
|
},
|
|
286
286
|
"files": [
|
|
287
287
|
"dist",
|