Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Nov 24, 2020
1 parent 65ca6ec commit ef73f2b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion e2e/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"mini": "mini build . --pluginId=2021001126652765 -w"
},
"dependencies": {
"remax": "2.8.8",
"remax": "2.8.9",
"clsx": "^1.0.4",
"mini-antui": "^0.4.34",
"react": "^16.8.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-remax-host-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"test:debug": "npx --node-arg=--inspect-brk jest -i"
},
"dependencies": {
"@remax/macro": "2.8.8",
"@remax/shared": "2.8.8",
"@remax/macro": "2.8.9",
"@remax/shared": "2.8.9",
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/traverse": "^7.11.0",
"@babel/types": "^7.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/remax-build-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@remax/shared": "^2.8.8",
"@remax/types": "2.8.8"
"@remax/types": "2.8.9"
},
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
}
2 changes: 1 addition & 1 deletion packages/remax-framework-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:debug": "npx --node-arg=--inspect-brk jest -i"
},
"dependencies": {
"@remax/types": "2.8.8",
"@remax/types": "2.8.9",
"react-is": "^16.13.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/remax-plugin-error-screen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"webpack-virtual-modules": "^0.3.1"
},
"devDependencies": {
"remax": "2.8.8",
"remax": "2.8.9",
"@types/react": "^16.9.49"
},
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
Expand Down

0 comments on commit ef73f2b

Please sign in to comment.