@inialum/memories-react 0.3.0 → 0.3.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": "@inialum/memories-react",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "React component library for the Memories - INIALUM Design System",
5
5
  "type": "module",
6
6
  "author": {
@@ -14,7 +14,8 @@
14
14
  "url": "https://github.com/inialum/memories"
15
15
  },
16
16
  "publishConfig": {
17
- "access": "public"
17
+ "access": "public",
18
+ "provenance": true
18
19
  },
19
20
  "keywords": [
20
21
  "react",
@@ -33,50 +34,44 @@
33
34
  ],
34
35
  "dependencies": {
35
36
  "clsx": "^2.1.1",
36
- "react-remove-scroll": "^2.5.10"
37
+ "react-remove-scroll": "^2.6.0"
37
38
  },
38
39
  "devDependencies": {
39
- "@storybook/addon-a11y": "^8.1.5",
40
- "@storybook/addon-essentials": "^8.1.5",
41
- "@storybook/addon-interactions": "^8.1.5",
42
- "@storybook/addon-links": "^8.1.5",
43
- "@storybook/blocks": "^8.1.5",
44
- "@storybook/manager-api": "^8.1.5",
45
- "@storybook/react": "^8.1.5",
46
- "@storybook/react-vite": "^8.1.5",
47
- "@storybook/test": "^8.1.5",
48
- "@storybook/theming": "^8.1.5",
40
+ "@storybook/addon-a11y": "^8.4.1",
41
+ "@storybook/addon-essentials": "^8.4.1",
42
+ "@storybook/addon-interactions": "^8.4.1",
43
+ "@storybook/addon-links": "^8.4.1",
44
+ "@storybook/blocks": "^8.4.1",
45
+ "@storybook/manager-api": "^8.4.1",
46
+ "@storybook/react": "^8.4.1",
47
+ "@storybook/react-vite": "^8.4.1",
48
+ "@storybook/test": "^8.4.1",
49
+ "@storybook/theming": "^8.4.1",
49
50
  "@svgr/plugin-svgo": "^8.1.0",
50
- "@types/react": "^18.3.3",
51
- "@types/react-dom": "^18.3.0",
52
- "@vitejs/plugin-react-swc": "^3.7.0",
53
- "autoprefixer": "^10.4.19",
54
- "eslint-plugin-react-hooks": "^4.6.0",
55
- "eslint-plugin-react-refresh": "^0.4.6",
56
- "postcss": "^8.4.38",
51
+ "@types/react": "^18.3.12",
52
+ "@types/react-dom": "^18.3.1",
53
+ "@vitejs/plugin-react-swc": "^3.7.1",
54
+ "autoprefixer": "^10.4.20",
55
+ "postcss": "^8.4.47",
57
56
  "react": "^18.3.1",
58
57
  "react-dom": "^18.3.1",
59
- "storybook": "^8.1.5",
60
- "tailwindcss": "^3.4.3",
61
- "vite": "^5.2.12",
62
- "vite-plugin-dts": "^3.9.1",
63
- "vite-plugin-svgr": "^4.2.0",
64
- "@inialum/memories-css": "0.3.0"
58
+ "storybook": "^8.4.1",
59
+ "tailwindcss": "^3.4.14",
60
+ "vite": "^5.4.10",
61
+ "vite-plugin-dts": "^4.3.0",
62
+ "vite-plugin-svgr": "^4.3.0",
63
+ "@inialum/memories-css": "0.3.1"
65
64
  },
66
65
  "peerDependencies": {
67
- "@inialum/memories-css": ">= 0.0.1",
66
+ "@inialum/memories-css": ">=0.3.1",
68
67
  "react": ">= 18.2.0",
69
68
  "react-dom": ">= 18.2.0",
70
69
  "tailwindcss": ">= 3.0.0"
71
70
  },
72
71
  "scripts": {
73
72
  "build": "vite build",
74
- "lint": "pnpm run lint:check && pnpm run format:check",
75
- "lint:check": "eslint --cache \"**/*.{js,jsx,ts,tsx}\" --ignore-path ../../.gitignore .",
76
- "lint:fix": "eslint --fix --cache \"**/*.{js,jsx,ts,tsx}\" --ignore-path ../../.gitignore .",
77
- "format": "pnpm run format:fix",
78
- "format:check": "prettier --cache --check \"**/*.{js,jsx,ts,tsx,json,md}\"",
79
- "format:fix": "prettier --cache --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
73
+ "lint": "biome check",
74
+ "lint:fix": "biome check --write",
80
75
  "storybook:dev": "storybook dev -p 6007 --no-open",
81
76
  "storybook:build": "storybook build",
82
77
  "typecheck": "tsc --noEmit"