This repository was archived by the owner on May 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"plugins" : [
3
3
" add-module-exports" ,
4
- " transform-es2015-modules-umd"
4
+ " transform-es2015-modules-umd" ,
5
+ " transform-runtime"
5
6
],
6
7
"presets" : [
7
8
" latest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " deskbookers" ,
3
- "version" : " 5.11 .0" ,
3
+ "version" : " 5.12 .0" ,
4
4
"description" : " Deskbookers API JavaScript SDK" ,
5
5
"homepage" : " https://www.deskbookers.com/" ,
6
6
"main" : " dist/index.js" ,
23
23
},
24
24
"license" : " MIT" ,
25
25
"dependencies" : {
26
+ "babel-plugin-transform-runtime" : " ^6.23.0" ,
26
27
"bcryptjs" : " ^2.4.0" ,
27
28
"deskbookers-phpurlencode" : " 1.1.2" ,
28
29
"dotenv" : " ^2.0.0" ,
Original file line number Diff line number Diff line change @@ -1046,6 +1046,12 @@ babel-plugin-transform-runtime@^6.15.0:
1046
1046
dependencies :
1047
1047
babel-runtime "^6.9.0"
1048
1048
1049
+ babel-plugin-transform-runtime@^6.23.0 :
1050
+ version "6.23.0"
1051
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz#88490d446502ea9b8e7efb0fe09ec4d99479b1ee"
1052
+ dependencies :
1053
+ babel-runtime "^6.22.0"
1054
+
1049
1055
babel-plugin-transform-strict-mode@^6.18.0 :
1050
1056
version "6.18.0"
1051
1057
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.18.0.tgz#df7cf2991fe046f44163dcd110d5ca43bc652b9d"
You can’t perform that action at this time.
0 commit comments