@lwc/babel-plugin-component 9.0.0 → 9.0.2

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1289,5 +1289,5 @@ function LwcClassTransform(api) {
1289
1289
  }
1290
1290
 
1291
1291
  export { LwcClassTransform as default };
1292
- /** version: 9.0.0 */
1292
+ /** version: 9.0.2 */
1293
1293
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
5
5
  ],
6
6
  "name": "@lwc/babel-plugin-component",
7
- "version": "9.0.0",
7
+ "version": "9.0.2",
8
8
  "description": "Babel plugin to transform a LWC module",
9
9
  "keywords": [
10
10
  "lwc"
@@ -51,8 +51,8 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@babel/helper-module-imports": "7.28.6",
54
- "@lwc/errors": "9.0.0",
55
- "@lwc/shared": "9.0.0",
54
+ "@lwc/errors": "9.0.2",
55
+ "@lwc/shared": "9.0.2",
56
56
  "line-column": "~1.0.2"
57
57
  },
58
58
  "devDependencies": {