Skip to content

Commit

Permalink
resolve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
z2014 committed Aug 3, 2020
1 parent cc9357a commit f7ed2b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/app.js
Expand Up @@ -11,7 +11,7 @@ import {
import FastClick from 'fastclick';
import Pages from './index';
import './style.less';
// import 'weui';
import 'weui';
// import '../build/packages/react-weui.css';
import '@babel/polyfill';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"homepage": "https://github.com/weui/react-weui",
"dependencies": {
"prop-types": "^15.7.2",
"weui": "^1.1.0"
"weui": "^2.3.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -9839,10 +9839,10 @@ websocket-extensions@>=0.1.1:
resolved "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29"
integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==

weui@^1.1.0:
version "1.1.3"
resolved "https://registry.npmjs.org/weui/-/weui-1.1.3.tgz#0f0899bb61bb2ec603b2648367a8139298f81514"
integrity sha512-vC6eWUvG1MYoE8yLsvBBmLB2+4DZWynQOL47MUscHMwPVltOZPGsiRb2PE7y3z+w3ElF1SsmJsyhr40wiXgP5A==
weui@^2.3.0:
version "2.3.0"
resolved "https://registry.npmjs.org/weui/-/weui-2.3.0.tgz#b6a0280c54a1072eaccb05eb69c2dabfa000cf64"
integrity sha512-0/oGhN866Pe5OKzzzsghazOyn742sobytJSSKv8oF8XVuwEMFPdCKVNr0Z8Taaue1DxTwX0OVxAxcbLX3qYgRQ==

whatwg-encoding@^1.0.1:
version "1.0.5"
Expand Down

0 comments on commit f7ed2b8

Please sign in to comment.