Skip to content

Commit

Permalink
fix: Move package types to regular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Dec 15, 2024
1 parent 2f158a4 commit 6d6c169
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
11 changes: 4 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@
"@eslint/compat": "^1.2.3",
"@eslint/js": "9.14.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/eslint__js": "^8.42.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
Expand All @@ -141,9 +144,6 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"eslint": "9.14.0",
Expand Down

0 comments on commit 6d6c169

Please sign in to comment.