@powerlines/plugin-babel 0.12.276 → 0.12.277

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-babel",
3
- "version": "0.12.276",
3
+ "version": "0.12.277",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -179,7 +179,7 @@
179
179
  },
180
180
  "dependencies": {
181
181
  "@babel/core": "^7.29.0",
182
- "@babel/generator": "^7.29.0",
182
+ "@babel/generator": "^7.29.1",
183
183
  "@babel/helper-plugin-utils": "^7.28.6",
184
184
  "@babel/parser": "^7.29.0",
185
185
  "@babel/plugin-syntax-typescript": "^7.28.6",
@@ -192,11 +192,11 @@
192
192
  "chalk": "5.6.2",
193
193
  "defu": "^6.1.4",
194
194
  "jiti": "^2.6.1",
195
- "powerlines": "^0.38.34"
195
+ "powerlines": "^0.38.35"
196
196
  },
197
197
  "devDependencies": {
198
- "@powerlines/plugin-plugin": "^0.12.218",
199
- "@types/node": "^24.10.10"
198
+ "@powerlines/plugin-plugin": "^0.12.219",
199
+ "@types/node": "^24.10.11"
200
200
  },
201
201
  "publishConfig": {
202
202
  "access": "public",
@@ -237,5 +237,5 @@
237
237
  "./package.json": "./package.json"
238
238
  }
239
239
  },
240
- "gitHead": "cc32eed2e70e1078ab7e6c80b86c2adbf86edc35"
240
+ "gitHead": "bdf51e84d39358c83b7c95434d8d564f10cf08f7"
241
241
  }