@utrecht/web-component-library-vue 1.0.0-alpha.135 → 1.0.0-alpha.138

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 (2) hide show
  1. package/README.md +1 -1
  2. 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.135",
2
+ "version": "1.0.0-alpha.138",
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.189",
31
+ "@utrecht/web-component-library-stencil": "1.0.0-alpha.192",
32
32
  "rimraf": "3.0.2",
33
33
  "typescript": "4.1.6 <4.2",
34
- "vue": "3.2.31"
34
+ "vue": "3.2.33"
35
35
  },
36
- "gitHead": "547979f9308b4144dab0cec889ec5ff4d13e724b"
36
+ "gitHead": "021f12f8d2a74a327bcb2e4c946321367faf3c07"
37
37
  }