@zextras/carbonio-design-system 12.1.2 → 12.1.4

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.
Files changed (1) hide show
  1. package/package.json +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zextras/carbonio-design-system",
3
- "version": "12.1.2",
3
+ "version": "12.1.4",
4
4
  "description": "An awesome UI for Zextras Projects.",
5
5
  "main": "./dist/zapp-ui.bundle.cjs",
6
6
  "module": "./dist/zapp-ui.bundle.mjs",
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "packageManager": "pnpm@10.32.1",
17
17
  "engines": {
18
- "node": "v22",
18
+ "node": "^22.14.0",
19
19
  "pnpm": ">=10"
20
20
  },
21
21
  "scripts": {
@@ -64,11 +64,11 @@
64
64
  "@babel/preset-typescript": "7.29.7",
65
65
  "@babel/runtime": "7.29.7",
66
66
  "@babel/template": "7.29.7",
67
- "@commitlint/cli": "21.2.0",
68
- "@commitlint/config-conventional": "21.2.0",
67
+ "@commitlint/cli": "21.2.2",
68
+ "@commitlint/config-conventional": "21.2.2",
69
69
  "@emotion/babel-plugin": "11.13.5",
70
70
  "@emotion/jest": "11.14.2",
71
- "@faker-js/faker": "10.4.0",
71
+ "@faker-js/faker": "10.6.0",
72
72
  "@microsoft/api-extractor": "7.58.9",
73
73
  "@rollup/plugin-babel": "7.1.0",
74
74
  "@rollup/plugin-commonjs": "29.0.3",
@@ -76,8 +76,8 @@
76
76
  "@rollup/plugin-typescript": "12.3.0",
77
77
  "@rollup/plugin-url": "8.0.2",
78
78
  "@semantic-release/commit-analyzer": "13.0.1",
79
- "@semantic-release/github": "11.0.6",
80
- "@semantic-release/npm": "12.0.2",
79
+ "@semantic-release/github": "12.0.9",
80
+ "@semantic-release/npm": "13.1.5",
81
81
  "@semantic-release/release-notes-generator": "14.1.1",
82
82
  "@storybook/addon-designs": "10.0.2",
83
83
  "@storybook/addon-docs": "9.1.19",
@@ -86,15 +86,15 @@
86
86
  "@storybook/react-webpack5": "9.1.19",
87
87
  "@storybook/test-runner": "0.22.0",
88
88
  "@svgr/cli": "8.1.0",
89
- "@testing-library/dom": "10.4.1",
90
- "@testing-library/jest-dom": "6.9.1",
91
- "@testing-library/react": "16.3.2",
92
- "@testing-library/user-event": "14.6.1",
89
+ "@testing-library/dom": "10.4.2",
90
+ "@testing-library/jest-dom": "7.0.1",
91
+ "@testing-library/react": "16.3.3",
92
+ "@testing-library/user-event": "14.6.7",
93
93
  "@types/babel__core": "7.20.5",
94
94
  "@types/babel__template": "7.4.4",
95
95
  "@types/jest-image-snapshot": "6.4.1",
96
- "@types/lodash": "4.17.24",
97
- "@types/node": "25.9.3",
96
+ "@types/lodash": "4.17.25",
97
+ "@types/node": "22.20.3",
98
98
  "@types/react": "18.3.31",
99
99
  "@types/react-dom": "18.3.7",
100
100
  "@vitejs/plugin-react": "5.2.0",
@@ -103,6 +103,7 @@
103
103
  "babel-loader": "10.1.1",
104
104
  "conventional-changelog-conventionalcommits": "9.3.1",
105
105
  "create-index": "2.6.0",
106
+ "darkreader": "4.9.130",
106
107
  "eslint": "8.57.1",
107
108
  "eslint-plugin-import": "2.32.0",
108
109
  "eslint-plugin-notice": "1.0.0",
@@ -116,15 +117,15 @@
116
117
  "playwright": "1.49.0",
117
118
  "prettier": "2.8.8",
118
119
  "process": "0.11.10",
119
- "react-docgen": "7.1.1",
120
+ "react-docgen": "8.0.3",
120
121
  "react-docgen-typescript": "2.4.0",
121
122
  "rollup": "4.61.1",
122
123
  "rollup-plugin-postcss": "4.0.2",
123
- "semantic-release": "24.2.9",
124
+ "semantic-release": "25.0.9",
124
125
  "storybook": "9.1.19",
125
126
  "storybook-addon-playground": "3.0.0",
126
127
  "ts-node": "10.9.2",
127
- "typescript": "5.8.3",
128
+ "typescript": "5.9.3",
128
129
  "vitest": "4.1.8",
129
130
  "vitest-fail-on-console": "0.10.1"
130
131
  },
@@ -145,7 +146,6 @@
145
146
  "dependencies": {
146
147
  "@floating-ui/dom": "1.7.6",
147
148
  "core-js": "3.49.0",
148
- "darkreader": "4.9.125",
149
149
  "polished": "4.3.1",
150
150
  "react-datepicker": "7.5.0"
151
151
  },