@utrecht/web-component-library-vue 1.0.0-alpha.136 → 1.0.0-alpha.139
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ The `@utrecht/web-component-library-stencil` package contains the actual impleme
|
|
|
7
7
|
Install both packages to use Vue.js components in your project:
|
|
8
8
|
|
|
9
9
|
```shell
|
|
10
|
-
npm install --save-dev \
|
|
10
|
+
npm install --save-dev --save-exact \
|
|
11
11
|
@utrecht/web-component-library-vue \
|
|
12
12
|
@utrecht/web-component-library-stencil
|
|
13
13
|
```
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.139",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Vue.js web components for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"dist/"
|
|
29
29
|
],
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@utrecht/web-component-library-stencil": "1.0.0-alpha.
|
|
31
|
+
"@utrecht/web-component-library-stencil": "1.0.0-alpha.193",
|
|
32
32
|
"rimraf": "3.0.2",
|
|
33
33
|
"typescript": "4.1.6 <4.2",
|
|
34
|
-
"vue": "3.2.
|
|
34
|
+
"vue": "3.2.33"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "9fb090363d0ba7a963be19aa9181106ee0c5c35e"
|
|
37
37
|
}
|