piral-ssr-utils 0.15.13-beta.5591 → 0.15.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-ssr-utils",
3
- "version": "0.15.13-beta.5591",
3
+ "version": "0.15.13",
4
4
  "description": "Utilities for server-side rendering of a Piral instance.",
5
5
  "keywords": [
6
6
  "piral",
@@ -62,10 +62,10 @@
62
62
  "test": "echo \"Error: run tests from root\" && exit 1"
63
63
  },
64
64
  "devDependencies": {
65
- "piral-core": "0.15.13-beta.5591"
65
+ "piral-core": "^0.15.13"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "piral-core": "0.14.x || 0.15.x"
69
69
  },
70
- "gitHead": "784a1959701dc0f13b9b8aa0edda2c7ae7c7390b"
70
+ "gitHead": "1c7ef348ee00d0bfd2d8a5af20bb846d6d88f485"
71
71
  }