Skip to content

Commit

Permalink
chore(deps-dev): bump eslint from 7.32.0 to 8.51.0 (#428)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and afc163 committed Oct 16, 2023
1 parent 6292e36 commit b40cac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/inside.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint no-console:0 */
import React from 'react';
import '../../assets/index.less';
import Trigger, { BuildInPlacements } from '../../src';
import Trigger, { type BuildInPlacements } from '../../src';

const experimentalConfig = {
_experimental: {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@
"@types/jest": "^29.5.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.11",
"@umijs/fabric": "^4.0.1",
"cross-env": "^7.0.1",
"dumi": "^2.1.0",
"eslint": "^7.0.0",
"eslint": "^8.51.0",
"father": "^4.0.0",
"less": "^3.10.3",
"np": "^8.0.4",
Expand Down

0 comments on commit b40cac2

Please sign in to comment.