orcs-design-system 3.4.1 → 3.4.3
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 +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orcs-design-system",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.3",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"deploy-storybook": "storybook-to-ghpages",
|
|
43
43
|
"playroom": "playroom start",
|
|
44
44
|
"build-playroom": "playroom build",
|
|
45
|
-
"dev": "nodemon --ignore es/ ./scripts/dev.js"
|
|
45
|
+
"dev": "nodemon --ignore es/ ./scripts/dev.js",
|
|
46
|
+
"test:github-packages-auth": "node scripts/test-github-packages-auth.js"
|
|
46
47
|
},
|
|
47
48
|
"dependencies": {
|
|
48
49
|
"@emotion/react": "^11.14.0",
|
|
@@ -183,6 +184,7 @@
|
|
|
183
184
|
},
|
|
184
185
|
"webpack-dev-server": "5.2.2",
|
|
185
186
|
"js-yaml": ">=4.1.1",
|
|
187
|
+
"glob": ">=11.1.0",
|
|
186
188
|
"material-react-table": {
|
|
187
189
|
"@mui/material": "^7.3.5",
|
|
188
190
|
"@mui/icons-material": "^7.3.5"
|
|
@@ -238,4 +240,4 @@
|
|
|
238
240
|
"eslintConfig": {
|
|
239
241
|
"extends": "react-app"
|
|
240
242
|
}
|
|
241
|
-
}
|
|
243
|
+
}
|