Skip to content

Commit

Permalink
chore(deps): bump eslint from 7.18.0 to 8.54.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan authored Nov 26, 2023
1 parent 2602936 commit 32e9aa0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
],
"scripts": {
"compile": "father build",
"prepare": "dumi setup",
"deploy": "npm run docs:build && npm run docs:deploy",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"lint": "eslint src/ --ext .tsx,.ts",
"lint:tsc": "tsc -p tsconfig.json --noEmit",
"now-build": "npm run docs:build",
"prepare": "dumi setup",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"start": "dumi dev",
Expand All @@ -56,7 +56,9 @@
"@types/react-dom": "^18.0.0",
"@umijs/fabric": "^3.0.0",
"dumi": "^2.0.0",
"eslint": "^7.18.0",
"eslint": "^8.54.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-unicorn": "^49.0.0",
"father": "^4.0.0",
"gh-pages": "^3.1.0",
"glob": "^10.0.0",
Expand Down

0 comments on commit 32e9aa0

Please sign in to comment.