@rijkshuisstijl-community/web-components-stencil 1.0.0-alpha.31 → 1.0.0-alpha.33
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rijkshuisstijl-community/web-components-stencil",
|
3
|
-
"version": "1.0.0-alpha.
|
3
|
+
"version": "1.0.0-alpha.33",
|
4
4
|
"author": "Community for NL Design System",
|
5
5
|
"description": "Stencil web components bundle based on the NL Design System architecture",
|
6
6
|
"license": "EUPL-1.2",
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"generate": "stencil generate"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
|
-
"@rijkshuisstijl-community/components-css": "1.0.0-alpha.
|
44
|
+
"@rijkshuisstijl-community/components-css": "1.0.0-alpha.51",
|
45
45
|
"@stencil/react-output-target": "0.5.3",
|
46
46
|
"@stencil/sass": "3.0.12",
|
47
47
|
"@types/jest": "29.5.12",
|
@@ -49,11 +49,11 @@
|
|
49
49
|
"node-sass-package-importer": "5.3.3",
|
50
50
|
"npm-run-all": "4.1.5",
|
51
51
|
"rimraf": "6.0.1",
|
52
|
-
"tslib": "2.
|
52
|
+
"tslib": "2.8.1",
|
53
53
|
"typescript": "5.5.3"
|
54
54
|
},
|
55
55
|
"dependencies": {
|
56
56
|
"@stencil/core": "4.19.2"
|
57
57
|
},
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "620a452cbfc392e66759bfc05d63df2aebbf4fea"
|
59
59
|
}
|