Skip to content

Commit

Permalink
Added more babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Mar 11, 2020
1 parent ce8c93b commit d479864
Show file tree
Hide file tree
Showing 14 changed files with 77 additions and 1,344 deletions.
2 changes: 2 additions & 0 deletions apps/draw-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"license": "AGPL-3.0",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.0",
Expand Down
298 changes: 9 additions & 289 deletions apps/draw-io/yarn.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions apps/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-classes": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.6.0",
Expand Down
185 changes: 13 additions & 172 deletions apps/files/yarn.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions apps/markdown-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"license": "AGPL-3.0",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.0",
Expand Down
298 changes: 9 additions & 289 deletions apps/markdown-editor/yarn.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions apps/media-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"license": "AGPL-3.0",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.0",
Expand Down
298 changes: 9 additions & 289 deletions apps/media-viewer/yarn.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions apps/pdf-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"license": "AGPL-3.0",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.0",
Expand Down
Loading

0 comments on commit d479864

Please sign in to comment.