Skip to content

Commit

Permalink
fix: it's a devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Aug 23, 2024
1 parent 3398ec7 commit d66a7aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@
"tinycolor2": "^1.4.2",
"typescript": "5.4.5",
"use-debounce": "9.0.2",
"vite": "^5.1.5",
"webpack": "^5.94.0"
"vite": "^5.1.5"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
Expand All @@ -147,7 +146,8 @@
"globals": "^15.8.0",
"jest": "^27.5.1",
"jest-axe": "^6.0.0",
"typescript-eslint": "^7.16.0"
"typescript-eslint": "^7.16.0",
"webpack": "^5.94.0"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit d66a7aa

Please sign in to comment.