@shell-shock/plugin-upgrade 0.1.21 → 0.1.23

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-upgrade",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "private": false,
5
5
  "description": "A package containing a Shell Shock plugin to manage upgrading the local application's version.",
6
6
  "keywords": [
@@ -168,16 +168,16 @@
168
168
  "dependencies": {
169
169
  "@alloy-js/core": "0.23.0-dev.8",
170
170
  "@alloy-js/typescript": "0.23.0-dev.4",
171
- "@powerlines/deepkit": "^0.6.147",
172
- "@powerlines/plugin-alloy": "^0.25.54",
173
- "@powerlines/plugin-plugin": "^0.12.319",
174
- "@shell-shock/core": "^0.13.4",
171
+ "@powerlines/deepkit": "^0.6.148",
172
+ "@powerlines/plugin-alloy": "^0.25.56",
173
+ "@powerlines/plugin-plugin": "^0.12.320",
174
+ "@shell-shock/core": "^0.13.6",
175
175
  "@stryke/path": "^0.27.2",
176
176
  "defu": "^6.1.4",
177
- "powerlines": "^0.42.9"
177
+ "powerlines": "^0.42.10"
178
178
  },
179
179
  "devDependencies": {
180
- "@powerlines/plugin-deepkit": "^0.11.247",
180
+ "@powerlines/plugin-deepkit": "^0.11.248",
181
181
  "@types/node": "^25.5.0"
182
182
  },
183
183
  "publishConfig": {
@@ -195,5 +195,5 @@
195
195
  "./package.json": "./package.json"
196
196
  }
197
197
  },
198
- "gitHead": "bb9aa600d0f9effbd29eabb7bb096267a461059e"
198
+ "gitHead": "c955b6fabcce1fef3179f9f169867eaa8eafc38d"
199
199
  }