Skip to content

Commit b40cac2

Browse files
chore(deps-dev): bump eslint from 7.32.0 to 8.51.0 (#428)
* chore(deps-dev): bump eslint from 7.32.0 to 8.51.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.51.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v7.32.0...v8.51.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix lint --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afc163 <[email protected]>
1 parent 6292e36 commit b40cac2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/examples/inside.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint no-console:0 */
22
import React from 'react';
33
import '../../assets/index.less';
4-
import Trigger, { BuildInPlacements } from '../../src';
4+
import Trigger, { type BuildInPlacements } from '../../src';
55

66
const experimentalConfig = {
77
_experimental: {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@
4747
"@types/jest": "^29.5.2",
4848
"@types/react": "^18.0.0",
4949
"@types/react-dom": "^18.0.11",
50+
"@umijs/fabric": "^4.0.1",
5051
"cross-env": "^7.0.1",
5152
"dumi": "^2.1.0",
52-
"eslint": "^7.0.0",
53+
"eslint": "^8.51.0",
5354
"father": "^4.0.0",
5455
"less": "^3.10.3",
5556
"np": "^8.0.4",

0 commit comments

Comments
 (0)