Skip to content

Commit 1f2feeb

Browse files
committed
Fix changeset issue
1 parent 75cb2a5 commit 1f2feeb

File tree

2 files changed

+70
-3
lines changed

2 files changed

+70
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,25 @@
1414
"prepare": "husky"
1515
},
1616
"devDependencies": {
17+
"@changesets/changelog-github": "^0.5",
1718
"@changesets/cli": "^2.29.7",
18-
"@devup-ui/vite-plugin": "workspace:*",
1919
"@devup-ui/eslint-plugin": "workspace:*",
20+
"@devup-ui/vite-plugin": "workspace:*",
2021
"@testing-library/jest-dom": "^6.8.0",
2122
"@testing-library/react": "^16.3.0",
2223
"@testing-library/user-event": "14.6.1",
2324
"@types/node": "^24.5.2",
2425
"@vitest/coverage-v8": "^3.2.4",
2526
"eslint": "^9.36.0",
2627
"eslint-plugin-devup": "^2.0.5",
28+
"eslint-plugin-eslint-plugin": "^7.0.0",
2729
"eslint-plugin-jsonc": "^2.20.1",
2830
"eslint-plugin-mdx": "^3.6.2",
2931
"globals": "^16.4.0",
3032
"happy-dom": "^19.0.1",
3133
"husky": "^9.1.7",
3234
"lint-staged": "^16.2.3",
33-
"vitest": "^3.2.4",
34-
"eslint-plugin-eslint-plugin": "^7.0.0"
35+
"vitest": "^3.2.4"
3536
},
3637
"author": "devfive",
3738
"packageManager": "[email protected]",

pnpm-lock.yaml

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)