@purpurds/grid 6.8.3 → 6.10.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.
@@ -0,0 +1,2 @@
1
+ import purpurCommon from "@purpurds/component-rig/eslint.config.mjs";
2
+ export default purpurCommon;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/grid",
3
- "version": "6.8.3",
3
+ "version": "6.10.0",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/grid.cjs.js",
6
6
  "types": "./dist/grid.d.ts",
@@ -16,15 +16,13 @@
16
16
  "source": "src/grid.tsx",
17
17
  "dependencies": {
18
18
  "classnames": "~2.5.0",
19
- "@purpurds/tokens": "6.8.3"
19
+ "@purpurds/tokens": "6.10.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@rushstack/eslint-patch": "~1.10.0",
22
+ "eslint": "9.24.0",
23
23
  "@storybook/blocks": "^8.6.4",
24
24
  "@storybook/react": "^8.6.4",
25
25
  "storybook": "^8.6.4",
26
- "@telia/base-rig": "~8.2.0",
27
- "@telia/react-rig": "~3.2.0",
28
26
  "@testing-library/dom": "~10.4.0",
29
27
  "@testing-library/jest-dom": "~6.4.0",
30
28
  "@testing-library/react": "~16.2.0",
@@ -32,19 +30,17 @@
32
30
  "@types/react-dom": "^19.0.4",
33
31
  "@types/react": "^19.0.10",
34
32
  "builtin-modules": "~3.3.0",
35
- "eslint-plugin-testing-library": "~6.2.0",
36
- "eslint": "^8.57.0",
37
33
  "jsdom": "~22.1.0",
38
- "lint-staged": "~10.5.3",
34
+ "lint-staged": "15.5.0",
39
35
  "prettier": "~2.8.8",
40
36
  "react-dom": "^19.0.0",
41
37
  "react": "^19.0.0",
42
38
  "typescript": "^5.6.3",
43
39
  "vite": "^6.2.1",
44
- "vitest": "^2.1.2",
40
+ "vitest": "^3.1.2",
45
41
  "@purpurds/component-rig": "1.0.0",
46
- "@purpurds/paragraph": "6.8.3",
47
- "@purpurds/link": "6.8.3"
42
+ "@purpurds/link": "6.10.0",
43
+ "@purpurds/paragraph": "6.10.0"
48
44
  },
49
45
  "peerDependencies": {
50
46
  "@types/react": "^18 || ^19",
@@ -1,4 +1,4 @@
1
- /* eslint-disable react/prop-types */
1
+
2
2
  import type { ReactNode } from "react";
3
3
  import React from "react";
4
4
  import { Link } from "@purpurds/link";
@@ -1,4 +1,4 @@
1
- /* eslint-disable react/prop-types */
1
+
2
2
  import React from "react";
3
3
  import { Paragraph } from "@purpurds/paragraph";
4
4
  import type { Meta, StoryObj } from "@storybook/react";