-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump eslint from 7 to 8 (#450)
- Loading branch information
1 parent
edab4bd
commit 4685af9
Showing
1 changed file
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,17 @@ | |
"tree-select" | ||
], | ||
"homepage": "https://github.com/react-component/tree-select", | ||
"author": "[email protected]", | ||
"bugs": { | ||
"url": "https://github.com/react-component/tree-select/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/react-component/tree-select.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/react-component/tree-select/issues" | ||
}, | ||
"license": "MIT", | ||
"author": "[email protected]", | ||
"main": "./lib/index", | ||
"module": "./es/index", | ||
"files": [ | ||
"es", | ||
"lib", | ||
|
@@ -26,23 +29,23 @@ | |
"assets/*.png", | ||
"assets/*.gif" | ||
], | ||
"license": "MIT", | ||
"main": "./lib/index", | ||
"module": "./es/index", | ||
"scripts": { | ||
"start": "dumi dev", | ||
"build": "dumi build", | ||
"compile": "father build", | ||
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js", | ||
"now-build": "npm run build", | ||
"prepare": "dumi setup", | ||
"prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch", | ||
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js", | ||
"prettier": "prettier '{src,tests}/**/*.{ts,tsx}' 'tests/**/*.js' --write", | ||
"test": "rc-test", | ||
"now-build": "npm run build" | ||
"start": "dumi dev", | ||
"test": "rc-test" | ||
}, | ||
"peerDependencies": { | ||
"react": "*", | ||
"react-dom": "*" | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.1", | ||
"classnames": "2.x", | ||
"rc-select": "~14.10.0", | ||
"rc-tree": "~5.8.1", | ||
"rc-util": "^5.16.1" | ||
}, | ||
"devDependencies": { | ||
"@rc-component/father-plugin": "^1.0.0", | ||
|
@@ -59,10 +62,13 @@ | |
"enzyme": "^3.10.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"enzyme-to-json": "^3.4.0", | ||
"eslint": "^7.1.0", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-jest": "^27.6.0", | ||
"eslint-plugin-unicorn": "^50.0.1", | ||
"father": "^4.0.0", | ||
"glob": "^7.1.6", | ||
"np": "^7.5.0", | ||
"prettier": "^3.1.1", | ||
"rc-dialog": "^7.5.7", | ||
"rc-field-form": "^1.0.0", | ||
"rc-test": "^7.0.4", | ||
|
@@ -71,11 +77,8 @@ | |
"react-dom": "^16.8.0", | ||
"typescript": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.1", | ||
"classnames": "2.x", | ||
"rc-select": "~14.10.0", | ||
"rc-tree": "~5.8.1", | ||
"rc-util": "^5.16.1" | ||
"peerDependencies": { | ||
"react": "*", | ||
"react-dom": "*" | ||
} | ||
} |
4685af9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
tree-select – ./
tree-select-git-master-react-component.vercel.app
tree-select.vercel.app
tree-select-react-component.vercel.app