@equinor/stratus-ui 1.12.0 → 1.12.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": "@equinor/stratus-ui",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "type": "module",
5
5
  "packageManager": "yarn@4.12.0",
6
6
  "scripts": {
@@ -54,59 +54,59 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@eslint/js": "^10.0.1",
57
- "@storybook/addon-docs": "^10.4.6",
58
- "@storybook/react-vite": "^10.4.6",
57
+ "@storybook/addon-docs": "^10.5.3",
58
+ "@storybook/react-vite": "^10.5.3",
59
59
  "@testing-library/dom": "^10.4.1",
60
60
  "@testing-library/jest-dom": "^6.9.1",
61
61
  "@testing-library/react": "^16.3.2",
62
62
  "@testing-library/user-event": "^14.6.1",
63
- "@types/node": "^24.12.4",
63
+ "@types/node": "^24.13.3",
64
64
  "@types/react": "^19.2.17",
65
65
  "@types/react-dom": "^19.2.3",
66
66
  "@vitejs/plugin-react": "^6.0.3",
67
- "eslint": "^10.6.0",
68
- "eslint-plugin-oxlint": "^1.71.0",
67
+ "eslint": "^10.7.0",
68
+ "eslint-plugin-oxlint": "~1.73.0",
69
69
  "eslint-plugin-react-hooks": "^7.1.1",
70
70
  "eslint-plugin-react-refresh": "^0.5.3",
71
- "eslint-plugin-storybook": "10.4.6",
71
+ "eslint-plugin-storybook": "10.5.3",
72
72
  "globals": "^17.7.0",
73
73
  "jsdom": "^29.1.1",
74
- "oxlint": "^1.73.0",
74
+ "oxlint": "~1.73.0",
75
75
  "react": "^19.2.7",
76
76
  "react-dom": "^19.2.7",
77
- "storybook": "^10.4.4",
77
+ "storybook": "^10.5.3",
78
78
  "storybook-dark-mode": "^5.0.0",
79
79
  "typescript": "~6.0.3",
80
- "typescript-eslint": "^8.63.0",
81
- "vite": "^8.1.3",
80
+ "typescript-eslint": "^8.65.0",
81
+ "vite": "^8.1.5",
82
82
  "vitest": "^4.1.10",
83
83
  "vitest-axe": "^0.1.0"
84
84
  },
85
85
  "dependencies": {
86
86
  "@equinor/eds-icons": "^1.5.1",
87
- "@equinor/eds-tokens": "^2.3.1",
87
+ "@equinor/eds-tokens": "^2.3.2",
88
88
  "@popperjs/core": "^2.11.8",
89
89
  "@tanstack/react-table": "^8.21.3",
90
- "@tanstack/react-virtual": "^3.14.5",
91
- "@tiptap/core": "^3.26.1",
92
- "@tiptap/extension-color": "^3.26.1",
93
- "@tiptap/extension-highlight": "^3.26.1",
94
- "@tiptap/extension-subscript": "^3.26.1",
95
- "@tiptap/extension-superscript": "^3.26.1",
96
- "@tiptap/extension-table": "^3.26.1",
97
- "@tiptap/extension-table-cell": "^3.26.1",
98
- "@tiptap/extension-table-header": "^3.26.1",
99
- "@tiptap/extension-table-row": "^3.26.1",
100
- "@tiptap/extension-text-align": "^3.26.1",
101
- "@tiptap/extension-text-style": "^3.26.1",
102
- "@tiptap/extensions": "^3.26.1",
103
- "@tiptap/pm": "^3.26.1",
104
- "@tiptap/react": "^3.26.1",
105
- "@tiptap/starter-kit": "^3.26.1",
90
+ "@tanstack/react-virtual": "^3.14.7",
91
+ "@tiptap/core": "^3.28.0",
92
+ "@tiptap/extension-color": "^3.28.0",
93
+ "@tiptap/extension-highlight": "^3.28.0",
94
+ "@tiptap/extension-subscript": "^3.28.0",
95
+ "@tiptap/extension-superscript": "^3.28.0",
96
+ "@tiptap/extension-table": "^3.28.0",
97
+ "@tiptap/extension-table-cell": "^3.28.0",
98
+ "@tiptap/extension-table-header": "^3.28.0",
99
+ "@tiptap/extension-table-row": "^3.28.0",
100
+ "@tiptap/extension-text-align": "^3.28.0",
101
+ "@tiptap/extension-text-style": "^3.28.0",
102
+ "@tiptap/extensions": "^3.28.0",
103
+ "@tiptap/pm": "^3.28.0",
104
+ "@tiptap/react": "^3.28.0",
105
+ "@tiptap/starter-kit": "^3.28.0",
106
106
  "date-fns": "^4.4.0"
107
107
  },
108
108
  "resolutions": {
109
- "undici": "^7.28.0",
109
+ "jsdom/undici": "^7.28.0",
110
110
  "@babel/core": "^7.29.6",
111
111
  "tar": "^7.5.16"
112
112
  }