@tarojs/components-react 3.6.5-alpha.2 → 3.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ import _createClass from '@babel/runtime/helpers/createClass';
3
3
  import _assertThisInitialized from '@babel/runtime/helpers/assertThisInitialized';
4
4
  import _inherits from '@babel/runtime/helpers/inherits';
5
5
  import _createSuper from '@babel/runtime/helpers/createSuper';
6
- import { __rest } from '../../node_modules/.pnpm/registry.npmjs.org_tslib@1.14.1/node_modules/tslib/tslib.es6.js';
6
+ import { __rest } from '../../node_modules/.pnpm/registry.npmjs.org_tslib@2.5.0/node_modules/tslib/tslib.es6.js';
7
7
  import 'weui';
8
8
  import classNames from 'classnames';
9
9
  import React from 'react';
@@ -4,7 +4,7 @@ import _createClass from '@babel/runtime/helpers/createClass';
4
4
  import _assertThisInitialized from '@babel/runtime/helpers/assertThisInitialized';
5
5
  import _inherits from '@babel/runtime/helpers/inherits';
6
6
  import _createSuper from '@babel/runtime/helpers/createSuper';
7
- import { __rest } from '../../node_modules/.pnpm/registry.npmjs.org_tslib@1.14.1/node_modules/tslib/tslib.es6.js';
7
+ import { __rest } from '../../node_modules/.pnpm/registry.npmjs.org_tslib@2.5.0/node_modules/tslib/tslib.es6.js';
8
8
  import Taro from '@tarojs/taro';
9
9
  import classNames from 'classnames';
10
10
  import React from 'react';
@@ -3,7 +3,7 @@ import _classCallCheck from '@babel/runtime/helpers/classCallCheck';
3
3
  import _createClass from '@babel/runtime/helpers/createClass';
4
4
  import _inherits from '@babel/runtime/helpers/inherits';
5
5
  import _createSuper from '@babel/runtime/helpers/createSuper';
6
- import { __rest } from '../../node_modules/.pnpm/registry.npmjs.org_tslib@1.14.1/node_modules/tslib/tslib.es6.js';
6
+ import { __rest } from '../../node_modules/.pnpm/registry.npmjs.org_tslib@2.5.0/node_modules/tslib/tslib.es6.js';
7
7
  import 'swiper/swiper-bundle.min.css';
8
8
  import 'weui';
9
9
  import classNames from 'classnames';
@@ -2,7 +2,7 @@ import _classCallCheck from '@babel/runtime/helpers/classCallCheck';
2
2
  import _createClass from '@babel/runtime/helpers/createClass';
3
3
  import _inherits from '@babel/runtime/helpers/inherits';
4
4
  import _createSuper from '@babel/runtime/helpers/createSuper';
5
- import { __rest } from '../../node_modules/.pnpm/registry.npmjs.org_tslib@1.14.1/node_modules/tslib/tslib.es6.js';
5
+ import { __rest } from '../../node_modules/.pnpm/registry.npmjs.org_tslib@2.5.0/node_modules/tslib/tslib.es6.js';
6
6
  import 'weui';
7
7
  import classNames from 'classnames';
8
8
  import React from 'react';
@@ -3,7 +3,7 @@ import _classCallCheck from '@babel/runtime/helpers/classCallCheck';
3
3
  import _createClass from '@babel/runtime/helpers/createClass';
4
4
  import _inherits from '@babel/runtime/helpers/inherits';
5
5
  import _createSuper from '@babel/runtime/helpers/createSuper';
6
- import { __rest } from '../../node_modules/.pnpm/registry.npmjs.org_tslib@1.14.1/node_modules/tslib/tslib.es6.js';
6
+ import { __rest } from '../../node_modules/.pnpm/registry.npmjs.org_tslib@2.5.0/node_modules/tslib/tslib.es6.js';
7
7
  import 'weui';
8
8
  import classNames from 'classnames';
9
9
  import React from 'react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/components-react",
3
- "version": "3.6.5-alpha.2",
3
+ "version": "3.6.5",
4
4
  "description": "",
5
5
  "main:h5": "src/index.js",
6
6
  "main": "dist/index.js",
@@ -27,8 +27,8 @@
27
27
  "resolve-pathname": "^3.0.0",
28
28
  "swiper": "6.8.0",
29
29
  "weui": "^1.1.2",
30
- "@tarojs/taro": "3.6.5-alpha.2",
31
- "@tarojs/components": "3.6.5-alpha.2"
30
+ "@tarojs/taro": "3.6.5",
31
+ "@tarojs/components": "3.6.5"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/core": "^7.14.5",