@babel/plugin-proposal-decorators 8.0.0-rc.1 → 8.0.0-rc.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/lib/index.js +2 -2
  2. package/package.json +8 -8
package/lib/index.js CHANGED
@@ -156,7 +156,7 @@ const visitor = {
156
156
  };
157
157
 
158
158
  var index = declare((api, options) => {
159
- api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.1");
159
+ api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.2");
160
160
  const {
161
161
  version
162
162
  } = options;
@@ -167,7 +167,7 @@ var index = declare((api, options) => {
167
167
  visitor: visitor
168
168
  };
169
169
  } else if (!version || version === "2023-11") {
170
- api.assertVersion("^7.0.2 || ^8.0.0 || 8.0.0-rc.1");
170
+ api.assertVersion("^7.0.2 || ^8.0.0 || 8.0.0-rc.2");
171
171
  return createClassFeaturePlugin({
172
172
  name: "proposal-decorators",
173
173
  api,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babel/plugin-proposal-decorators",
3
- "version": "8.0.0-rc.1",
3
+ "version": "8.0.0-rc.2",
4
4
  "author": "The Babel Team (https://babel.dev/team)",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -20,17 +20,17 @@
20
20
  "decorators"
21
21
  ],
22
22
  "dependencies": {
23
- "@babel/helper-create-class-features-plugin": "^8.0.0-rc.1",
24
- "@babel/helper-plugin-utils": "^8.0.0-rc.1",
25
- "@babel/plugin-syntax-decorators": "^8.0.0-rc.1"
23
+ "@babel/helper-create-class-features-plugin": "^8.0.0-rc.2",
24
+ "@babel/helper-plugin-utils": "^8.0.0-rc.2",
25
+ "@babel/plugin-syntax-decorators": "^8.0.0-rc.2"
26
26
  },
27
27
  "peerDependencies": {
28
- "@babel/core": "^7.0.0-0"
28
+ "@babel/core": "^8.0.0-rc.2"
29
29
  },
30
30
  "devDependencies": {
31
- "@babel/core": "^8.0.0-rc.1",
32
- "@babel/helper-plugin-test-runner": "^8.0.0-rc.1",
33
- "@babel/traverse": "^8.0.0-rc.1",
31
+ "@babel/core": "^8.0.0-rc.2",
32
+ "@babel/helper-plugin-test-runner": "^8.0.0-rc.2",
33
+ "@babel/traverse": "^8.0.0-rc.2",
34
34
  "array.prototype.concat": "^1.0.2",
35
35
  "babel-plugin-polyfill-es-shims": "^0.10.9",
36
36
  "object.getownpropertydescriptors": "^2.1.1"