Skip to content

Commit

Permalink
chore: bump np
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jan 28, 2025
1 parent b35332c commit 951b1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "vitest --watch false",
"coverage": "vitest run --coverage",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"prepublishOnly": "npm run compile && rc-np",
"lint": "eslint src/ --ext .tsx,.ts",
"tsc": "tsc -p tsconfig.json --noEmit",
"now-build": "npm run docs:build",
Expand All @@ -61,6 +61,7 @@
},
"devDependencies": {
"@rc-component/father-plugin": "^2.0.1",
"@rc-component/np": "^1.0.3",
"@testing-library/jest-dom": "^6.4.0",
"@testing-library/react": "^12.1.5",
"@types/enzyme": "^3.10.5",
Expand Down Expand Up @@ -88,7 +89,6 @@
"jsdom": "^25.0.0",
"less": "^4.1.3",
"lint-staged": "^15.1.0",
"np": "^10.0.1",
"prettier": "^3.1.0",
"rc-animate": "^3.0.0",
"rc-dropdown": "~4.0.1",
Expand Down

0 comments on commit 951b1e8

Please sign in to comment.