aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-05-19 21:33:04 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-05-19 21:33:04 +0900
commit54d274e9fd2855664048eedb805a6762d6acf9fa (patch)
tree560df98be11d282a0f3b1f323c21e8fac0ab794b /package-lock.json
parentffb740b3abac4f7db6d87572a316f56ca9e4effc (diff)
Install @babel/plugin-proposal-decorators
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index a9c2e9f..d2e5c3e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -535,6 +535,26 @@
"@babel/helper-plugin-utils": "^7.0.0"
}
},
+ "@babel/plugin-proposal-decorators": {
+ "version": "7.4.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.4.tgz",
+ "integrity": "sha512-z7MpQz3XC/iQJWXH9y+MaWcLPNSMY9RQSthrLzak8R8hCj0fuyNk+Dzi9kfNe/JxxlWQ2g7wkABbgWjW36MTcw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-create-class-features-plugin": "^7.4.4",
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@babel/plugin-syntax-decorators": "^7.2.0"
+ }
+ },
+ "@babel/plugin-syntax-decorators": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.2.0.tgz",
+ "integrity": "sha512-38QdqVoXdHUQfTpZo3rQwqQdWtCn5tMv4uV6r2RMfTqNBuv4ZBhz79SfaQWKTVmxHjeFv/DnXVC/+agHCklYWA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.0.0"
+ }
+ },
"@babel/plugin-syntax-jsx": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz",