@shell-shock/plugin-prompts 0.3.15 → 0.3.17

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-prompts",
3
- "version": "0.3.15",
3
+ "version": "0.3.17",
4
4
  "type": "module",
5
5
  "description": "A package containing a Shell Shock plugin to generate the `prompts` built-in module.",
6
6
  "repository": {
@@ -126,16 +126,16 @@
126
126
  "dependencies": {
127
127
  "@alloy-js/core": "0.23.0-dev.8",
128
128
  "@alloy-js/typescript": "0.23.0-dev.4",
129
- "@powerlines/deepkit": "^0.6.147",
130
- "@powerlines/plugin-alloy": "^0.25.54",
131
- "@powerlines/plugin-plugin": "^0.12.319",
132
- "@shell-shock/core": "^0.13.3",
133
- "@shell-shock/plugin-theme": "^0.3.18",
129
+ "@powerlines/deepkit": "^0.6.148",
130
+ "@powerlines/plugin-alloy": "^0.25.55",
131
+ "@powerlines/plugin-plugin": "^0.12.320",
132
+ "@shell-shock/core": "^0.13.5",
133
+ "@shell-shock/plugin-theme": "^0.3.20",
134
134
  "defu": "^6.1.4",
135
- "powerlines": "^0.42.9"
135
+ "powerlines": "^0.42.10"
136
136
  },
137
137
  "devDependencies": {
138
- "@powerlines/plugin-deepkit": "^0.11.247",
138
+ "@powerlines/plugin-deepkit": "^0.11.248",
139
139
  "@types/node": "^25.5.0"
140
140
  },
141
141
  "publishConfig": {
@@ -153,5 +153,5 @@
153
153
  "./package.json": "./package.json"
154
154
  }
155
155
  },
156
- "gitHead": "86ac1c51d3258bded9e493024e6631d241f62dd2"
156
+ "gitHead": "5ef738d7a113743af3b11d0ac8f9971811ce6bea"
157
157
  }