Skip to content

Commit

Permalink
fix(project): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jun 13, 2021
1 parent 88f379c commit 6162782
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 16 deletions.
5 changes: 3 additions & 2 deletions devtools/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "@formily/chrome-extension",
"version": "0.0.0",
"private": true,
"license": "MIT",
Expand All @@ -20,8 +21,8 @@
"start": "webpack-dev-server --config config/webpack.dev.js"
},
"dependencies": {
"@formily/core": "^2.0.0-beta.51",
"@formily/shared": "2.0.0-beta.51",
"@formily/core": "2.0.0-beta.64",
"@formily/shared": "2.0.0-beta.64",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-json-view": "^1.19.1",
Expand Down
Loading

0 comments on commit 6162782

Please sign in to comment.