@spectrum-web-components/split-view 0.42.0 → 0.42.1

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/split-view",
3
- "version": "0.42.0",
3
+ "version": "0.42.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -61,10 +61,10 @@
61
61
  "lit-html"
62
62
  ],
63
63
  "dependencies": {
64
- "@spectrum-web-components/base": "^0.42.0"
64
+ "@spectrum-web-components/base": "^0.42.1"
65
65
  },
66
66
  "devDependencies": {
67
- "@spectrum-css/splitview": "^4.2.3"
67
+ "@spectrum-css/splitview": "^4.2.4"
68
68
  },
69
69
  "types": "./src/index.d.ts",
70
70
  "customElements": "custom-elements.json",
@@ -72,5 +72,5 @@
72
72
  "./sp-*.js",
73
73
  "./**/*.dev.js"
74
74
  ],
75
- "gitHead": "9b3bd55ff8e8f9438817255976e77fd456b19d72"
75
+ "gitHead": "c7ab5516e86d20194e92114afd04affa490b7248"
76
76
  }