@babel/plugin-proposal-decorators 7.12.1 → 7.12.12

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/README.md +1 -1
  2. package/package.json +5 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > Compile class and object decorators to ES5
4
4
 
5
- See our website [@babel/plugin-proposal-decorators](https://babeljs.io/docs/en/next/babel-plugin-proposal-decorators.html) for more information.
5
+ See our website [@babel/plugin-proposal-decorators](https://babeljs.io/docs/en/babel-plugin-proposal-decorators) for more information.
6
6
 
7
7
  ## Install
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babel/plugin-proposal-decorators",
3
- "version": "7.12.1",
3
+ "version": "7.12.12",
4
4
  "author": "Logan Smyth <loganfsmyth@gmail.com>",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -27,7 +27,9 @@
27
27
  "@babel/core": "^7.0.0-0"
28
28
  },
29
29
  "devDependencies": {
30
- "@babel/core": "^7.12.1",
31
- "@babel/helper-plugin-test-runner": "7.10.4"
30
+ "@babel/core": "7.12.10",
31
+ "@babel/helper-plugin-test-runner": "7.10.4",
32
+ "babel-plugin-polyfill-es-shims": "0.0.10",
33
+ "object.getownpropertydescriptors": "^2.1.1"
32
34
  }
33
35
  }