@shell-shock/plugin-completions 0.2.6 → 0.2.7

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-completions",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "type": "module",
5
5
  "description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
6
6
  "repository": {
@@ -227,9 +227,9 @@
227
227
  "@powerlines/deepkit": "^0.6.134",
228
228
  "@powerlines/plugin-alloy": "^0.25.41",
229
229
  "@powerlines/plugin-plugin": "^0.12.306",
230
- "@shell-shock/core": "^0.13.0",
231
- "@stryke/path": "^0.27.0",
232
- "@stryke/string-format": "^0.17.4",
230
+ "@shell-shock/core": "^0.13.1",
231
+ "@stryke/path": "^0.27.2",
232
+ "@stryke/string-format": "^0.17.6",
233
233
  "powerlines": "^0.41.20"
234
234
  },
235
235
  "devDependencies": {
@@ -251,5 +251,5 @@
251
251
  "./package.json": "./package.json"
252
252
  }
253
253
  },
254
- "gitHead": "d9365dd86c8fd0958486dfb1cef4822da5798464"
254
+ "gitHead": "86c55189ed02d126fb583cf6d2555266f00d0f3a"
255
255
  }