@bluemarble/bm-components 1.20.0 → 2.0.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluemarble/bm-components",
3
- "version": "1.20.0",
3
+ "version": "2.0.1",
4
4
  "description": "BM components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -20,51 +20,51 @@
20
20
  "author": "",
21
21
  "license": "ISC",
22
22
  "dependencies": {
23
- "cookie": "^0.6.0",
24
- "imask": "^6.4.2",
25
- "jsonwebtoken": "^9.0.2",
26
- "moment": "^2.29.4",
27
- "react": "^18.2.0",
28
- "react-dom": "^18.2.0",
29
- "react-icons": "^4.3.1",
30
- "react-imask": "^6.4.2",
23
+ "cookie": "^1.1.1",
24
+ "imask": "^7.6.1",
25
+ "jsonwebtoken": "^9.0.3",
26
+ "moment": "^2.30.1",
27
+ "react": "^19.2.3",
28
+ "react-dom": "^19.2.3",
29
+ "react-icons": "^5.5.0",
30
+ "react-imask": "^7.6.1",
31
31
  "sort-by": "^1.2.0",
32
- "uuid": "^11.1.0"
32
+ "uuid": "^13.0.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@emotion/react": "^11.10.8",
36
36
  "@emotion/styled": "^11.10.8",
37
- "@mui/material": "^5.12.3",
37
+ "@mui/material": "^7.3.7",
38
38
  "axios": "^1.6.2",
39
39
  "formik": "^2.2.9",
40
- "next": "^14.1.4",
40
+ "next": "^16.1.4",
41
41
  "nookies": "^2.5.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@biomejs/biome": "1.8.3",
45
- "@chromatic-com/storybook": "^4.1.1",
46
- "@storybook/addon-a11y": "^9.1.2",
47
- "@storybook/addon-docs": "^9.1.2",
48
- "@storybook/addon-onboarding": "^9.1.2",
49
- "@storybook/addon-vitest": "^9.1.2",
50
- "@storybook/react-vite": "^9.1.2",
51
- "@types/cookie": "^0.6.0",
52
- "@types/node": "^24.3.0",
53
- "@types/react": "^17.0.43",
54
- "@typescript-eslint/eslint-plugin": "^6.13.1",
55
- "@typescript-eslint/parser": "^6.13.1",
56
- "@vitest/browser": "^3.2.4",
57
- "@vitest/coverage-v8": "^3.2.4",
58
- "eslint": "^8.12.0",
59
- "eslint-plugin-react": "^7.33.2",
60
- "eslint-plugin-storybook": "^9.1.2",
61
- "playwright": "^1.55.0",
62
- "prettier": "^2.6.2",
63
- "storybook": "^9.1.2",
64
- "tsup": "^8.0.1",
65
- "typescript": "^4.6.3",
66
- "vitest": "^3.2.4",
67
- "zod": "^3.22.4"
44
+ "@biomejs/biome": "2.3.13",
45
+ "@chromatic-com/storybook": "^5.0.0",
46
+ "@storybook/addon-a11y": "^10.2.0",
47
+ "@storybook/addon-docs": "^10.2.0",
48
+ "@storybook/addon-onboarding": "^10.2.0",
49
+ "@storybook/addon-vitest": "^10.2.0",
50
+ "@storybook/react-vite": "^10.2.0",
51
+ "@types/cookie": "^1.0.0",
52
+ "@types/node": "^25.0.10",
53
+ "@types/react": "^19.2.9",
54
+ "@typescript-eslint/eslint-plugin": "^8.53.1",
55
+ "@typescript-eslint/parser": "^8.53.1",
56
+ "@vitest/browser": "^4.0.18",
57
+ "@vitest/coverage-v8": "^4.0.18",
58
+ "eslint": "^9.39.2",
59
+ "eslint-plugin-react": "^7.37.5",
60
+ "eslint-plugin-storybook": "^10.2.0",
61
+ "playwright": "^1.58.0",
62
+ "prettier": "^3.8.1",
63
+ "storybook": "^10.2.0",
64
+ "tsup": "^8.5.1",
65
+ "typescript": "^5.9.3",
66
+ "vitest": "^4.0.18",
67
+ "zod": "^4.3.6"
68
68
  },
69
69
  "eslintConfig": {
70
70
  "extends": [