Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cncolder committed May 22, 2021
1 parent 9083d34 commit a52c623
Show file tree
Hide file tree
Showing 3 changed files with 1,580 additions and 713 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true

[*]
indent_style = space
indent_size = 4
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Expand All @@ -15,5 +15,4 @@ trim_trailing_whitespace = false
indent_style = tab

[project.config.json]
indent_style = tab
insert_final_newline = false
204 changes: 105 additions & 99 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,102 +1,108 @@
{
"name": "@tarojsx/ui",
"version": "0.30.1",
"description": "We reinvents the UI for Taro3+",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "colder",
"license": "MIT",
"keywords": [
"taro",
"taro3",
"ui",
"components",
"react",
"reactjs",
"wx",
"weixin",
"wechat",
"weapp",
"wechat-mini-program",
"javascript",
"typescript"
],
"files": [
"dist",
"docs",
"style",
"babel.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tarojsx/ui.git"
},
"homepage": "https://github.com/tarojsx/ui",
"bugs": {
"url": "https://github.com/tarojsx/ui/issues"
},
"scripts": {
"start": "tsc -w --preserveWatchOutput",
"prebuild": "rimraf dist tsconfig.tsbuildinfo",
"build": "tsc",
"docs": "typedoc",
"prepublishOnly": "npm run build",
"release": "np"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -x @commitlint/config-conventional -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"@tarojsx/history": "^0.15.0",
"@tarojsx/hooks": "^0.15.0",
"tslib": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@tarojs/components": "^3.0.0",
"@tarojs/taro": "^3.0.0",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.157",
"@types/node": "^14.0.14",
"@types/react": "^16.9.41",
"@types/react-is": "^16.7.1",
"husky": "^4.2.5",
"np": "^6.2.5",
"rimraf": "^3.0.2",
"taro-ui": "^3.0.0-alpha.2",
"typedoc": "^0.17.8",
"typedoc-plugin-markdown": "^2.3.1",
"typescript": "^3.9.5"
},
"peerDependencies": {
"taro-ui": "*"
},
"browserslist": {
"production": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"np": {},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"printWidth": 120
"name": "@tarojsx/ui",
"version": "0.30.1",
"description": "We reinvents the UI for Taro3+",
"keywords": [
"taro",
"taro3",
"ui",
"components",
"react",
"reactjs",
"wx",
"weixin",
"wechat",
"weapp",
"wechat-mini-program",
"javascript",
"typescript"
],
"homepage": "https://github.com/tarojsx/ui",
"bugs": {
"url": "https://github.com/tarojsx/ui/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tarojsx/ui.git"
},
"license": "MIT",
"author": "colder",
"sideEffects": false,
"main": "dist/index.js",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"files": [
"dist",
"docs",
"style",
"babel.js"
],
"scripts": {
"start": "tsc -w --preserveWatchOutput",
"prebuild": "del dist/* tsconfig.tsbuildinfo",
"build": "tsc",
"docs": "typedoc",
"prepublishOnly": "npm run build",
"release": "np"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -x @commitlint/config-conventional -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,json,jsx,ts,tsx,md,html,css,scss}": "prettier --write"
},
"browserslist": {
"production": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"prettier": {
"printWidth": 120,
"singleQuote": true
},
"dependencies": {
"@tarojsx/history": "^0.32.0",
"@tarojsx/hooks": "^0.15.0",
"tslib": "^2.2.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@tarojs/components": "^3.2.9",
"@tarojs/taro": "^3.2.9",
"@types/classnames": "^2.3.1",
"@types/lodash": "^4.14.170",
"@types/node": "^14.17.0",
"@types/react": "^16.14.6",
"@types/react-is": "^16.7.2",
"del-cli": "^3.0.1",
"husky": "^4.3.8",
"lint-staged": "^11.0.0",
"np": "^7.5.0",
"prettier": "^2.3.0",
"prettier-plugin-jsdoc": "^0.3.22",
"prettier-plugin-packagejson": "^2.2.11",
"taro-ui": "^3.0.0-alpha.10",
"typedoc": "^0.20.36",
"typedoc-plugin-markdown": "^3.8.1",
"typescript": "^4.2.4"
},
"peerDependencies": {
"taro-ui": "*"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"np": {}
}
Loading

0 comments on commit a52c623

Please sign in to comment.