chore(package/excalidraw): update deps (#2589)

This commit is contained in:
Aakansha Doshi 2020-12-14 23:51:22 +05:30 committed by GitHub
parent f151f45df8
commit c783763307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1173 additions and 3741 deletions

File diff suppressed because it is too large Load Diff

View File

@ -37,29 +37,29 @@
]
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-transform-arrow-functions": "7.8.3",
"@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-react": "7.9.4",
"@babel/preset-typescript": "7.9.0",
"babel-loader": "8.1.0",
"@babel/core": "7.12.10",
"@babel/plugin-transform-arrow-functions": "7.12.1",
"@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-react": "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",
"css-loader": "3.5.2",
"file-loader": "6.0.0",
"mini-css-extract-plugin": "0.8.0",
"sass-loader": "8.0.2",
"terser-webpack-plugin": "2.3.5",
"ts-loader": "7.0.0",
"webpack": "4.42.0",
"webpack-bundle-analyzer": "3.9.0",
"cross-env": "7.0.3",
"css-loader": "5.0.1",
"file-loader": "6.2.0",
"mini-css-extract-plugin": "1.3.3",
"sass-loader": "10.1.0",
"terser-webpack-plugin": "5.0.3",
"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",