From 558d3f8c43a8c3bd3d603b2e1f68a2f175f9e7a6 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sun, 5 Mar 2023 10:45:05 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20chore:=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- src/pages/index.tsx | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d0b4d92..12b436d 100644 --- a/package.json +++ b/package.json @@ -34,12 +34,12 @@ "@types/testing-library__jest-dom": "^5", "@umijs/max": "^4", "commitlint": "^17", - "commitlint-config-gitmoji": "^2.2.5", + "commitlint-config-gitmoji": "^2", "cross-env": "^7", "eslint": "^8", "husky": "^8", "jest": "^29", - "jest-environment-jsdom": "^29.3.1", + "jest-environment-jsdom": "^29", "lint-staged": "^13", "prettier": "^2", "semantic-release": "^20", diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 6e9cb3d..45401a1 100755 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,4 +1,3 @@ -import React from 'react'; import useStyles from './style'; const App = () => {