This commit is contained in:
Nicolò Ribaudo
2018-12-20 12:18:31 +01:00
parent d35f2ad92b
commit 0bb720401b
14 changed files with 29 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-decorators",
"version": "7.2.2",
"version": "7.2.3",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT",
"publishConfig": {
@@ -15,7 +15,7 @@
"decorators"
],
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.2.2",
"@babel/helper-create-class-features-plugin": "^7.2.3",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-decorators": "^7.2.0"
},