Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Aug 13, 2022
1 parent 7cc326e commit 56c211b
Show file tree
Hide file tree
Showing 2 changed files with 2,449 additions and 5,432 deletions.
32 changes: 15 additions & 17 deletions package.json
Expand Up @@ -65,20 +65,21 @@
}
},
"devDependencies": {
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/plugin-syntax-jsx": "7.14.5",
"@babel/plugin-transform-arrow-functions": "7.12.1",
"@babel/plugin-transform-modules-commonjs": "7.12.1",
"@babel/plugin-transform-runtime": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.5",
"@babel/register": "7.12.1",
"@babel/runtime": "7.12.5",
"@babel/types": "7.15.0",
"ava": "1.2.1",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
"@babel/plugin-syntax-jsx": "7.18.6",
"@babel/plugin-transform-arrow-functions": "7.18.6",
"@babel/plugin-transform-modules-commonjs": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"@babel/register": "7.18.9",
"@babel/runtime": "7.18.9",
"@babel/types": "7.18.10",
"ava": "4.3.1",
"babel-plugin-macros": "2.8.0",
"bunchee": "1.9.0",
"convert-source-map": "1.7.0",
"eslint": "7.32.0",
"eslint-config-prettier": "4.0.0",
Expand Down Expand Up @@ -121,8 +122,5 @@
"zeit",
"css-in-js",
"css"
],
"dependencies": {
"bunchee": "1.9.0"
}
]
}

0 comments on commit 56c211b

Please sign in to comment.