@babel/plugin-proposal-decorators 7.18.6 → 7.18.9

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.
@@ -407,7 +407,7 @@ function transformClass(path, state, constantSuper) {
407
407
  methodPath: element,
408
408
  objectRef: classLocal,
409
409
  superRef: path.node.superClass,
410
- file: state,
410
+ file: state.file,
411
411
  refToPreserve: classLocal
412
412
  });
413
413
  replaceSupers.replace();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babel/plugin-proposal-decorators",
3
- "version": "7.18.6",
3
+ "version": "7.18.9",
4
4
  "author": "The Babel Team (https://babel.dev/team)",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -20,9 +20,9 @@
20
20
  "decorators"
21
21
  ],
22
22
  "dependencies": {
23
- "@babel/helper-create-class-features-plugin": "^7.18.6",
24
- "@babel/helper-plugin-utils": "^7.18.6",
25
- "@babel/helper-replace-supers": "^7.18.6",
23
+ "@babel/helper-create-class-features-plugin": "^7.18.9",
24
+ "@babel/helper-plugin-utils": "^7.18.9",
25
+ "@babel/helper-replace-supers": "^7.18.9",
26
26
  "@babel/helper-split-export-declaration": "^7.18.6",
27
27
  "@babel/plugin-syntax-decorators": "^7.18.6"
28
28
  },
@@ -30,9 +30,9 @@
30
30
  "@babel/core": "^7.0.0-0"
31
31
  },
32
32
  "devDependencies": {
33
- "@babel/core": "^7.18.6",
33
+ "@babel/core": "^7.18.9",
34
34
  "@babel/helper-plugin-test-runner": "^7.18.6",
35
- "@babel/traverse": "^7.18.6",
35
+ "@babel/traverse": "^7.18.9",
36
36
  "@types/charcodes": "^0.2.0",
37
37
  "babel-plugin-polyfill-es-shims": "^0.6.1",
38
38
  "charcodes": "^0.2.0",