Skip to content

Commit

Permalink
chore(deps-dev): bump eslint from 7 to 8 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan authored Dec 28, 2023
1 parent edab4bd commit 4685af9
Showing 1 changed file with 24 additions and 21 deletions.
45 changes: 24 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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": "*"
}
}

1 comment on commit 4685af9

@vercel
Copy link

@vercel vercel bot commented on 4685af9 Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.