chore(package/utils): update deps (#2593)

This commit is contained in:
Aakansha Doshi 2020-12-15 02:13:19 +05:30 committed by GitHub
parent 37f53bccbf
commit 8729ab3c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 935 additions and 3813 deletions

File diff suppressed because it is too large Load Diff

View File

@ -34,21 +34,21 @@
]
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/core": "7.12.10",
"@babel/plugin-transform-arrow-functions": "7.12.1",
"@babel/plugin-transform-async-to-generator": "7.8.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/plugin-transform-typescript": "7.9.4",
"@babel/preset-env": "7.9.5",
"@babel/preset-typescript": "7.9.0",
"babel-loader": "8.1.0",
"@babel/plugin-transform-async-to-generator": "7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/plugin-transform-typescript": "7.12.1",
"@babel/preset-env": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"babel-loader": "8.2.2",
"babel-plugin-transform-class-properties": "6.24.1",
"cross-env": "7.0.2",
"file-loader": "6.0.0",
"ts-loader": "7.0.0",
"webpack": "4.44.2",
"webpack-bundle-analyzer": "3.9.0",
"webpack-cli": "3.3.11"
"cross-env": "7.0.3",
"file-loader": "6.2.0",
"ts-loader": "8.0.12",
"webpack": "5.10.1",
"webpack-bundle-analyzer": "4.2.0",
"webpack-cli": "4.2.0"
},
"bugs": "https://github.com/excalidraw/excalidraw/issues",
"repository": "https://github.com/excalidraw/excalidraw",