@circle-vibe/shared 1.1.10 → 1.1.12

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.
@@ -13,9 +13,9 @@
13
13
 
14
14
  /**
15
15
  * @license React
16
- * react-jsx-runtime.production.min.js
16
+ * react-jsx-runtime.production.js
17
17
  *
18
- * Copyright (c) Facebook, Inc. and its affiliates.
18
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
19
19
  *
20
20
  * This source code is licensed under the MIT license found in the
21
21
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@circle-vibe/shared",
3
- "version": "1.1.10",
3
+ "version": "1.1.12",
4
4
  "types": "./build/index.d.ts",
5
5
  "description": "Shared componenets, utils, hooks",
6
6
  "scripts": {
@@ -32,7 +32,6 @@
32
32
  "formik": ">=2.4.6",
33
33
  "react": ">=16",
34
34
  "react-dom": ">=16",
35
- "react-i18next": ">=7",
36
35
  "yup": ">=1.6"
37
36
  },
38
37
  "dependencies": {
@@ -42,7 +41,7 @@
42
41
  "date-fns": "^4.1.0",
43
42
  "formik": "^2.4.6",
44
43
  "js-cookie": "^3.0.5",
45
- "react": "^18.2.0",
44
+ "react": "^19.1.0",
46
45
  "react-dom": "^19.0.0",
47
46
  "react-router-dom": "^7.4.0",
48
47
  "yup": "^1.6.1"