mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
chore(v2): upgrade dependencies (#1865)
* chore(v2): upgrade dependencies * nits
This commit is contained in:
parent
abdc647b07
commit
1844c2bdd6
9 changed files with 1042 additions and 789 deletions
|
@ -26,15 +26,15 @@
|
|||
"docusaurus-rename-version": "./lib/rename-version.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.6.2",
|
||||
"@babel/core": "^7.6.4",
|
||||
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
||||
"@babel/polyfill": "^7.4.4",
|
||||
"@babel/preset-env": "^7.6.2",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@babel/polyfill": "^7.6.0",
|
||||
"@babel/preset-env": "^7.6.3",
|
||||
"@babel/preset-react": "^7.6.3",
|
||||
"@babel/register": "^7.6.2",
|
||||
"@babel/traverse": "^7.6.2",
|
||||
"@babel/types": "^7.6.1",
|
||||
"@babel/traverse": "^7.6.3",
|
||||
"@babel/types": "^7.6.3",
|
||||
"autoprefixer": "^9.6.1",
|
||||
"babylon": "^6.18.0",
|
||||
"chalk": "^2.4.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue